diff options
author | ahze <ahze@FreeBSD.org> | 2007-02-26 04:05:27 +0800 |
---|---|---|
committer | ahze <ahze@FreeBSD.org> | 2007-02-26 04:05:27 +0800 |
commit | bd8337b25f22901d3c7d82ee0d7616f4ac24757c (patch) | |
tree | 7e3ab1403bc96f476c8823fcef6a0ba3003effe8 /audio | |
parent | 03371ce1b0356dd8fa491cf318952c65521f2a96 (diff) | |
download | freebsd-ports-gnome-bd8337b25f22901d3c7d82ee0d7616f4ac24757c.tar.gz freebsd-ports-gnome-bd8337b25f22901d3c7d82ee0d7616f4ac24757c.tar.zst freebsd-ports-gnome-bd8337b25f22901d3c7d82ee0d7616f4ac24757c.zip |
Chase lib version bump in libmpcdec
Diffstat (limited to 'audio')
-rw-r--r-- | audio/aqualung/Makefile | 4 | ||||
-rw-r--r-- | audio/bmp-musepack/Makefile | 1 | ||||
-rw-r--r-- | audio/cynthiune/Makefile | 3 | ||||
-rw-r--r-- | audio/gstreamer-plugins-musepack/Makefile | 2 | ||||
-rw-r--r-- | audio/gstreamer-plugins-musepack80/Makefile | 2 | ||||
-rw-r--r-- | audio/py-musepack/Makefile | 1 |
6 files changed, 8 insertions, 5 deletions
diff --git a/audio/aqualung/Makefile b/audio/aqualung/Makefile index 8dc1fef4982f..bab36f9a52bf 100644 --- a/audio/aqualung/Makefile +++ b/audio/aqualung/Makefile @@ -7,7 +7,7 @@ PORTNAME= aqualung DISTVERSION= 0.9beta7 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= audio MASTER_SITES= SF @@ -23,7 +23,7 @@ LIB_DEPENDS= jack.0:${PORTSDIR}/audio/jack \ speex.1:${PORTSDIR}/audio/speex \ mad.2:${PORTSDIR}/audio/libmad \ modplug.0:${PORTSDIR}/audio/libmodplug \ - mpcdec.4:${PORTSDIR}/audio/libmpcdec \ + mpcdec.5:${PORTSDIR}/audio/libmpcdec \ mac.2:${PORTSDIR}/audio/mac \ tag.5:${PORTSDIR}/audio/taglib \ lrdf.2:${PORTSDIR}/textproc/liblrdf \ diff --git a/audio/bmp-musepack/Makefile b/audio/bmp-musepack/Makefile index c91ae62639c6..ea447843a026 100644 --- a/audio/bmp-musepack/Makefile +++ b/audio/bmp-musepack/Makefile @@ -6,6 +6,7 @@ PORTNAME= musepack PORTVERSION= 1.2 +PORTREIVIOSN= 1 CATEGORIES= audio MASTER_SITES= http://files.musepack.net/linux/plugins/ PKGNAMEPREFIX= bmp- diff --git a/audio/cynthiune/Makefile b/audio/cynthiune/Makefile index 5dbb16311652..21fe05e3f1b8 100644 --- a/audio/cynthiune/Makefile +++ b/audio/cynthiune/Makefile @@ -7,6 +7,7 @@ PORTNAME= cynthiune PORTVERSION= 0.9.5 +PORTREVISION= 1 CATEGORIES= audio gnustep MASTER_SITES= ${MASTER_SITE_DEBIAN} MASTER_SITE_SUBDIR= pool/main/c/cynthiune.app @@ -17,7 +18,7 @@ COMMENT= Romantic music player for GNUstep LIB_DEPENDS+= FLAC:${PORTSDIR}/audio/flac LIB_DEPENDS+= tag.5:${PORTSDIR}/audio/taglib -LIB_DEPENDS+= mpcdec.4:${PORTSDIR}/audio/libmpcdec +LIB_DEPENDS+= mpcdec.5:${PORTSDIR}/audio/libmpcdec LIB_DEPENDS+= musicbrainz.4:${PORTSDIR}/audio/libmusicbrainz LIB_DEPENDS+= modplug.0:${PORTSDIR}/audio/libmodplug LIB_DEPENDS+= artsc.0:${PORTSDIR}/audio/arts diff --git a/audio/gstreamer-plugins-musepack/Makefile b/audio/gstreamer-plugins-musepack/Makefile index 48ed3b21047e..b005a714ac99 100644 --- a/audio/gstreamer-plugins-musepack/Makefile +++ b/audio/gstreamer-plugins-musepack/Makefile @@ -5,7 +5,7 @@ # $FreeBSD$ # -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= audio COMMENT= Gstreamer musepack mpc encoder/decoder plugin diff --git a/audio/gstreamer-plugins-musepack80/Makefile b/audio/gstreamer-plugins-musepack80/Makefile index 2bcd0c4fa0f3..a463d03f278f 100644 --- a/audio/gstreamer-plugins-musepack80/Makefile +++ b/audio/gstreamer-plugins-musepack80/Makefile @@ -6,7 +6,7 @@ # $MCom: ports/audio/gstreamer-plugins-musepack80/Makefile,v 1.1 2006/01/20 02:55:53 ahze Exp $ # -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= audio COMMENT= Gstreamer musepack mpc encoder/decoder plugin diff --git a/audio/py-musepack/Makefile b/audio/py-musepack/Makefile index 4d05af564768..f7bb13f3f985 100644 --- a/audio/py-musepack/Makefile +++ b/audio/py-musepack/Makefile @@ -6,6 +6,7 @@ PORTNAME= musepack PORTVERSION= 0.4 +PORTREVISION= 1 CATEGORIES= audio python MASTER_SITES= http://www.sacredchao.net/~piman/software/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} |