diff options
author | makc <makc@FreeBSD.org> | 2010-10-02 05:46:01 +0800 |
---|---|---|
committer | makc <makc@FreeBSD.org> | 2010-10-02 05:46:01 +0800 |
commit | a32156abcf98cf3d4afc74b9cf8d4f99763f64a7 (patch) | |
tree | 6cdafcc9e086a19f28a7893d24b4e286d71de98f /audio/cynthiune | |
parent | f84802d5320b3eb5d16cdd9c7771db5f44e2d990 (diff) | |
download | freebsd-ports-gnome-a32156abcf98cf3d4afc74b9cf8d4f99763f64a7.tar.gz freebsd-ports-gnome-a32156abcf98cf3d4afc74b9cf8d4f99763f64a7.tar.zst freebsd-ports-gnome-a32156abcf98cf3d4afc74b9cf8d4f99763f64a7.zip |
Remove dependency on deprecated audio/libmpcdec
PR: ports/150510
Submitted by: Ganael Laplanche <ganael.laplanche at martymac.org>
Approved by: maintainer
Diffstat (limited to 'audio/cynthiune')
-rw-r--r-- | audio/cynthiune/Makefile | 5 | ||||
-rw-r--r-- | audio/cynthiune/pkg-plist | 5 |
2 files changed, 2 insertions, 8 deletions
diff --git a/audio/cynthiune/Makefile b/audio/cynthiune/Makefile index f0a8b5a3bc08..d8c6770b1082 100644 --- a/audio/cynthiune/Makefile +++ b/audio/cynthiune/Makefile @@ -7,7 +7,7 @@ PORTNAME= cynthiune PORTVERSION= 0.9.5 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= audio gnustep MASTER_SITES= ${MASTER_SITE_DEBIAN} MASTER_SITE_SUBDIR= pool/main/c/cynthiune.app @@ -18,7 +18,6 @@ COMMENT= Romantic music player for GNUstep LIB_DEPENDS+= FLAC:${PORTSDIR}/audio/flac LIB_DEPENDS+= tag.1:${PORTSDIR}/audio/taglib -LIB_DEPENDS+= mpcdec.5:${PORTSDIR}/audio/libmpcdec LIB_DEPENDS+= musicbrainz.4:${PORTSDIR}/audio/libmusicbrainz LIB_DEPENDS+= modplug.1:${PORTSDIR}/audio/libmodplug LIB_DEPENDS+= artsc.0:${PORTSDIR}/audio/arts @@ -37,6 +36,6 @@ WRKSRC= ${WRKDIR}/cynthiune.app-${PORTVERSION} ADDITIONAL_INCLUDE_DIRS+= -I${LOCALBASE}/include/libmodplug ADDITIONAL_LIB_DIRS+= -L${WRKSRC}/Frameworks/Cynthiune/Cynthiune.framework/Versions/Current MAKE_ENV+= GNUSTEP_INSTALLATION_DIR=${GNUSTEP_LOCAL_ROOT} -MAKE_FLAGS= disable-windowsmedia=yes debug=no +MAKE_FLAGS= disable-windowsmedia=yes disable-musepack=yes debug=no .include <bsd.port.mk> diff --git a/audio/cynthiune/pkg-plist b/audio/cynthiune/pkg-plist index cd8ab61a1c85..9ce2a79b42bc 100644 --- a/audio/cynthiune/pkg-plist +++ b/audio/cynthiune/pkg-plist @@ -99,9 +99,6 @@ GNUstep/Local/Library/Cynthiune/MP3.format/stamp.make GNUstep/Local/Library/Cynthiune/Mod.format/Mod GNUstep/Local/Library/Cynthiune/Mod.format/Resources/Info-gnustep.plist GNUstep/Local/Library/Cynthiune/Mod.format/stamp.make -GNUstep/Local/Library/Cynthiune/Musepack.format/Musepack -GNUstep/Local/Library/Cynthiune/Musepack.format/Resources/Info-gnustep.plist -GNUstep/Local/Library/Cynthiune/Musepack.format/stamp.make GNUstep/Local/Library/Cynthiune/OSS.output/OSS GNUstep/Local/Library/Cynthiune/OSS.output/Resources/English.lproj/Localizable.strings GNUstep/Local/Library/Cynthiune/OSS.output/Resources/French.lproj/Localizable.strings @@ -173,8 +170,6 @@ GNUstep/Local/Tools/Cynthiune @dirrm GNUstep/Local/Library/Cynthiune/OSS.output/Resources/English.lproj @dirrm GNUstep/Local/Library/Cynthiune/OSS.output/Resources @dirrm GNUstep/Local/Library/Cynthiune/OSS.output -@dirrm GNUstep/Local/Library/Cynthiune/Musepack.format/Resources -@dirrm GNUstep/Local/Library/Cynthiune/Musepack.format @dirrm GNUstep/Local/Library/Cynthiune/Mod.format/Resources @dirrm GNUstep/Local/Library/Cynthiune/Mod.format @dirrm GNUstep/Local/Library/Cynthiune/MP3.format/Resources |