Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 7 Oct 2016 04:20:20 +0000 (UTC)
From:      "Tobias C. Berner" <tcberner@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r423448 - branches/2016Q4/multimedia/qt5-phonon4-gstreamer
Message-ID:  <201610070420.u974KKVF035390@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tcberner
Date: Fri Oct  7 04:20:19 2016
New Revision: 423448
URL: https://svnweb.freebsd.org/changeset/ports/423448

Log:
  MFH: r423351
  
  Fix build of multimedia/qt5-phonon-gstreamer
  
  In r421340 there was an unfortunate mistake when realphabetizing the USE_QT5
  components, and 'phonon4' became a 'phonon'.
  
  Approved by:	rakuco (mentor)
  
  Approved by:	ports-secteam (feld), rakuco (mentor)

Modified:
  branches/2016Q4/multimedia/qt5-phonon4-gstreamer/Makefile
Directory Properties:
  branches/2016Q4/   (props changed)

Modified: branches/2016Q4/multimedia/qt5-phonon4-gstreamer/Makefile
==============================================================================
--- branches/2016Q4/multimedia/qt5-phonon4-gstreamer/Makefile	Fri Oct  7 04:19:06 2016	(r423447)
+++ branches/2016Q4/multimedia/qt5-phonon4-gstreamer/Makefile	Fri Oct  7 04:20:19 2016	(r423448)
@@ -23,7 +23,7 @@ USES=		cmake pkgconfig tar:xz
 USE_GL=		gl
 USE_GNOME=	glib20 libxml2
 USE_GSTREAMER1=	yes
-USE_QT5=	buildtools_build qmake_build core gui opengl phonon widgets \
+USE_QT5=	buildtools_build qmake_build core gui opengl phonon4 widgets \
 		x11extras
 CMAKE_ARGS=	-DPHONON_BUILD_PHONON4QT5=ON
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201610070420.u974KKVF035390>