diff options
author | drochner <drochner@pkgsrc.org> | 2007-01-05 10:54:00 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2007-01-05 10:54:00 +0000 |
commit | e92a733fbfd6dbdb022c58e30eac849b41b44d09 (patch) | |
tree | b6f2115299d69e9cda2b8e59e0c1cc8ebf2e45d0 /audio | |
parent | e968e0000f5b89a98660a06efe06a5503652c8e3 (diff) | |
download | pkgsrc-e92a733fbfd6dbdb022c58e30eac849b41b44d09.tar.gz |
build the "a52" module of gst-plugins0.10-ugly (mostly for DVD audio)
Diffstat (limited to 'audio')
-rw-r--r-- | audio/gst-plugins0.10-a52/DESCR | 12 | ||||
-rw-r--r-- | audio/gst-plugins0.10-a52/Makefile | 10 | ||||
-rw-r--r-- | audio/gst-plugins0.10-a52/PLIST | 3 |
3 files changed, 25 insertions, 0 deletions
diff --git a/audio/gst-plugins0.10-a52/DESCR b/audio/gst-plugins0.10-a52/DESCR new file mode 100644 index 00000000000..6bafc912d3e --- /dev/null +++ b/audio/gst-plugins0.10-a52/DESCR @@ -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 --git a/audio/gst-plugins0.10-a52/Makefile b/audio/gst-plugins0.10-a52/Makefile new file mode 100644 index 00000000000..50555118a47 --- /dev/null +++ b/audio/gst-plugins0.10-a52/Makefile @@ -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 --git a/audio/gst-plugins0.10-a52/PLIST b/audio/gst-plugins0.10-a52/PLIST new file mode 100644 index 00000000000..174b7c03994 --- /dev/null +++ b/audio/gst-plugins0.10-a52/PLIST @@ -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 |