pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/audio/gst-plugins0.10-a52 build the "a52" module of gs...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/8add7a15ef78
branches:  trunk
changeset: 523277:8add7a15ef78
user:      drochner <drochner%pkgsrc.org@localhost>
date:      Fri Jan 05 10:54:00 2007 +0000

description:
build the "a52" module of gst-plugins0.10-ugly (mostly for DVD audio)

diffstat:

 audio/gst-plugins0.10-a52/DESCR    |  12 ++++++++++++
 audio/gst-plugins0.10-a52/Makefile |  10 ++++++++++
 audio/gst-plugins0.10-a52/PLIST    |   3 +++
 3 files changed, 25 insertions(+), 0 deletions(-)

diffs (37 lines):

diff -r 15c3eb0229e6 -r 8add7a15ef78 audio/gst-plugins0.10-a52/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/audio/gst-plugins0.10-a52/DESCR   Fri Jan 05 10:54:00 2007 +0000
@@ -0,0 +1,12 @@
+GStreamer is a library that allows the construction of graphs of
+media-handling components, ranging from simple Ogg/Vorbis playback to
+complex audio (mixing) and video (non-linear editing) processing. 
+
+Applications can take advantage of advances in codec and filter technology
+transparently.  Developers can add new codecs and filters by writing a
+simple plugin with a clean, generic interface. 
+
+GStreamer is released under the LGPL.
+
+This package is part of the 'ugly' plugins for GStreamer.  It provides the
+a52dec plugin, which allows playback of A/52 audio streams.
diff -r 15c3eb0229e6 -r 8add7a15ef78 audio/gst-plugins0.10-a52/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/audio/gst-plugins0.10-a52/Makefile        Fri Jan 05 10:54:00 2007 +0000
@@ -0,0 +1,10 @@
+# $NetBSD: Makefile,v 1.1.1.1 2007/01/05 10:54:00 drochner Exp $
+#
+
+GST_PLUGINS0.10_NAME=  a52
+GST_PLUGINS0.10_DIRS=  ext/a52dec
+
+.include "../../multimedia/gst-plugins0.10-ugly/Makefile.common"
+
+.include "../../audio/liba52/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 15c3eb0229e6 -r 8add7a15ef78 audio/gst-plugins0.10-a52/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/audio/gst-plugins0.10-a52/PLIST   Fri Jan 05 10:54:00 2007 +0000
@@ -0,0 +1,3 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2007/01/05 10:54:00 drochner Exp $
+lib/gstreamer-0.10/libgsta52dec.la
+@comment in gstreamer0.10: @dirrm lib/gstreamer-0.10



Home | Main Index | Thread Index | Old Index