svn commit: r423351 - head/multimedia/qt5-phonon4-gstreamer

Tobias C. Berner tcberner at FreeBSD.org
Wed Oct 5 15:23:42 UTC 2016


Author: tcberner
Date: Wed Oct  5 15:23:40 2016
New Revision: 423351
URL: https://svnweb.freebsd.org/changeset/ports/423351

Log:
  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)
  MFH:		2016Q4

Modified:
  head/multimedia/qt5-phonon4-gstreamer/Makefile

Modified: head/multimedia/qt5-phonon4-gstreamer/Makefile
==============================================================================
--- head/multimedia/qt5-phonon4-gstreamer/Makefile	Wed Oct  5 14:57:08 2016	(r423350)
+++ head/multimedia/qt5-phonon4-gstreamer/Makefile	Wed Oct  5 15:23:40 2016	(r423351)
@@ -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
 


More information about the svn-ports-all mailing list