diff options
author | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2005-02-17 07:30:34 +0800 |
---|---|---|
committer | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2005-02-17 07:30:34 +0800 |
commit | 9b4461f89d699c21a920862ec19589fd45e43bad (patch) | |
tree | 726d7d46477bd93e1f72e700928853e3d7aa8539 /multimedia | |
parent | ac23fa3ad1e7699b3da4842e6d7572ac1a6842a6 (diff) | |
download | marcuscom-ports-9b4461f89d699c21a920862ec19589fd45e43bad.tar marcuscom-ports-9b4461f89d699c21a920862ec19589fd45e43bad.tar.gz marcuscom-ports-9b4461f89d699c21a920862ec19589fd45e43bad.tar.bz2 marcuscom-ports-9b4461f89d699c21a920862ec19589fd45e43bad.tar.lz marcuscom-ports-9b4461f89d699c21a920862ec19589fd45e43bad.tar.xz marcuscom-ports-9b4461f89d699c21a920862ec19589fd45e43bad.tar.zst marcuscom-ports-9b4461f89d699c21a920862ec19589fd45e43bad.zip |
- Fix hermes support
- Chase changes (over due) to dirac
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@3663 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/gstreamer-plugins/Makefile.common | 4 | ||||
-rw-r--r-- | multimedia/gstreamer-plugins80/Makefile.common | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/multimedia/gstreamer-plugins/Makefile.common b/multimedia/gstreamer-plugins/Makefile.common index 839811413..6a56aa0b3 100644 --- a/multimedia/gstreamer-plugins/Makefile.common +++ b/multimedia/gstreamer-plugins/Makefile.common @@ -137,7 +137,7 @@ LIB_DEPENDS+= cdda_interface.0:${PORTSDIR}/audio/cdparanoia # dirac .if ${GST_PLUGIN}=="dirac" -BUILD_DEPENDS+= ${LOCALBASE}/lib/libconv_common.a:${PORTSDIR}/multimedia/dirac +LIB_DEPENDS+= dirac_encoder.0:${PORTSDIR}/multimedia/dirac .endif # dts @@ -207,7 +207,7 @@ LIB_DEPENDS+= musepack.1:${PORTSDIR}/audio/libmusepack # hermes .if ${GST_PLUGIN}=="hermes" -LIB_DEPENDS+ Hermes.1:${PORTSDIR}/graphics/Hermes +LIB_DEPENDS+= Hermes.1:${PORTSDIR}/graphics/Hermes PLIST_FILES= ${GST_LIB_DIR}/libgsthermescolorspace.so .endif diff --git a/multimedia/gstreamer-plugins80/Makefile.common b/multimedia/gstreamer-plugins80/Makefile.common index 839811413..6a56aa0b3 100644 --- a/multimedia/gstreamer-plugins80/Makefile.common +++ b/multimedia/gstreamer-plugins80/Makefile.common @@ -137,7 +137,7 @@ LIB_DEPENDS+= cdda_interface.0:${PORTSDIR}/audio/cdparanoia # dirac .if ${GST_PLUGIN}=="dirac" -BUILD_DEPENDS+= ${LOCALBASE}/lib/libconv_common.a:${PORTSDIR}/multimedia/dirac +LIB_DEPENDS+= dirac_encoder.0:${PORTSDIR}/multimedia/dirac .endif # dts @@ -207,7 +207,7 @@ LIB_DEPENDS+= musepack.1:${PORTSDIR}/audio/libmusepack # hermes .if ${GST_PLUGIN}=="hermes" -LIB_DEPENDS+ Hermes.1:${PORTSDIR}/graphics/Hermes +LIB_DEPENDS+= Hermes.1:${PORTSDIR}/graphics/Hermes PLIST_FILES= ${GST_LIB_DIR}/libgsthermescolorspace.so .endif |