mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
515db2ed10
GCC 4.2 in FreeBSD 8.X/9.X base is now too old to compile OpenEXR, so GCC-based systems will upgrade to the default ports compiler (GCC 4.7 currently.) Add two patches to OpenEXR to permit building it in a live system with the older OpenEXR version installed. Bug report filed to upstream Github at https://github.com/openexr/openexr/issues/130 Couple OpenEXR more tightly to ilmbase and require its exact .so version. Add UPDATING note, and bump PORTREVISION of all dependent ports. Proto-STAGE hugin-devel, and mark it IGNORE because hugin is newer. Approved by: portmgr (implicit for bumping PORTREVISION on unstaged ports)
41 lines
984 B
Makefile
41 lines
984 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= audex
|
|
PORTVERSION= 0.78
|
|
PORTREVISION= 1
|
|
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
|
|
|
|
USES= tar:xz 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>
|