aboutsummaryrefslogtreecommitdiff
path: root/multimedia/kmplayer/Makefile
blob: b8adc9a435587f0567a25d8e06174a2a41502f7e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
# Created by: Kris Moore

PORTNAME=	kmplayer
PORTVERSION=	0.12.0b
PORTREVISION=	5
PORTEPOCH=	3
CATEGORIES=	multimedia audio kde
MASTER_SITES=	KDE/stable/${PORTNAME}/${PORTVERSION:R}

MAINTAINER=	jhale@FreeBSD.org
COMMENT=	KDE frontend to Phonon / KDE5

LICENSE=	GPLv2 LGPL21
LICENSE_COMB=	multi

NOT_FOR_ARCHS=		aarch64
NOT_FOR_ARCHS_REASON=	prcpucfg.h:764:2: error: "Unknown CPU architecture"

LIB_DEPENDS=	libdbus-1.so:devel/dbus \
		libdbus-glib-1.so:devel/dbus-glib \
		libfreetype.so:print/freetype2 \
		libfontconfig.so:x11-fonts/fontconfig \
		libxcb-cursor.so:x11/xcb-util-cursor \
		libxcb-ewmh.so:x11/xcb-util-wm \
		libxcb-icccm.so:x11/xcb-util-wm \
		libxcb-image.so:x11/xcb-util-image \
		libxcb-keysyms.so:x11/xcb-util-keysyms \
		libxcb-render-util.so:x11/xcb-util-renderutil \
		libxcb-util.so:x11/xcb-util
RUN_DEPENDS=	mplayer:multimedia/mplayer

USES=		cmake compiler:c++11-lang cpe desktop-file-utils gettext-runtime \
		gnome kde:5 pkgconfig qt:5 tar:bz2 xorg
USE_GNOME=	cairo gdkpixbuf2 gtk20
USE_QT=		concurrent core dbus gui network phonon4 printsupport \
		svg widgets x11extras xml \
		buildtools_build qmake_build
USE_KDE=	auth bookmarks codecs completion config configwidgets \
		coreaddons crash ecm guiaddons i18n iconthemes init itemviews \
		jobwidgets mediaplayer notifications parts service \
		textwidgets unitconversion widgetsaddons windowsystem \
		xmlgui kdelibs4support kio solid sonnet \
		doctools_build
USE_XORG=	x11 xcb

.include <bsd.port.mk>