diff options
author | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2004-12-05 07:01:14 +0800 |
---|---|---|
committer | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2004-12-05 07:01:14 +0800 |
commit | 2caf84c3c7dce79d31fc355b0a2b9312a75f234c (patch) | |
tree | 823090e54cdf68abc0999feab1714ef02d7e20f0 | |
parent | f5c0eea25c030865bc73be8c1a288fac52a5cd31 (diff) | |
download | marcuscom-ports-2caf84c3c7dce79d31fc355b0a2b9312a75f234c.tar marcuscom-ports-2caf84c3c7dce79d31fc355b0a2b9312a75f234c.tar.gz marcuscom-ports-2caf84c3c7dce79d31fc355b0a2b9312a75f234c.tar.bz2 marcuscom-ports-2caf84c3c7dce79d31fc355b0a2b9312a75f234c.tar.lz marcuscom-ports-2caf84c3c7dce79d31fc355b0a2b9312a75f234c.tar.xz marcuscom-ports-2caf84c3c7dce79d31fc355b0a2b9312a75f234c.tar.zst marcuscom-ports-2caf84c3c7dce79d31fc355b0a2b9312a75f234c.zip |
- Add support for musepack and libvisual plugins
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@3219 df743ca5-7f9a-e211-a948-0013205c9059
-rw-r--r-- | Mk/bsd.gstreamer.mk | 12 | ||||
-rw-r--r-- | audio/gstreamer-plugins-musepack/Makefile | 14 | ||||
-rw-r--r-- | graphics/gstreamer-plugins-libvisual/Makefile | 14 | ||||
-rw-r--r-- | multimedia/gstreamer-plugins/Makefile.common | 10 | ||||
-rw-r--r-- | multimedia/gstreamer-plugins80/Makefile.common | 10 |
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 |