summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Mk/bsd.gstreamer.mk4
-rw-r--r--audio/gstreamer-plugins-cdaudio/Makefile14
2 files changed, 17 insertions, 1 deletions
diff --git a/Mk/bsd.gstreamer.mk b/Mk/bsd.gstreamer.mk
index 94a7fc26a..c33b26d70 100644
--- a/Mk/bsd.gstreamer.mk
+++ b/Mk/bsd.gstreamer.mk
@@ -52,7 +52,7 @@ GST_SHLIB_VERSION= 1
#
# These are the current supported gstreamer-plugins modules
#
-_USE_GSTREAMER_ALL= a52dec aalib artsd audiofile cdparanoia dirac \
+_USE_GSTREAMER_ALL= a52dec aalib artsd audiofile cdaudio cdparanoia dirac \
dts dv dvd esound faac faad ffmpeg flac gdkpixbuf \
gnomevfs gsm hermes ivorbis jack jpeg jpeg-mmx ladspa \
lame libcaca libfame libmng libpng libvisual mad mikmod \
@@ -79,6 +79,8 @@ artsd_PLIST= libgstartsdsink
audiofile_DEPENDS= audio/gstreamer-plugins-audiofile
+cdaudio_DEPENDS= audio/gstreamer-plugins-cdaudio
+
cdparanoia_DEPENDS= audio/gstreamer-plugins-cdparanoia
esound_DEPENDS= audio/gstreamer-plugins-esound
diff --git a/audio/gstreamer-plugins-cdaudio/Makefile b/audio/gstreamer-plugins-cdaudio/Makefile
new file mode 100644
index 000000000..76c83dff9
--- /dev/null
+++ b/audio/gstreamer-plugins-cdaudio/Makefile
@@ -0,0 +1,14 @@
+# New ports collection makefile for: gstreamer-plugins-cdaudio
+# Date created: 17 Dec 2004
+# Whom: Koop Mast <kwm@FreeBSD.org>
+#
+# $FreeBSD$
+#
+
+CATEGORIES= audio
+
+GST_PLUGIN= cdaudio
+
+MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer-plugins
+
+.include "${MASTERDIR}/Makefile"