Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 16 Oct 2014 21:09:10 +0000 (UTC)
From:      Max Brazhnikov <makc@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r371022 - head/misc/qt4-qtdemo
Message-ID:  <201410162109.s9GL9AZG079589@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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
 



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