diff options
author | tmclaugh <tmclaugh@FreeBSD.org> | 2006-04-16 03:41:06 +0000 |
---|---|---|
committer | tmclaugh <tmclaugh@FreeBSD.org> | 2006-04-16 03:41:06 +0000 |
commit | 6878d48d3d56aed9cd4cdb9038c091ba998e1cb0 (patch) | |
tree | 2566cc2b796948f1ad13e9bd40ac5f8fa296bf84 | |
parent | 9818e0b20588b9a30ccf3a6cdf26e61c46060fba (diff) | |
download | FreeBSD-ports-6878d48d3d56aed9cd4cdb9038c091ba998e1cb0.zip FreeBSD-ports-6878d48d3d56aed9cd4cdb9038c091ba998e1cb0.tar.gz |
Chase libmpcdec update
Notified by: Krismail
-rw-r--r-- | audio/gstreamer-plugins-musepack/Makefile | 2 | ||||
-rw-r--r-- | audio/gstreamer-plugins-musepack80/Makefile | 2 | ||||
-rw-r--r-- | multimedia/gstreamer-plugins/Makefile.common | 2 | ||||
-rw-r--r-- | multimedia/gstreamer-plugins80/Makefile.common | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/audio/gstreamer-plugins-musepack/Makefile b/audio/gstreamer-plugins-musepack/Makefile index bafbad8..e3f0c68 100644 --- a/audio/gstreamer-plugins-musepack/Makefile +++ b/audio/gstreamer-plugins-musepack/Makefile @@ -6,7 +6,7 @@ # CATEGORIES= audio -PORTREVISION= 2 +PORTREVISION= 3 COMMENT= Gstreamer musepack mpc encoder/decoder plugin diff --git a/audio/gstreamer-plugins-musepack80/Makefile b/audio/gstreamer-plugins-musepack80/Makefile index bafbad8..e3f0c68 100644 --- a/audio/gstreamer-plugins-musepack80/Makefile +++ b/audio/gstreamer-plugins-musepack80/Makefile @@ -6,7 +6,7 @@ # CATEGORIES= audio -PORTREVISION= 2 +PORTREVISION= 3 COMMENT= Gstreamer musepack mpc encoder/decoder plugin diff --git a/multimedia/gstreamer-plugins/Makefile.common b/multimedia/gstreamer-plugins/Makefile.common index 229d971..5dcd254 100644 --- a/multimedia/gstreamer-plugins/Makefile.common +++ b/multimedia/gstreamer-plugins/Makefile.common @@ -261,7 +261,7 @@ LIB_DEPENDS+= visual.0:${PORTSDIR}/graphics/libvisual # musepack .if ${GST_PLUGIN}=="musepack" -LIB_DEPENDS+= mpcdec.3:${PORTSDIR}/audio/libmpcdec +LIB_DEPENDS+= mpcdec.4:${PORTSDIR}/audio/libmpcdec .endif # hermes diff --git a/multimedia/gstreamer-plugins80/Makefile.common b/multimedia/gstreamer-plugins80/Makefile.common index 229d971..5dcd254 100644 --- a/multimedia/gstreamer-plugins80/Makefile.common +++ b/multimedia/gstreamer-plugins80/Makefile.common @@ -261,7 +261,7 @@ LIB_DEPENDS+= visual.0:${PORTSDIR}/graphics/libvisual # musepack .if ${GST_PLUGIN}=="musepack" -LIB_DEPENDS+= mpcdec.3:${PORTSDIR}/audio/libmpcdec +LIB_DEPENDS+= mpcdec.4:${PORTSDIR}/audio/libmpcdec .endif # hermes |