freebsd-ports/multimedia/phonon-gstreamer/Makefile
David Naylor dc1e8fec44 phonon-gstreamer: fix pkg-message to reference correct gstreamer port.
phonon-gstreamer depends on multimedia/gstreamer1 however the pkg-message
incorrectly referred to the multimedia/gstreamer-plugins-all port.

Also, bump port revision due to change in pkg-message.  Specify LICENSE
as LGPL21.
2015-02-18 16:09:15 +00:00

38 lines
1 KiB
Makefile

# Created by: Martin Wilke <miwi@FreeBSD.org>
# $FreeBSD$
PORTNAME= phonon
PORTVERSION= 4.8.2
PORTREVISION= 1
CATEGORIES= multimedia kde
MASTER_SITES= KDE/stable/${PORTNAME}/${PORTNAME}-backend${PKGNAMESUFFIX}/${PORTVERSION}/src
PKGNAMESUFFIX= -gstreamer
DISTNAME= ${PORTNAME}-backend${PKGNAMESUFFIX}-${PORTVERSION}
DIST_SUBDIR= KDE
MAINTAINER= kde@FreeBSD.org
COMMENT= GStreamer backend for Phonon
LICENSE= LGPL21
USE_GL= gl
USE_GNOME= glib20 libxml2
USE_GSTREAMER1= yes
USE_KDE4= kdeprefix automoc4
USE_QT4= corelib gui opengl phonon \
qmake_build moc_build rcc_build uic_build
USE_XORG= x11
USES= cmake pkgconfig tar:xz
SUB_FILES= pkg-message
OPTIONS_DEFINE= GST_PLUGINS
GST_PLUGINS_DESC= Install GStreamer plugins
GST_PLUGINS_RUN_DEPENDS= gstreamer1-plugins-all>=0:${PORTSDIR}/multimedia/gstreamer1-plugins-all
post-install:
${MKDIR} ${STAGEDIR}${QT_PLUGINDIR}/phonon_backend
${LN} -sf ${PREFIX}/lib/kde4/plugins/phonon_backend/phonon_gstreamer.so \
${STAGEDIR}${QT_PLUGINDIR}/phonon_backend/libphonon_gstreamer.so
.include <bsd.port.mk>