From 2f7c4d8f5b1fca807ab82076c336881b007ae2d7 Mon Sep 17 00:00:00 2001 From: ryoon Date: Thu, 29 Nov 2012 09:18:57 +0000 Subject: 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. --- audio/gst-plugins1-sid/DESCR | 12 ++++++++++++ audio/gst-plugins1-sid/Makefile | 13 +++++++++++++ audio/gst-plugins1-sid/PLIST | 2 ++ 3 files changed, 27 insertions(+) create mode 100644 audio/gst-plugins1-sid/DESCR create mode 100644 audio/gst-plugins1-sid/Makefile create mode 100644 audio/gst-plugins1-sid/PLIST (limited to 'audio') 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 -- cgit v1.2.3