diff options
author | ryoon <ryoon@pkgsrc.org> | 2012-11-29 09:18:57 +0000 |
---|---|---|
committer | ryoon <ryoon@pkgsrc.org> | 2012-11-29 09:18:57 +0000 |
commit | 8d2a5bd3ff1cc2ab99b194f28d23e40700244be4 (patch) | |
tree | 2b27b7f38b2f9b793ddc8546f76d797336d43510 | |
parent | 5afb5d0fc269a0366a6be3aa7647252f0396ffbb (diff) | |
download | pkgsrc-8d2a5bd3ff1cc2ab99b194f28d23e40700244be4.tar.gz |
Import gst-plugins1-sid-1.0.3 as audio/gst-plugins1-sid.
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
sid plugin, which allows playback of Commodore sid sounds.
-rw-r--r-- | audio/gst-plugins1-sid/DESCR | 12 | ||||
-rw-r--r-- | audio/gst-plugins1-sid/Makefile | 13 | ||||
-rw-r--r-- | audio/gst-plugins1-sid/PLIST | 2 |
3 files changed, 27 insertions, 0 deletions
diff --git a/audio/gst-plugins1-sid/DESCR b/audio/gst-plugins1-sid/DESCR new file mode 100644 index 00000000000..25e98bb2667 --- /dev/null +++ b/audio/gst-plugins1-sid/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 +sid plugin, which allows playback of Commodore sid sounds. diff --git a/audio/gst-plugins1-sid/Makefile b/audio/gst-plugins1-sid/Makefile new file mode 100644 index 00000000000..fe581a64549 --- /dev/null +++ b/audio/gst-plugins1-sid/Makefile @@ -0,0 +1,13 @@ +# $NetBSD: Makefile,v 1.1 2012/11/29 09:18:57 ryoon Exp $ +# + +GST_PLUGINS1_NAME= sid +GST_PLUGINS1_DIRS= ext/sidplay +GST_PLUGINS1_FLAGS= sidplay + +USE_LANGUAGES= c c++ + +.include "../../multimedia/gst-plugins1-ugly/Makefile.common" + +.include "../../audio/libsidplay/buildlink3.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/audio/gst-plugins1-sid/PLIST b/audio/gst-plugins1-sid/PLIST new file mode 100644 index 00000000000..dc3f4a21491 --- /dev/null +++ b/audio/gst-plugins1-sid/PLIST @@ -0,0 +1,2 @@ +@comment $NetBSD: PLIST,v 1.1 2012/11/29 09:18:57 ryoon Exp $ +lib/gstreamer-1.0/libgstsid.la |