diff options
author | drochner <drochner@pkgsrc.org> | 2007-02-01 16:53:31 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2007-02-01 16:53:31 +0000 |
commit | a071829496e2cce1744ae8d660c9516a9fc6363a (patch) | |
tree | 684b649dd95b38146101c1925aa0a44c328345b7 /audio | |
parent | b8ddf26b6968f6c4bb174d1d4bc3597f9e048781 (diff) | |
download | pkgsrc-a071829496e2cce1744ae8d660c9516a9fc6363a.tar.gz |
build the "wavpack" plugin from gst-plugins0.10-bad
Diffstat (limited to 'audio')
-rw-r--r-- | audio/gst-plugins0.10-wavpack/DESCR | 12 | ||||
-rw-r--r-- | audio/gst-plugins0.10-wavpack/Makefile | 10 | ||||
-rw-r--r-- | audio/gst-plugins0.10-wavpack/PLIST | 3 |
3 files changed, 25 insertions, 0 deletions
diff --git a/audio/gst-plugins0.10-wavpack/DESCR b/audio/gst-plugins0.10-wavpack/DESCR new file mode 100644 index 00000000000..b156c147214 --- /dev/null +++ b/audio/gst-plugins0.10-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-plugins0.10-wavpack/Makefile b/audio/gst-plugins0.10-wavpack/Makefile new file mode 100644 index 00000000000..2ac97b5b2e2 --- /dev/null +++ b/audio/gst-plugins0.10-wavpack/Makefile @@ -0,0 +1,10 @@ +# $NetBSD: Makefile,v 1.1.1.1 2007/02/01 16:53:31 drochner Exp $ +# + +GST_PLUGINS0.10_NAME= wavpack +GST_PLUGINS0.10_DIRS= ext/wavpack + +.include "../../multimedia/gst-plugins0.10-bad/Makefile.common" + +.include "../../audio/wavpack/buildlink3.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/audio/gst-plugins0.10-wavpack/PLIST b/audio/gst-plugins0.10-wavpack/PLIST new file mode 100644 index 00000000000..d2bab3e2117 --- /dev/null +++ b/audio/gst-plugins0.10-wavpack/PLIST @@ -0,0 +1,3 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2007/02/01 16:53:31 drochner Exp $ +lib/gstreamer-0.10/libgstwavpack.la +@comment in gstreamer0.10: @dirrm lib/gstreamer-0.10 |