mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-26 09:46:09 +00:00
sysutils/k3b-kde4:
- Mark BROKEN with MUSEPACK option - Revert r346606 as unrelated to the problem.
This commit is contained in:
parent
954b32d73f
commit
88869b76e1
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=346996
@ -16,7 +16,7 @@ RUN_DEPENDS= cdrecord:${PORTSDIR}/sysutils/cdrtools
|
||||
BUILD_DEPENDS= cdrecord:${PORTSDIR}/sysutils/cdrtools
|
||||
|
||||
USE_BZIP2= yes
|
||||
USES= cmake shared-mime-info pkgconfig
|
||||
USES= cmake shared-mime-info
|
||||
CMAKE_ARGS= -DK3B_BUILD_K3BSETUP:BOOL=OFF \
|
||||
-DK3B_ENABLE_MUSICBRAINZ:BOOL=OFF
|
||||
USE_KDE4= automoc4 kdeprefix kdelibs libkcddb
|
||||
@ -27,7 +27,7 @@ USE_LDCONFIG= yes
|
||||
OPTIONS_DEFINE= CDRDAO DVDPLUSRW EMOVIX VCDIMAGER FFMPEG FLAC MAD \
|
||||
MUSEPACK SNDFILE VORBIS_DEC LAME SOX VORBIS_ENC \
|
||||
LIBDVDREAD NORMALIZE TAGLIB TRANSCODE
|
||||
OPTIONS_DEFAULT=CDRDAO DVDPLUSRW FFMPEG FLAC MAD MUSEPACK SNDFILE \
|
||||
OPTIONS_DEFAULT=CDRDAO DVDPLUSRW FFMPEG FLAC MAD SNDFILE \
|
||||
VORBIS_DEC VORBIS_ENC LIBDVDREAD TAGLIB
|
||||
NO_OPTIONS_SORT=yes
|
||||
OPTIONS_SUB= yes # FFMPEG FLAC MAD MUSEPACK SNDFILE VORBIS_ENC VORBIS_DEC LIBDVDREAD TAGLIB
|
||||
@ -95,4 +95,10 @@ TAGLIB_CMAKE_OFF= -DK3B_ENABLE_TAGLIB:BOOL=OFF
|
||||
TRANSCODE_DESC= Misc: Transcode (DVD ripping)
|
||||
TRANSCODE_RUN_DEPENDS= transcode:${PORTSDIR}/multimedia/transcode
|
||||
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
.if ${PORT_OPTIONS:MMUSEPACK}
|
||||
BROKEN= fails to detect Musepack libraries
|
||||
.endif
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user