diff options
-rw-r--r-- | audio/gstreamer-plugins-musepack/Makefile | 1 | ||||
-rw-r--r-- | audio/gstreamer-plugins-musepack80/Makefile | 1 | ||||
-rw-r--r-- | multimedia/gstreamer-plugins/Makefile.common | 4 | ||||
-rw-r--r-- | multimedia/gstreamer-plugins80/Makefile.common | 4 |
4 files changed, 6 insertions, 4 deletions
diff --git a/audio/gstreamer-plugins-musepack/Makefile b/audio/gstreamer-plugins-musepack/Makefile index 729bef4aeddb..dae6470dc7d4 100644 --- a/audio/gstreamer-plugins-musepack/Makefile +++ b/audio/gstreamer-plugins-musepack/Makefile @@ -6,6 +6,7 @@ # CATEGORIES= audio +PORTREVISION= 1 GST_PLUGIN= musepack diff --git a/audio/gstreamer-plugins-musepack80/Makefile b/audio/gstreamer-plugins-musepack80/Makefile index 729bef4aeddb..dae6470dc7d4 100644 --- a/audio/gstreamer-plugins-musepack80/Makefile +++ b/audio/gstreamer-plugins-musepack80/Makefile @@ -6,6 +6,7 @@ # CATEGORIES= audio +PORTREVISION= 1 GST_PLUGIN= musepack diff --git a/multimedia/gstreamer-plugins/Makefile.common b/multimedia/gstreamer-plugins/Makefile.common index 8bb6717dd01f..45b6a752435b 100644 --- a/multimedia/gstreamer-plugins/Makefile.common +++ b/multimedia/gstreamer-plugins/Makefile.common @@ -202,7 +202,7 @@ LIB_DEPENDS+= visual.0:${PORTSDIR}/graphics/libvisual # musepack .if ${GST_PLUGIN}=="musepack" -LIB_DEPENDS+= musepack.1:${PORTSDIR}/audio/libmusepack +LIB_DEPENDS+= musepack.2:${PORTSDIR}/audio/libmusepack .endif # hermes @@ -275,7 +275,7 @@ LIB_DEPENDS+= fame-0.9.1:${PORTSDIR}/multimedia/libfame # libmms .if ${GST_PLUGIN}=="libmms" -LIB_DEPENDS+= mms.0:${PORTSDIR}/multimedia/libmms +LIB_DEPENDS+= mms.0:${PORTSDIR}/net/libmms PLIST_FILES= ${GST_LIB_DIR}/libgstmms.so .endif diff --git a/multimedia/gstreamer-plugins80/Makefile.common b/multimedia/gstreamer-plugins80/Makefile.common index 8bb6717dd01f..45b6a752435b 100644 --- a/multimedia/gstreamer-plugins80/Makefile.common +++ b/multimedia/gstreamer-plugins80/Makefile.common @@ -202,7 +202,7 @@ LIB_DEPENDS+= visual.0:${PORTSDIR}/graphics/libvisual # musepack .if ${GST_PLUGIN}=="musepack" -LIB_DEPENDS+= musepack.1:${PORTSDIR}/audio/libmusepack +LIB_DEPENDS+= musepack.2:${PORTSDIR}/audio/libmusepack .endif # hermes @@ -275,7 +275,7 @@ LIB_DEPENDS+= fame-0.9.1:${PORTSDIR}/multimedia/libfame # libmms .if ${GST_PLUGIN}=="libmms" -LIB_DEPENDS+= mms.0:${PORTSDIR}/multimedia/libmms +LIB_DEPENDS+= mms.0:${PORTSDIR}/net/libmms PLIST_FILES= ${GST_LIB_DIR}/libgstmms.so .endif |