diff options
author | drochner <drochner@pkgsrc.org> | 2007-01-25 19:33:08 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2007-01-25 19:33:08 +0000 |
commit | de00ef14e35d88554beb94ddd9f79feb45c5f7b1 (patch) | |
tree | 2c95c2e2f7cd34a75b2e2f888b5765571acf6218 /audio/gst-plugins0.10-musepack | |
parent | 7ca790a316e02483ef8f203b806c1e199764a1b3 (diff) | |
download | pkgsrc-de00ef14e35d88554beb94ddd9f79feb45c5f7b1.tar.gz |
provide a Musepack (mpeg-plus) plugin for Gstreamer (buily from
gst-plugins-bad)
Diffstat (limited to 'audio/gst-plugins0.10-musepack')
-rw-r--r-- | audio/gst-plugins0.10-musepack/DESCR | 12 | ||||
-rw-r--r-- | audio/gst-plugins0.10-musepack/Makefile | 10 | ||||
-rw-r--r-- | audio/gst-plugins0.10-musepack/PLIST | 3 |
3 files changed, 25 insertions, 0 deletions
diff --git a/audio/gst-plugins0.10-musepack/DESCR b/audio/gst-plugins0.10-musepack/DESCR new file mode 100644 index 00000000000..37bedae5386 --- /dev/null +++ b/audio/gst-plugins0.10-musepack/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 +musepack plugin, which allows playback of musepack audio streams. diff --git a/audio/gst-plugins0.10-musepack/Makefile b/audio/gst-plugins0.10-musepack/Makefile new file mode 100644 index 00000000000..7d3177bc655 --- /dev/null +++ b/audio/gst-plugins0.10-musepack/Makefile @@ -0,0 +1,10 @@ +# $NetBSD: Makefile,v 1.1.1.1 2007/01/25 19:33:08 drochner Exp $ +# + +GST_PLUGINS0.10_NAME= musepack +GST_PLUGINS0.10_DIRS= ext/musepack + +.include "../../multimedia/gst-plugins0.10-bad/Makefile.common" + +.include "../../audio/libmpcdec/buildlink3.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/audio/gst-plugins0.10-musepack/PLIST b/audio/gst-plugins0.10-musepack/PLIST new file mode 100644 index 00000000000..85e977d1910 --- /dev/null +++ b/audio/gst-plugins0.10-musepack/PLIST @@ -0,0 +1,3 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2007/01/25 19:33:08 drochner Exp $ +lib/gstreamer-0.10/libgstmusepack.la +@comment in gstreamer0.10: @dirrm lib/gstreamer-0.10 |