diff options
author | ryoon <ryoon@pkgsrc.org> | 2012-11-29 09:02:15 +0000 |
---|---|---|
committer | ryoon <ryoon@pkgsrc.org> | 2012-11-29 09:02:15 +0000 |
commit | 955c9e7ca1d57ad34e491b2a7056688d966259d8 (patch) | |
tree | fb2c9d4ec8586c4c06580bd693476e9a89455590 | |
parent | b3c67f2f00eb6b8d8adc9d666bb53047d4dbf1e9 (diff) | |
download | pkgsrc-955c9e7ca1d57ad34e491b2a7056688d966259d8.tar.gz |
Import gst-plugins1-wavpack-1.0.3 as audio/gst-plugins1-wavpack.
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
wavpack plugin, which allows playback of wavpack audio streams.
-rw-r--r-- | audio/gst-plugins1-wavpack/DESCR | 12 | ||||
-rw-r--r-- | audio/gst-plugins1-wavpack/Makefile | 10 | ||||
-rw-r--r-- | audio/gst-plugins1-wavpack/PLIST | 2 |
3 files changed, 24 insertions, 0 deletions
diff --git a/audio/gst-plugins1-wavpack/DESCR b/audio/gst-plugins1-wavpack/DESCR new file mode 100644 index 00000000000..b156c147214 --- /dev/null +++ b/audio/gst-plugins1-wavpack/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 +wavpack plugin, which allows playback of wavpack audio streams. diff --git a/audio/gst-plugins1-wavpack/Makefile b/audio/gst-plugins1-wavpack/Makefile new file mode 100644 index 00000000000..be30583e18c --- /dev/null +++ b/audio/gst-plugins1-wavpack/Makefile @@ -0,0 +1,10 @@ +# $NetBSD: Makefile,v 1.1 2012/11/29 09:02:15 ryoon Exp $ +# + +GST_PLUGINS1_NAME= wavpack +GST_PLUGINS1_DIRS= ext/wavpack + +.include "../../multimedia/gst-plugins1-good/Makefile.common" + +.include "../../audio/wavpack/buildlink3.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/audio/gst-plugins1-wavpack/PLIST b/audio/gst-plugins1-wavpack/PLIST new file mode 100644 index 00000000000..a42ff7f7935 --- /dev/null +++ b/audio/gst-plugins1-wavpack/PLIST @@ -0,0 +1,2 @@ +@comment $NetBSD: PLIST,v 1.1 2012/11/29 09:02:15 ryoon Exp $ +lib/gstreamer-1.0/libgstwavpack.la |