svn commit: r371022 - head/misc/qt4-qtdemo

Max Brazhnikov makc at FreeBSD.org
Thu Oct 16 21:09:10 UTC 2014


Author: makc
Date: Thu Oct 16 21:09:09 2014
New Revision: 371022
URL: https://svnweb.freebsd.org/changeset/ports/371022
QAT: https://qat.redports.org/buildarchive/r371022/

Log:
  misc/qt4-qtdemo:
  - add explicit dependency on GStreamer 0.10, phonon-gstreamer is switching
    to 1.x with the update to 4.8.0

Modified:
  head/misc/qt4-qtdemo/Makefile

Modified: head/misc/qt4-qtdemo/Makefile
==============================================================================
--- head/misc/qt4-qtdemo/Makefile	Thu Oct 16 20:05:12 2014	(r371021)
+++ head/misc/qt4-qtdemo/Makefile	Thu Oct 16 21:09:09 2014	(r371022)
@@ -3,7 +3,7 @@
 
 PORTNAME=	qtdemo
 DISTVERSION=	${QT4_VERSION}
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	misc
 PKGNAMEPREFIX=	qt4-
 
@@ -11,9 +11,10 @@ MAINTAINER=	kde at FreeBSD.org
 COMMENT=	Qt 4 demonstration and example applications
 
 USES=		pkgconfig
+USE_GSTREAMER=	yes
 USE_QT4=	qmake_build moc_build rcc_build uic_build corelib designer \
 		gui network opengl sql svg qtestlib xml imageformats_run dbus \
-		script webkit phonon help assistant_run phonon-gst scripttools \
+		script webkit phonon help assistant_run phonon-gst_run scripttools \
 		xmlpatterns multimedia
 QT_DIST=	yes
 


More information about the svn-ports-head mailing list