freebsd-ports/multimedia/phonon-gstreamer/Makefile
Felix Palmen ddae4e92d8 Mk/Uses: always use colon for build/run suffix
Most USES use a colon for build/run(/test) suffixes. Change kde.mk,
qt.mk and pyqt.mk to do the same, and update all ports using that.

Document in CHANGES.

PR:			266034
Exp-run by:		antoine
Approved by:		tcberner (mentor)
Differential Revision:	https://reviews.freebsd.org/D36349
2022-09-11 12:20:14 +02:00

35 lines
943 B
Makefile

PORTNAME= phonon
DISTVERSION= 4.10.0
PORTREVISION= 4
CATEGORIES= multimedia kde
MASTER_SITES= KDE/stable/${PORTNAME}/${PORTNAME}-backend-${PHONON_PLUGIN}/${DISTVERSION}
DISTNAME= ${PORTNAME}-backend-${PHONON_PLUGIN}-${DISTVERSION}
DIST_SUBDIR= KDE/phonon
PKGNAMESUFFIX= -${PHONON_PLUGIN}-qt5
MAINTAINER= kde@FreeBSD.org
COMMENT= GStreamer backend for Phonon
WWW= https://userbase.kde.org/Phonon
LICENSE= LGPL21
USES= cmake compiler:c++11-lang gl gnome gstreamer kde:5 pkgconfig qt:5 tar:xz xorg
USE_GL= gl
USE_GNOME= glib20 libxml2
USE_KDE= ecm
USE_QT= core gui opengl phonon4 widgets x11extras \
buildtools:build qmake:build
USE_XORG= x11
CMAKE_ON= PHONON_BUILD_PHONON4QT5
SUB_FILES= pkg-message
OPTIONS_DEFINE= GST_PLUGINS
GST_PLUGINS_DESC= Install GStreamer plugins
GST_PLUGINS_USE= GSTREAMER=bad,good,ugly
PHONON_PLUGIN= gstreamer
WRKSRC= ${WRKDIR}/${PORTNAME}-backend-${PHONON_PLUGIN}-${DISTVERSION}
.include <bsd.port.mk>