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)
This commit is contained in:
Max Brazhnikov 2010-10-01 21:49:43 +00:00
parent a617b6324a
commit 9682d2f4ea
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=262278
2 changed files with 4 additions and 4 deletions

View file

@ -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 \

View file

@ -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