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)
31 lines
755 B
Makefile
31 lines
755 B
Makefile
# Created by: arved
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= kaffeine
|
|
PORTVERSION= 1.2.2
|
|
PORTREVISION= 6
|
|
CATEGORIES= multimedia kde
|
|
MASTER_SITES= SF
|
|
MASTER_SITE_SUBDIR= kaffeine/current
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Xine-base multimedia player
|
|
|
|
BUILD_DEPENDS= ${LOCALBASE}/include/linux/dvb/ca.h:${PORTSDIR}/multimedia/v4l_compat
|
|
LIB_DEPENDS= libxine.so:${PORTSDIR}/multimedia/libxine
|
|
|
|
LICENSE= GPLv2
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
USE_KDE4= kdehier kdeprefix automoc4 kdelibs
|
|
USE_QT4= corelib gui phonon svg network dbus xml sql \
|
|
qmake_build moc_build rcc_build uic_build
|
|
USES= cmake gettext gmake
|
|
USE_LDCONFIG= yes
|
|
USE_XORG= xscrnsaver
|
|
|
|
post-patch:
|
|
${REINPLACE_CMD} -e 's,add_subdirectory(x-test),,' ${WRKSRC}/po/CMakeLists.txt
|
|
|
|
|
|
.include <bsd.port.mk>
|