diff options
author | ryoon <ryoon@pkgsrc.org> | 2012-11-29 09:04:12 +0000 |
---|---|---|
committer | ryoon <ryoon@pkgsrc.org> | 2012-11-29 09:04:12 +0000 |
commit | 084608c539d98840ffeab3e4f0454b3d542a7e54 (patch) | |
tree | efd38a6f762732cc0b44f05d0d67e9d268d463a6 | |
parent | 955c9e7ca1d57ad34e491b2a7056688d966259d8 (diff) | |
download | pkgsrc-084608c539d98840ffeab3e4f0454b3d542a7e54.tar.gz |
Import gst-plugins1-dts-1.0.3 as audio/gst-plugins1-dts.
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 'bad' plugins for GStreamer. It provides the
dtsdec plugin, which allows playback of DTS audio streams.
-rw-r--r-- | audio/gst-plugins1-dts/DESCR | 12 | ||||
-rw-r--r-- | audio/gst-plugins1-dts/Makefile | 10 | ||||
-rw-r--r-- | audio/gst-plugins1-dts/PLIST | 2 |
3 files changed, 24 insertions, 0 deletions
diff --git a/audio/gst-plugins1-dts/DESCR b/audio/gst-plugins1-dts/DESCR new file mode 100644 index 00000000000..94463e29211 --- /dev/null +++ b/audio/gst-plugins1-dts/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 'bad' plugins for GStreamer. It provides the +dtsdec plugin, which allows playback of DTS audio streams. diff --git a/audio/gst-plugins1-dts/Makefile b/audio/gst-plugins1-dts/Makefile new file mode 100644 index 00000000000..eef4b9cc8f2 --- /dev/null +++ b/audio/gst-plugins1-dts/Makefile @@ -0,0 +1,10 @@ +# $NetBSD: Makefile,v 1.1 2012/11/29 09:04:12 ryoon Exp $ +# + +GST_PLUGINS1_NAME= dts +GST_PLUGINS1_DIRS= ext/dts + +.include "../../multimedia/gst-plugins1-bad/Makefile.common" + +.include "../../audio/libdca/buildlink3.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/audio/gst-plugins1-dts/PLIST b/audio/gst-plugins1-dts/PLIST new file mode 100644 index 00000000000..3ab08e949b9 --- /dev/null +++ b/audio/gst-plugins1-dts/PLIST @@ -0,0 +1,2 @@ +@comment $NetBSD: PLIST,v 1.1 2012/11/29 09:04:12 ryoon Exp $ +lib/gstreamer-1.0/libgstdtsdec.la |