mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-31 10:46:16 +00:00
Remove dependency on 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:
parent
08de89e0a4
commit
c42c767643
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=262276
@ -7,7 +7,7 @@
|
||||
|
||||
PORTNAME= k3b
|
||||
PORTVERSION= 1.0.5
|
||||
PORTREVISION= 9
|
||||
PORTREVISION= 10
|
||||
CATEGORIES= sysutils multimedia kde
|
||||
MASTER_SITES= SF
|
||||
|
||||
@ -20,7 +20,10 @@ LIB_DEPENDS= tag:${PORTSDIR}/audio/taglib \
|
||||
|
||||
USE_BZIP2= yes
|
||||
USE_AUTOTOOLS= libtool:22
|
||||
CONFIGURE_ARGS= --with-k3bsetup=no --without-resmgr --without-hal
|
||||
CONFIGURE_ARGS= --with-k3bsetup=no \
|
||||
--without-resmgr \
|
||||
--without-hal \
|
||||
--without-musepack
|
||||
USE_GMAKE= yes
|
||||
USE_CDRTOOLS= yes
|
||||
USE_LDCONFIG= yes
|
||||
@ -30,7 +33,6 @@ OPTIONS= FLAC "Add audio/flac decoder" On \
|
||||
LAME "Add audio/lame encoder (for mp3 files)" On \
|
||||
FFMPEG "Add multimedia/ffmpeg decoder (for wma files)" Off \
|
||||
MUSICBRAINZ "Use audio/libmusicbrainz music meta database" Off \
|
||||
MPC "Add audio/libmpcdec decoder (for musepack file)" Off \
|
||||
LIBDVDREAD "Use libdvdread (for video dvd ripping)" On \
|
||||
DVDPLUSRW "Add DVD+RW Tools (for DVD+/-R(W) burning)" On \
|
||||
TRANSCODE "Add Transcode (for DVD ripping)" Off \
|
||||
@ -88,14 +90,6 @@ PLIST_SUB+= MUSICBRAINZ="@comment "
|
||||
CONFIGURE_ARGS+= --without-musicbrainz
|
||||
.endif
|
||||
|
||||
.if defined(WITH_MPC)
|
||||
PLIST_SUB+= MPC=""
|
||||
LIB_DEPENDS+= mpcdec:${PORTSDIR}/audio/libmpcdec
|
||||
.else
|
||||
PLIST_SUB+= MPC="@comment "
|
||||
CONFIGURE_ARGS+= --without-musepack
|
||||
.endif
|
||||
|
||||
.if defined(WITH_LIBDVDREAD)
|
||||
PLIST_SUB+= LIBDVDREAD=""
|
||||
LIB_DEPENDS+= dvdread.4:${PORTSDIR}/multimedia/libdvdread
|
||||
|
@ -160,9 +160,6 @@ lib/kde3/libk3blibsndfiledecoder.so
|
||||
lib/kde3/libk3bmaddecoder.a
|
||||
lib/kde3/libk3bmaddecoder.la
|
||||
lib/kde3/libk3bmaddecoder.so
|
||||
%%MPC%%lib/kde3/libk3bmpcdecoder.a
|
||||
%%MPC%%lib/kde3/libk3bmpcdecoder.la
|
||||
%%MPC%%lib/kde3/libk3bmpcdecoder.so
|
||||
lib/kde3/libk3boggvorbisdecoder.a
|
||||
lib/kde3/libk3boggvorbisdecoder.la
|
||||
lib/kde3/libk3boggvorbisdecoder.so
|
||||
@ -365,7 +362,6 @@ share/apps/k3b/plugins/k3bexternalencoder.plugin
|
||||
%%LAME%%share/apps/k3b/plugins/k3blameencoder.plugin
|
||||
share/apps/k3b/plugins/k3blibsndfiledecoder.plugin
|
||||
share/apps/k3b/plugins/k3bmaddecoder.plugin
|
||||
%%MPC%%share/apps/k3b/plugins/k3bmpcdecoder.plugin
|
||||
share/apps/k3b/plugins/k3boggvorbisdecoder.plugin
|
||||
share/apps/k3b/plugins/k3boggvorbisencoder.plugin
|
||||
share/apps/k3b/plugins/k3bsoxencoder.plugin
|
||||
|
Loading…
Reference in New Issue
Block a user