2009-07-19 13:09:21 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= audex
|
2014-02-22 16:20:18 +01:00
|
|
|
PORTVERSION= 0.78
|
2014-08-15 22:37:31 +02:00
|
|
|
PORTREVISION= 1
|
2009-07-19 13:09:21 +02:00
|
|
|
CATEGORIES= audio kde
|
2011-02-05 04:36:42 +01:00
|
|
|
MASTER_SITES= http://kde.maniatek.com/${PORTNAME}/files/
|
2009-07-19 13:09:21 +02:00
|
|
|
|
2012-09-13 06:45:58 +02:00
|
|
|
MAINTAINER= jhale@FreeBSD.org
|
2013-09-12 04:59:16 +02:00
|
|
|
COMMENT= KDE4 audio CD ripping utility
|
2009-07-19 13:09:21 +02:00
|
|
|
|
2013-02-04 16:36:28 +01:00
|
|
|
LICENSE= GPLv3
|
|
|
|
|
2013-10-09 08:55:59 +02:00
|
|
|
LIB_DEPENDS= libcdda_paranoia.so:${PORTSDIR}/audio/cdparanoia
|
2009-07-19 13:09:21 +02:00
|
|
|
|
2014-06-01 15:03:14 +02:00
|
|
|
USES= tar:xz cmake
|
2013-09-12 04:59:16 +02:00
|
|
|
USE_KDE4= automoc4 kdeprefix kdelibs libkcddb libkcompactdisc
|
2012-06-06 08:44:37 +02:00
|
|
|
USE_QT4= gui dbus network svg xml \
|
2009-07-19 13:09:21 +02:00
|
|
|
qmake_build moc_build rcc_build uic_build
|
|
|
|
|
2013-02-04 16:36:28 +01:00
|
|
|
OPTIONS_DEFINE= NLS EYED3 FAAC FLAC LAME VORBIS
|
|
|
|
OPTIONS_DEFAULT= FLAC VORBIS
|
2013-10-09 08:55:59 +02:00
|
|
|
OPTIONS_SUB= yes
|
2013-02-04 16:36:28 +01:00
|
|
|
NO_OPTIONS_SORT= yes
|
2009-07-19 13:09:21 +02:00
|
|
|
|
2013-10-09 08:55:59 +02:00
|
|
|
NLS_USES= gettext
|
|
|
|
NLS_CMAKE_OFF= -DDISABLE_ALL_OPTIONAL_SUBDIRECTORIES=TRUE
|
2011-02-05 04:36:42 +01:00
|
|
|
|
2013-10-09 08:55:59 +02:00
|
|
|
EYED3_DESC= Unicode MP3 tag support via audio/py-eyed3
|
|
|
|
EYED3_RUN_DEPENDS= eyeD3:${PORTSDIR}/audio/py-eyed3
|
2009-07-19 13:09:21 +02:00
|
|
|
|
2013-10-09 08:55:59 +02:00
|
|
|
FAAC_RUN_DEPENDS= faac:${PORTSDIR}/audio/faac
|
2009-07-19 13:09:21 +02:00
|
|
|
|
2013-10-09 08:55:59 +02:00
|
|
|
FLAC_RUN_DEPENDS= flac:${PORTSDIR}/audio/flac
|
2009-07-19 13:09:21 +02:00
|
|
|
|
2013-10-09 08:55:59 +02:00
|
|
|
LAME_RUN_DEPENDS= lame:${PORTSDIR}/audio/lame
|
2009-07-19 13:09:21 +02:00
|
|
|
|
2013-10-09 08:55:59 +02:00
|
|
|
VORBIS_RUN_DEPENDS= oggenc:${PORTSDIR}/audio/vorbis-tools
|
2009-07-19 13:09:21 +02:00
|
|
|
|
2011-02-05 04:36:42 +01:00
|
|
|
.include <bsd.port.mk>
|