From 2caf84c3c7dce79d31fc355b0a2b9312a75f234c Mon Sep 17 00:00:00 2001 From: ahze Date: Sat, 4 Dec 2004 23:01:14 +0000 Subject: - Add support for musepack and libvisual plugins git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@3219 df743ca5-7f9a-e211-a948-0013205c9059 --- Mk/bsd.gstreamer.mk | 12 ++++++++---- audio/gstreamer-plugins-musepack/Makefile | 14 ++++++++++++++ graphics/gstreamer-plugins-libvisual/Makefile | 14 ++++++++++++++ multimedia/gstreamer-plugins/Makefile.common | 10 ++++++++++ multimedia/gstreamer-plugins80/Makefile.common | 10 ++++++++++ 5 files changed, 56 insertions(+), 4 deletions(-) create mode 100644 audio/gstreamer-plugins-musepack/Makefile create mode 100644 graphics/gstreamer-plugins-libvisual/Makefile 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 +# +# $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 +# +# $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 -- cgit v1.2.3