From a57bfc0b71ac7fccddc983e3c46ff4afca7ed78d Mon Sep 17 00:00:00 2001 From: drochner Date: Fri, 26 Jan 2007 16:45:38 +0000 Subject: add the spc plugin for Gstreamer, built from gst-plugins0.10-bad --- audio/gst-plugins0.10-spc/DESCR | 12 ++++++++++++ audio/gst-plugins0.10-spc/Makefile | 10 ++++++++++ audio/gst-plugins0.10-spc/PLIST | 3 +++ 3 files changed, 25 insertions(+) create mode 100644 audio/gst-plugins0.10-spc/DESCR create mode 100644 audio/gst-plugins0.10-spc/Makefile create mode 100644 audio/gst-plugins0.10-spc/PLIST (limited to 'audio/gst-plugins0.10-spc') 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 -- cgit v1.2.3