summaryrefslogtreecommitdiff
path: root/audio/gst-plugins0.8-oss/Makefile
diff options
context:
space:
mode:
authorjmmv <jmmv@pkgsrc.org>2006-01-18 12:44:00 +0000
committerjmmv <jmmv@pkgsrc.org>2006-01-18 12:44:00 +0000
commit242def50680f318f43cc95c2712cf7d34b63d0a9 (patch)
tree2778145e81c274bac6cb238b5ac96ed84209f993 /audio/gst-plugins0.8-oss/Makefile
parent1e6d860699c0e5cbdf4351a6627f0aecfa84d4ad (diff)
downloadpkgsrc-242def50680f318f43cc95c2712cf7d34b63d0a9.tar.gz
Rename gstreamer, gst-plugins and gst-plugins-* to gstreamer0.8,
gst-plugins0.8 and gst-plugins0.8-* respectively. This is to leave room for gstreamer 0.10 (which will be added with versioned names too, to avoid annoying renames in the future). While here, do some changes: - Make gstreamer0.8 use the alternatives system to provide the unversioned gst-* utilities. - Rename all internal variables to have 0.8 in them to make it clear which package they belong to.
Diffstat (limited to 'audio/gst-plugins0.8-oss/Makefile')
-rw-r--r--audio/gst-plugins0.8-oss/Makefile18
1 files changed, 18 insertions, 0 deletions
diff --git a/audio/gst-plugins0.8-oss/Makefile b/audio/gst-plugins0.8-oss/Makefile
new file mode 100644
index 00000000000..c80ed0ea645
--- /dev/null
+++ b/audio/gst-plugins0.8-oss/Makefile
@@ -0,0 +1,18 @@
+# $NetBSD: Makefile,v 1.1 2006/01/18 12:44:01 jmmv Exp $
+#
+
+GST_PLUGINS0.8_NAME= oss
+GST_PLUGINS0.8_DIR= sys/oss
+
+.include "../../multimedia/gst-plugins0.8/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"