diff options
author | jmmv <jmmv@pkgsrc.org> | 2004-04-06 09:41:51 +0000 |
---|---|---|
committer | jmmv <jmmv@pkgsrc.org> | 2004-04-06 09:41:51 +0000 |
commit | f3dcc0cbf0dacb407b76de45303dd35473e00644 (patch) | |
tree | c197ce091e322713115b7b5f20d5a51ee6a882e8 /audio | |
parent | b4f8aba2398c250373bee2d5aa058145d1d071b3 (diff) | |
download | pkgsrc-f3dcc0cbf0dacb407b76de45303dd35473e00644.tar.gz |
Initial import of gst-plugins-oss, version 0.8.0:
This package provides the oss plugin for GStreamer.
Diffstat (limited to 'audio')
-rw-r--r-- | audio/gst-plugins-oss/Makefile | 16 | ||||
-rw-r--r-- | audio/gst-plugins-oss/PLIST | 5 |
2 files changed, 21 insertions, 0 deletions
diff --git a/audio/gst-plugins-oss/Makefile b/audio/gst-plugins-oss/Makefile new file mode 100644 index 00000000000..2a25514de8a --- /dev/null +++ b/audio/gst-plugins-oss/Makefile @@ -0,0 +1,16 @@ +# $NetBSD: Makefile,v 1.1.1.1 2004/04/06 09:41:51 jmmv Exp $ +# + +GST_PLUGINS_NAME= oss +GST_PLUGINS_DIR= sys/oss + +.include "../../multimedia/gst-plugins/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' + +.include "../../mk/ossaudio.buildlink3.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/audio/gst-plugins-oss/PLIST b/audio/gst-plugins-oss/PLIST new file mode 100644 index 00000000000..c8f63a86eee --- /dev/null +++ b/audio/gst-plugins-oss/PLIST @@ -0,0 +1,5 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2004/04/06 09:41:51 jmmv Exp $ +lib/gstreamer-0.8/libgstossaudio.a +lib/gstreamer-0.8/libgstossaudio.la +lib/gstreamer-0.8/libgstossaudio.so +@comment in gst-plugins: @dirrm lib/gstreamer-0.8 |