Date: Tue, 15 Oct 2013 17:57:37 +0000 (UTC) From: Raphael Kubo da Costa <rakuco@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r330417 - head/multimedia/phonon-gstreamer Message-ID: <201310151757.r9FHvbjb093538@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201310151757.r9FHvbjb093538>