diff options
author | jmmv <jmmv@pkgsrc.org> | 2006-01-18 15:50:04 +0000 |
---|---|---|
committer | jmmv <jmmv@pkgsrc.org> | 2006-01-18 15:50:04 +0000 |
commit | 8da9b440105044d5ed0df2d93db5361c6692f7c2 (patch) | |
tree | 69dd434696c8b13ccfc6291acddcd55885d84b66 /audio/gst-plugins0.10-oss | |
parent | 9b18662346a7808169ee93112c866f53fd2253e3 (diff) | |
download | pkgsrc-8da9b440105044d5ed0df2d93db5361c6692f7c2.tar.gz |
Initial import of gst-plugins0.10-oss, version 0.10.1:
This package is part of the 'good' plugins for GStreamer. It provides the
oss plugin, which allows playback and recording of sound through the Open
Sound System audio libraries.
Diffstat (limited to 'audio/gst-plugins0.10-oss')
-rw-r--r-- | audio/gst-plugins0.10-oss/DESCR | 13 | ||||
-rw-r--r-- | audio/gst-plugins0.10-oss/Makefile | 18 | ||||
-rw-r--r-- | audio/gst-plugins0.10-oss/PLIST | 3 |
3 files changed, 34 insertions, 0 deletions
diff --git a/audio/gst-plugins0.10-oss/DESCR b/audio/gst-plugins0.10-oss/DESCR new file mode 100644 index 00000000000..55447ceda6d --- /dev/null +++ b/audio/gst-plugins0.10-oss/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 +oss plugin, which allows playback and recording of sound through the Open +Sound System audio libraries. diff --git a/audio/gst-plugins0.10-oss/Makefile b/audio/gst-plugins0.10-oss/Makefile new file mode 100644 index 00000000000..8f7262bee7c --- /dev/null +++ b/audio/gst-plugins0.10-oss/Makefile @@ -0,0 +1,18 @@ +# $NetBSD: Makefile,v 1.1.1.1 2006/01/18 15:50:04 jmmv Exp $ +# + +GST_PLUGINS0.10_NAME= oss +GST_PLUGINS0.10_DIRS= sys/oss + +.include "../../multimedia/gst-plugins0.10-good/Makefile.common" + +SUBST_CLASSES+= devoss +SUBST_MESSAGE.devoss= "Fixing path to OSS audio device." +SUBST_STAGE.devoss= pre-configure +SUBST_FILES.devoss= sys/oss/*.c +SUBST_SED.devoss= -e 's|/dev/dsp|${DEVOSSAUDIO}|g' + +LIBS+= ${LIBOSSAUDIO} + +.include "../../mk/ossaudio.buildlink3.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/audio/gst-plugins0.10-oss/PLIST b/audio/gst-plugins0.10-oss/PLIST new file mode 100644 index 00000000000..be4e8ed219f --- /dev/null +++ b/audio/gst-plugins0.10-oss/PLIST @@ -0,0 +1,3 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2006/01/18 15:50:04 jmmv Exp $ +lib/gstreamer-0.10/libgstossaudio.la +@comment in gstreamer0.10: @dirrm lib/gstreamer-0.10 |