2015-04-05 20:03:56 +02:00
|
|
|
# Created by: Martin Wilke <miwi@FreeBSD.org>
|
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= phonon
|
2016-09-04 16:30:13 +02:00
|
|
|
PORTVERSION= 4.9.0
|
2017-05-23 07:03:14 +02:00
|
|
|
PORTREVISION= 1
|
2015-04-05 20:03:56 +02:00
|
|
|
CATEGORIES= multimedia
|
2016-09-04 16:30:13 +02:00
|
|
|
MASTER_SITES= KDE/stable/${PORTNAME}/${PORTNAME}-backend-gstreamer/${PORTVERSION}
|
2015-04-05 20:03:56 +02:00
|
|
|
PKGNAMEPREFIX= qt5-
|
|
|
|
PKGNAMESUFFIX= 4-gstreamer
|
|
|
|
DISTNAME= ${PORTNAME}-backend-gstreamer-${PORTVERSION}
|
|
|
|
DIST_SUBDIR= KDE
|
|
|
|
|
|
|
|
MAINTAINER= kde@FreeBSD.org
|
|
|
|
COMMENT= GStreamer backend for Phonon 4 Qt 5
|
|
|
|
|
|
|
|
LICENSE= LGPL21
|
|
|
|
|
2016-09-04 16:30:13 +02:00
|
|
|
WRKSRC= ${WRKDIR}/${DISTNAME:S/-backend//}
|
|
|
|
|
2016-11-14 17:12:56 +01:00
|
|
|
USES= cmake:outsource kde:5 pkgconfig tar:xz
|
2015-04-05 20:03:56 +02:00
|
|
|
USE_GL= gl
|
|
|
|
USE_GNOME= glib20 libxml2
|
|
|
|
USE_GSTREAMER1= yes
|
2016-11-14 17:12:56 +01:00
|
|
|
USE_KDE= ecm
|
2016-10-05 17:23:40 +02:00
|
|
|
USE_QT5= buildtools_build qmake_build core gui opengl phonon4 widgets \
|
2016-09-04 16:30:13 +02:00
|
|
|
x11extras
|
2015-04-05 20:03:56 +02:00
|
|
|
CMAKE_ARGS= -DPHONON_BUILD_PHONON4QT5=ON
|
|
|
|
|
|
|
|
OPTIONS_DEFINE= GST_PLUGINS
|
|
|
|
GST_PLUGINS_DESC= Install GStreamer plugins
|
2016-04-01 16:16:16 +02:00
|
|
|
GST_PLUGINS_RUN_DEPENDS= gstreamer1-plugins-all>=0:multimedia/gstreamer1-plugins-all
|
2015-04-05 20:03:56 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|