c66f90fb7d
- Introduce new USE_QT5 component: phonon4 Based on patches submitted by Tobias C.Berner <tcberner@gmail.com> via kde-freebsd maillist: https://mail.kde.org/pipermail/kde-freebsd/2015-January/018741.html
29 lines
808 B
Makefile
29 lines
808 B
Makefile
# Created by: Martin Wilke <miwi@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= phonon
|
|
PORTVERSION= 4.8.2
|
|
CATEGORIES= multimedia
|
|
MASTER_SITES= KDE/stable/${PORTNAME}/${PORTNAME}-backend-gstreamer/${PORTVERSION}/src
|
|
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
|
|
|
|
USES= cmake pkgconfig tar:xz
|
|
USE_GL= gl
|
|
USE_GNOME= glib20 libxml2
|
|
USE_GSTREAMER1= yes
|
|
USE_QT5= buildtools_build qmake_build core gui opengl widgets phonon4
|
|
CMAKE_ARGS= -DPHONON_BUILD_PHONON4QT5=ON
|
|
|
|
OPTIONS_DEFINE= GST_PLUGINS
|
|
GST_PLUGINS_DESC= Install GStreamer plugins
|
|
GST_PLUGINS_RUN_DEPENDS= gstreamer1-plugins-all>=0:${PORTSDIR}/multimedia/gstreamer1-plugins-all
|
|
|
|
.include <bsd.port.mk>
|