aboutsummaryrefslogtreecommitdiff
path: root/multimedia/phonon-gstreamer
diff options
context:
space:
mode:
authorAlberto Villa <avilla@FreeBSD.org>2011-10-16 23:03:26 +0000
committerAlberto Villa <avilla@FreeBSD.org>2011-10-16 23:03:26 +0000
commit309f90c523c68d994a569d5044f9f230c2498ab5 (patch)
tree91221d6a8286b55525d08c200c714ce9e7750d92 /multimedia/phonon-gstreamer
parent7b24e6008c89af290dcde6d0ecfa4ebe40f47014 (diff)
downloadports-309f90c523c68d994a569d5044f9f230c2498ab5.tar.gz
ports-309f90c523c68d994a569d5044f9f230c2498ab5.zip
- Disable platform plugins in phonon and add dependency on qzeitgeist.
- Update phonon-vlc to 0.4.1.
Notes
Notes: svn path=/head/; revision=283635
Diffstat (limited to 'multimedia/phonon-gstreamer')
-rw-r--r--multimedia/phonon-gstreamer/Makefile25
-rw-r--r--multimedia/phonon-gstreamer/pkg-descr5
2 files changed, 18 insertions, 12 deletions
diff --git a/multimedia/phonon-gstreamer/Makefile b/multimedia/phonon-gstreamer/Makefile
index 0481b3c9e273..cf4a9b4b679b 100644
--- a/multimedia/phonon-gstreamer/Makefile
+++ b/multimedia/phonon-gstreamer/Makefile
@@ -14,33 +14,40 @@ DISTNAME= ${PORTNAME}-backend${PKGNAMESUFFIX}-${PORTVERSION}
DIST_SUBDIR= KDE
MAINTAINER= kde@FreeBSD.org
-COMMENT= The GStreamer backend for Phonon
+COMMENT= GStreamer backend for Phonon
CONFLICTS= qt4-phonon-gst-4*
PHONON_BRANCH= stable
-USE_BZIP2= yes
-USE_CMAKE= yes
-USE_KDE4= kdehier automoc4 kdeprefix
+
+USE_GNOME= glib20 libxml2
+USE_GSTREAMER= yes
+USE_KDE4= kdehier kdeprefix automoc4
USE_QT_VER= 4
-QT_COMPONENTS= gui dbus xml opengl phonon \
+QT_COMPONENTS= gui opengl phonon xml \
qmake_build moc_build rcc_build uic_build
-USE_GSTREAMER= yes
+USE_XORG= x11
+USE_BZIP2= yes
+USE_CMAKE= yes
+MAKE_JOBS_SAFE= yes
PLIST_SUB+= QT_PREFIX=${QT_PREFIX}
-# Explicitly disable alsa, see for details:
+# FIXME: Remove this in the next release; phonon-gstreamer does not
+# depend on ALSA anymore.
+# Explicitly disable ALSA, see for details:
# http://mail.kde.org/pipermail/kde-freebsd/2010-March/008015.html
CMAKE_ARGS+= -DWITH_Alsa:BOOL=OFF
.if defined(WITH_QT_PHONON)
-IGNORE= conflicts with Qt4 phonon. Please, deinstall qt4-phonon-gst and set WITH_KDE_PHONON to continue
+IGNORE= conflicts with Qt 4 Phonon. Please, deinstall qt4-phonon-gst and unset WITH_QT_PHONON to continue
.endif
pre-su-install:
${MKDIR} ${QT_PLUGINDIR}/phonon_backend
post-install:
- ${LN} -sf ${PREFIX}/lib/kde4/plugins/phonon_backend/phonon_gstreamer.so ${QT_PLUGINDIR}/phonon_backend/libphonon_gstreamer.so
+ ${LN} -sf ${PREFIX}/lib/kde4/plugins/phonon_backend/phonon_gstreamer.so \
+ ${QT_PLUGINDIR}/phonon_backend/libphonon_gstreamer.so
.include <bsd.port.mk>
diff --git a/multimedia/phonon-gstreamer/pkg-descr b/multimedia/phonon-gstreamer/pkg-descr
index df2c5bb43cf5..e91edea6be70 100644
--- a/multimedia/phonon-gstreamer/pkg-descr
+++ b/multimedia/phonon-gstreamer/pkg-descr
@@ -1,5 +1,4 @@
-Phonon is multimedia framework for QT4/KDE4.
-This port provides GStreamer backend.
+Phonon is the multimedia framework for KDE 4.
+This port provides the GStreamer backend.
-WWW: http://www.gstreamer.net
WWW: http://phonon.kde.org