diff options
-rw-r--r-- | audio/gst-plugins1-spc/DESCR | 12 | ||||
-rw-r--r-- | audio/gst-plugins1-spc/Makefile | 10 | ||||
-rw-r--r-- | audio/gst-plugins1-spc/PLIST | 2 |
3 files changed, 24 insertions, 0 deletions
diff --git a/audio/gst-plugins1-spc/DESCR b/audio/gst-plugins1-spc/DESCR new file mode 100644 index 00000000000..e4bf400a7bd --- /dev/null +++ b/audio/gst-plugins1-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 'bad' plugins for GStreamer. It provides the +spcdec plugin, which allows playback of SNES SPC audio files. diff --git a/audio/gst-plugins1-spc/Makefile b/audio/gst-plugins1-spc/Makefile new file mode 100644 index 00000000000..9941e1dddbe --- /dev/null +++ b/audio/gst-plugins1-spc/Makefile @@ -0,0 +1,10 @@ +# $NetBSD: Makefile,v 1.1 2012/11/29 09:09:06 ryoon Exp $ +# + +GST_PLUGINS1_NAME= spc +GST_PLUGINS1_DIRS= ext/spc + +.include "../../multimedia/gst-plugins1-bad/Makefile.common" + +.include "../../audio/libopenspc/buildlink3.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/audio/gst-plugins1-spc/PLIST b/audio/gst-plugins1-spc/PLIST new file mode 100644 index 00000000000..48334eef0af --- /dev/null +++ b/audio/gst-plugins1-spc/PLIST @@ -0,0 +1,2 @@ +@comment $NetBSD: PLIST,v 1.1 2012/11/29 09:09:06 ryoon Exp $ +lib/gstreamer-1.0/libgstspc.la |