From 729561df4b8096ad51ef85e43019204adcd4f3d2 Mon Sep 17 00:00:00 2001 From: jmcneill Date: Thu, 18 Dec 2008 16:08:48 +0000 Subject: Import gst-plugins0.10-pulse version 0.10.11. 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 'good' plugins for GStreamer. It provides the pulseaudio plugin for GStreamer, which allows playback and recording of sound through the Pulseaudio sound daemon. --- audio/gst-plugins0.10-pulse/DESCR | 13 +++++++++++++ audio/gst-plugins0.10-pulse/Makefile | 13 +++++++++++++ audio/gst-plugins0.10-pulse/PLIST | 3 +++ 3 files changed, 29 insertions(+) create mode 100644 audio/gst-plugins0.10-pulse/DESCR create mode 100644 audio/gst-plugins0.10-pulse/Makefile create mode 100644 audio/gst-plugins0.10-pulse/PLIST (limited to 'audio/gst-plugins0.10-pulse') diff --git a/audio/gst-plugins0.10-pulse/DESCR b/audio/gst-plugins0.10-pulse/DESCR new file mode 100644 index 00000000000..0359437730c --- /dev/null +++ b/audio/gst-plugins0.10-pulse/DESCR @@ -0,0 +1,13 @@ +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 'good' plugins for GStreamer. It provides the +pulseaudio plugin for GStreamer, which allows playback and recording of +sound through the Pulseaudio sound daemon. diff --git a/audio/gst-plugins0.10-pulse/Makefile b/audio/gst-plugins0.10-pulse/Makefile new file mode 100644 index 00000000000..d6d82f2d3cb --- /dev/null +++ b/audio/gst-plugins0.10-pulse/Makefile @@ -0,0 +1,13 @@ +# $NetBSD: Makefile,v 1.1.1.1 2008/12/18 16:08:48 jmcneill Exp $ +# + +GST_PLUGINS0.10_NAME= pulse +GST_PLUGINS0.10_DIRS= ext/pulse +GST_PLUGINS0.10_FLAGS= pulse + +PKG_DESTDIR_SUPPORT= user-destdir + +.include "../../multimedia/gst-plugins0.10-good/Makefile.common" + +.include "../../audio/pulseaudio/buildlink3.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/audio/gst-plugins0.10-pulse/PLIST b/audio/gst-plugins0.10-pulse/PLIST new file mode 100644 index 00000000000..1bbe80f1184 --- /dev/null +++ b/audio/gst-plugins0.10-pulse/PLIST @@ -0,0 +1,3 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2008/12/18 16:08:48 jmcneill Exp $ +lib/gstreamer-0.10/libgstpulse.la +@comment in gstreamer0.10: @dirrm lib/gstreamer-0.10 -- cgit v1.2.3