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 /multimedia/gstreamer-plugins80 | |
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
Diffstat (limited to 'multimedia/gstreamer-plugins80')
-rw-r--r-- | multimedia/gstreamer-plugins80/Makefile.common | 10 |
1 files changed, 10 insertions, 0 deletions
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 |