summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Mk/bsd.gstreamer.mk12
-rw-r--r--audio/gstreamer-plugins-musepack/Makefile14
-rw-r--r--graphics/gstreamer-plugins-libvisual/Makefile14
-rw-r--r--multimedia/gstreamer-plugins/Makefile.common10
-rw-r--r--multimedia/gstreamer-plugins80/Makefile.common10
5 files changed, 56 insertions, 4 deletions
diff --git a/Mk/bsd.gstreamer.mk b/Mk/bsd.gstreamer.mk
index 997f83025..e447bff05 100644
--- a/Mk/bsd.gstreamer.mk
+++ b/Mk/bsd.gstreamer.mk
@@ -55,10 +55,10 @@ GST_SHLIB_VERSION= 1
_USE_GSTREAMER_ALL= a52dec aalib artsd audiofile 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 mad mikmod mpeg2dec \
- mpeg2enc mplex musicbrainz nas sdl shout sidplay \
- smoothwave sndfile speex theora ogg pango swfdec \
- vorbis xine xvid
+ lame libcaca libfame libmng libpng libvisual mad mikmod \
+ mpeg2dec mpeg2enc mplex musepack musicbrainz nas sdl \
+ shout sidplay smoothwave sndfile speex theora ogg pango \
+ swfdec vorbis xine xvid
# other plugins
OTHER_GSTREAMER_PLUGINS+= core yes
@@ -104,6 +104,8 @@ mad_DEPENDS= audio/gstreamer-plugins-mad
mikmod_DEPENDS= audio/gstreamer-plugins-mikmod
+musepack_DEPENDS= audio/gstreamer-plugins-musepack
+
musicbrainz_DEPENDS= audio/gstreamer-plugins-musicbrainz
musicbrainz_PLIST= libgsttrm
@@ -155,6 +157,8 @@ libmng_PLIST= libgstmng
libpng_DEPENDS= graphics/gstreamer-plugins-libpng
libpng_PLIST= libgstpng
+libvisual_DEPNDS= graphics/gstreamer-plugins-libvisual
+
swfdec_DEPENDS= graphics/gstreamer-plugins-swfdec
theora_DEPENDS= graphics/gstreamer-plugins-theora
diff --git a/audio/gstreamer-plugins-musepack/Makefile b/audio/gstreamer-plugins-musepack/Makefile
new file mode 100644
index 000000000..729bef4ae
--- /dev/null
+++ b/audio/gstreamer-plugins-musepack/Makefile
@@ -0,0 +1,14 @@
+# New ports collection makefile for: gstreamer-plugins-musepack
+# Date created: 4 Dec 2004
+# Whom: Michael Johnson <ahze@FreeBSD.org>
+#
+# $FreeBSD$
+#
+
+CATEGORIES= audio
+
+GST_PLUGIN= musepack
+
+MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer-plugins
+
+.include "${MASTERDIR}/Makefile"
diff --git a/graphics/gstreamer-plugins-libvisual/Makefile b/graphics/gstreamer-plugins-libvisual/Makefile
new file mode 100644
index 000000000..569dc64c1
--- /dev/null
+++ b/graphics/gstreamer-plugins-libvisual/Makefile
@@ -0,0 +1,14 @@
+# New ports collection makefile for: gstreamer-plugins-libvisual
+# Date created: 4 Dec 2004
+# Whom: Michael Johnson <ahze@FreeBSD.org>
+#
+# $FreeBSD$
+#
+
+CATEGORIES= graphics
+
+GST_PLUGIN= libvisual
+
+MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer-plugins
+
+.include "${MASTERDIR}/Makefile"
diff --git a/multimedia/gstreamer-plugins/Makefile.common b/multimedia/gstreamer-plugins/Makefile.common
index 1cc87db1f..320ed06c1 100644
--- a/multimedia/gstreamer-plugins/Makefile.common
+++ b/multimedia/gstreamer-plugins/Makefile.common
@@ -183,6 +183,16 @@ LIB_DEPENDS+= gsm.1:${PORTSDIR}/audio/gsm
LIB_DEPENDS+= jack.0:${PORTSDIR}/audio/jack
.endif
+# libvisual
+.if ${GST_PLUGIN}=="libvisual"
+LIB_DEPENDS+= visual.0:${PORTSDIR}/graphics/libvisual
+.endif
+
+# musepack
+.if ${GST_PLUGIN}=="musepack"
+LIB_DEPENDS+= musepack.1:${PORTSDIR}/audio/libmusepack
+.endif
+
# hermes
.if ${GST_PLUGIN}=="hermes"
LIB_DEPENDS+ Hermes.1:${PORTSDIR}/graphics/Hermes
diff --git a/multimedia/gstreamer-plugins80/Makefile.common b/multimedia/gstreamer-plugins80/Makefile.common
index 1cc87db1f..320ed06c1 100644
--- a/multimedia/gstreamer-plugins80/Makefile.common
+++ b/multimedia/gstreamer-plugins80/Makefile.common
@@ -183,6 +183,16 @@ LIB_DEPENDS+= gsm.1:${PORTSDIR}/audio/gsm
LIB_DEPENDS+= jack.0:${PORTSDIR}/audio/jack
.endif
+# libvisual
+.if ${GST_PLUGIN}=="libvisual"
+LIB_DEPENDS+= visual.0:${PORTSDIR}/graphics/libvisual
+.endif
+
+# musepack
+.if ${GST_PLUGIN}=="musepack"
+LIB_DEPENDS+= musepack.1:${PORTSDIR}/audio/libmusepack
+.endif
+
# hermes
.if ${GST_PLUGIN}=="hermes"
LIB_DEPENDS+ Hermes.1:${PORTSDIR}/graphics/Hermes