svn commit: r330417 - head/multimedia/phonon-gstreamer
Raphael Kubo da Costa
rakuco at FreeBSD.org
Tue Oct 15 17:57:37 UTC 2013
Author: rakuco
Date: Tue Oct 15 17:57:36 2013
New Revision: 330417
URL: http://svnweb.freebsd.org/changeset/ports/330417
Log:
- Explicitly depend on qt4-corelib, which was otherwise pulled indirectly by
the other Qt dependencies.
- Support staging.
Commits by makc@ and Schaich Alonso <alonsoschaich at fastmail.fm>, pulled from
our area51 repository.
Modified:
head/multimedia/phonon-gstreamer/Makefile
Modified: head/multimedia/phonon-gstreamer/Makefile
==============================================================================
--- head/multimedia/phonon-gstreamer/Makefile Tue Oct 15 17:56:08 2013 (r330416)
+++ head/multimedia/phonon-gstreamer/Makefile Tue Oct 15 17:57:36 2013 (r330417)
@@ -24,7 +24,7 @@ USE_GL= gl
USE_GNOME= glib20 libxml2
USE_GSTREAMER= yes
USE_KDE4= kdehier kdeprefix automoc4
-USE_QT4= gui phonon xml \
+USE_QT4= corelib gui opengl phonon \
qmake_build moc_build rcc_build uic_build
USE_XORG= x11
USE_XZ= yes
@@ -38,7 +38,6 @@ GST_PLUGINS_DESC= Install GStreamer plug
OPTIONS_DEFAULT=
-NO_STAGE= yes
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MGST_PLUGINS}
@@ -47,14 +46,9 @@ RUN_DEPENDS+= gstreamer-plugins-all>=0:$
SUB_FILES= pkg-message
.endif
-pre-su-install:
- ${MKDIR} ${QT_PLUGINDIR}/phonon_backend
-
post-install:
+ ${MKDIR} ${STAGEDIR}${QT_PLUGINDIR}/phonon_backend
${LN} -sf ${PREFIX}/lib/kde4/plugins/phonon_backend/phonon_gstreamer.so \
- ${QT_PLUGINDIR}/phonon_backend/libphonon_gstreamer.so
-.if ! ${PORT_OPTIONS:MGST_PLUGINS}
- @${CAT} ${PKGMESSAGE}
-.endif
+ ${STAGEDIR}${QT_PLUGINDIR}/phonon_backend/libphonon_gstreamer.so
.include <bsd.port.mk>
More information about the svn-ports-all
mailing list