aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormakc <makc@FreeBSD.org>2010-10-02 05:49:43 +0800
committermakc <makc@FreeBSD.org>2010-10-02 05:49:43 +0800
commit280b349e401d5b2cea2acea425bc44da1abd0e71 (patch)
tree843040d57d3fe396e46ac803a00b1f6080cfe21a
parentaa9468c311c537d4731dc2e2e3cf5cbb1dd629d3 (diff)
downloadfreebsd-ports-gnome-280b349e401d5b2cea2acea425bc44da1abd0e71.tar.gz
freebsd-ports-gnome-280b349e401d5b2cea2acea425bc44da1abd0e71.tar.zst
freebsd-ports-gnome-280b349e401d5b2cea2acea425bc44da1abd0e71.zip
Switch to audio/musepack from deprecated audio/libmpcdec
PR: ports/150510 Submitted by: Ganael Laplanche <ganael.laplanche at martymac.org> Approved by: maintainer timeout (> 2 weeks)
-rw-r--r--audio/moc/Makefile4
-rw-r--r--multimedia/quodlibet/Makefile4
2 files changed, 4 insertions, 4 deletions
diff --git a/audio/moc/Makefile b/audio/moc/Makefile
index b1d78c6a349a..5be2e50032e2 100644
--- a/audio/moc/Makefile
+++ b/audio/moc/Makefile
@@ -7,7 +7,7 @@
PORTNAME= moc
PORTVERSION= 2.4.4
-PORTREVISION= 5
+PORTREVISION= 6
CATEGORIES= audio
MASTER_SITES= ftp://ftp.daper.net/pub/soft/moc/stable/
@@ -56,7 +56,7 @@ CONFIGURE_ARGS+= --without-mp3
.endif
.if defined(WITH_MUSEPACK)
-LIB_DEPENDS+= mpcdec.5:${PORTSDIR}/audio/libmpcdec \
+LIB_DEPENDS+= mpcdec.7:${PORTSDIR}/audio/musepack \
tag_c.0:${PORTSDIR}/audio/taglib
PLIST_FILES+= lib/moc/decoder_plugins/libmusepack_decoder.a \
lib/moc/decoder_plugins/libmusepack_decoder.la \
diff --git a/multimedia/quodlibet/Makefile b/multimedia/quodlibet/Makefile
index 7347f2054d97..30dc1de589fa 100644
--- a/multimedia/quodlibet/Makefile
+++ b/multimedia/quodlibet/Makefile
@@ -7,7 +7,7 @@
PORTNAME= quodlibet
PORTVERSION= 2.2
-PORTREVISION= 4
+PORTREVISION= 5
CATEGORIES= multimedia audio python gnome
MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE}
@@ -72,7 +72,7 @@ RUN_DEPENDS+= ${PYCTYPES}
.endif
.if !defined(WITHOUT_MUSEPACK)
-LIB_DEPENDS+= mpcdec.5:${PORTSDIR}/audio/libmpcdec
+LIB_DEPENDS+= mpcdec.7:${PORTSDIR}/audio/musepack
USE_GSTREAMER+= musepack
.endif