From owner-svn-ports-all@FreeBSD.ORG Tue Oct 15 17:57:37 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 4EF441D2; Tue, 15 Oct 2013 17:57:37 +0000 (UTC) (envelope-from rakuco@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 3CCD32B3F; Tue, 15 Oct 2013 17:57:37 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r9FHvbwp093539; Tue, 15 Oct 2013 17:57:37 GMT (envelope-from rakuco@svn.freebsd.org) Received: (from rakuco@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r9FHvbjb093538; Tue, 15 Oct 2013 17:57:37 GMT (envelope-from rakuco@svn.freebsd.org) Message-Id: <201310151757.r9FHvbjb093538@svn.freebsd.org> From: Raphael Kubo da Costa Date: Tue, 15 Oct 2013 17:57:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r330417 - head/multimedia/phonon-gstreamer X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 15 Oct 2013 17:57:37 -0000 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 , 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 .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