diff options
author | drochner <drochner@pkgsrc.org> | 2007-01-26 16:45:38 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2007-01-26 16:45:38 +0000 |
commit | 49c754d55d1971c03b116389df5e93df6e66d6d1 (patch) | |
tree | 7ee40eb30964a6f534e5d9e3b4c82cfea9efed35 /audio | |
parent | 8107af84d692b9aca539da310ae9c369dc39ce15 (diff) | |
download | pkgsrc-49c754d55d1971c03b116389df5e93df6e66d6d1.tar.gz |
add the spc plugin for Gstreamer, built from gst-plugins0.10-bad
Diffstat (limited to 'audio')
-rw-r--r-- | audio/gst-plugins0.10-spc/DESCR | 12 | ||||
-rw-r--r-- | audio/gst-plugins0.10-spc/Makefile | 10 | ||||
-rw-r--r-- | audio/gst-plugins0.10-spc/PLIST | 3 |
3 files changed, 25 insertions, 0 deletions
diff --git a/audio/gst-plugins0.10-spc/DESCR b/audio/gst-plugins0.10-spc/DESCR new file mode 100644 index 00000000000..e2f6991607f --- /dev/null +++ b/audio/gst-plugins0.10-spc/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 +spcdec plugin, which allows playback of SNES SPC audio files. diff --git a/audio/gst-plugins0.10-spc/Makefile b/audio/gst-plugins0.10-spc/Makefile new file mode 100644 index 00000000000..9f9ae979d07 --- /dev/null +++ b/audio/gst-plugins0.10-spc/Makefile @@ -0,0 +1,10 @@ +# $NetBSD: Makefile,v 1.1.1.1 2007/01/26 16:45:38 drochner Exp $ +# + +GST_PLUGINS0.10_NAME= spc +GST_PLUGINS0.10_DIRS= ext/spc + +.include "../../multimedia/gst-plugins0.10-bad/Makefile.common" + +.include "../../audio/libopenspc/buildlink3.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/audio/gst-plugins0.10-spc/PLIST b/audio/gst-plugins0.10-spc/PLIST new file mode 100644 index 00000000000..dff0eb75777 --- /dev/null +++ b/audio/gst-plugins0.10-spc/PLIST @@ -0,0 +1,3 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2007/01/26 16:45:38 drochner Exp $ +lib/gstreamer-0.10/libgstspc.la +@comment in gstreamer0.10: @dirrm lib/gstreamer-0.10 |