mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-25 00:51:21 +00:00
60d42e1276
Notable changes: - Fix Google cover fetching - Cover embedding in FLAC files
41 lines
974 B
Makefile
41 lines
974 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= audex
|
|
PORTVERSION= 0.78
|
|
CATEGORIES= audio kde
|
|
MASTER_SITES= http://kde.maniatek.com/${PORTNAME}/files/
|
|
|
|
MAINTAINER= jhale@FreeBSD.org
|
|
COMMENT= KDE4 audio CD ripping utility
|
|
|
|
LICENSE= GPLv3
|
|
|
|
LIB_DEPENDS= libcdda_paranoia.so:${PORTSDIR}/audio/cdparanoia
|
|
|
|
USE_XZ= yes
|
|
USES= cmake
|
|
USE_KDE4= automoc4 kdeprefix kdelibs libkcddb libkcompactdisc
|
|
USE_QT4= gui dbus network svg xml \
|
|
qmake_build moc_build rcc_build uic_build
|
|
|
|
OPTIONS_DEFINE= NLS EYED3 FAAC FLAC LAME VORBIS
|
|
OPTIONS_DEFAULT= FLAC VORBIS
|
|
OPTIONS_SUB= yes
|
|
NO_OPTIONS_SORT= yes
|
|
|
|
NLS_USES= gettext
|
|
NLS_CMAKE_OFF= -DDISABLE_ALL_OPTIONAL_SUBDIRECTORIES=TRUE
|
|
|
|
EYED3_DESC= Unicode MP3 tag support via audio/py-eyed3
|
|
EYED3_RUN_DEPENDS= eyeD3:${PORTSDIR}/audio/py-eyed3
|
|
|
|
FAAC_RUN_DEPENDS= faac:${PORTSDIR}/audio/faac
|
|
|
|
FLAC_RUN_DEPENDS= flac:${PORTSDIR}/audio/flac
|
|
|
|
LAME_RUN_DEPENDS= lame:${PORTSDIR}/audio/lame
|
|
|
|
VORBIS_RUN_DEPENDS= oggenc:${PORTSDIR}/audio/vorbis-tools
|
|
|
|
.include <bsd.port.mk>
|