svn commit: r488913 - in branches/2019Q1/multimedia: phonon phonon-designerplugin phonon-gstreamer phonon-vlc phonon-xine

Tobias C. Berner tcberner at FreeBSD.org
Tue Jan 1 15:41:48 UTC 2019


Author: tcberner
Date: Tue Jan  1 15:41:46 2019
New Revision: 488913
URL: https://svnweb.freebsd.org/changeset/ports/488913

Log:
  MFH: r488883
  
  multimedia/phonon*@qt4: fix automoc4 depencency after r488807
  
  Approved by:	ports-secteam (miwi)

Modified:
  branches/2019Q1/multimedia/phonon-designerplugin/Makefile
  branches/2019Q1/multimedia/phonon-gstreamer/Makefile
  branches/2019Q1/multimedia/phonon-vlc/Makefile
  branches/2019Q1/multimedia/phonon-xine/Makefile
  branches/2019Q1/multimedia/phonon/Makefile
Directory Properties:
  branches/2019Q1/   (props changed)

Modified: branches/2019Q1/multimedia/phonon-designerplugin/Makefile
==============================================================================
--- branches/2019Q1/multimedia/phonon-designerplugin/Makefile	Tue Jan  1 15:40:37 2019	(r488912)
+++ branches/2019Q1/multimedia/phonon-designerplugin/Makefile	Tue Jan  1 15:41:46 2019	(r488913)
@@ -23,7 +23,7 @@ USES=		cmake:insource tar:xz
 .  if ${FLAVOR} == qt4
 DEPRECATED=	Qt4 has been EOL since december 2015
 EXPIRATION_DATE=2019-03-15
-USES+=		kde:4 qt:4
+USES+=		qt:4
 USE_QT=		corelib designer gui phonon \
 		qmake_build moc_build rcc_build uic_build
 PLIST_FILES=	${QT_PLUGINDIR_REL}/designer/libphononwidgets.so

Modified: branches/2019Q1/multimedia/phonon-gstreamer/Makefile
==============================================================================
--- branches/2019Q1/multimedia/phonon-gstreamer/Makefile	Tue Jan  1 15:40:37 2019	(r488912)
+++ branches/2019Q1/multimedia/phonon-gstreamer/Makefile	Tue Jan  1 15:41:46 2019	(r488913)
@@ -31,8 +31,7 @@ USE_XORG=	x11
 .  if ${FLAVOR} == qt4
 DEPRECATED=	Qt4 has been EOL since december 2015
 EXPIRATION_DATE=2019-03-15
-USES+=		kde:4 qt:4
-USE_KDE=	automoc4
+USES+=		qt:4
 USE_QT=		corelib gui opengl phonon \
 		qmake_build moc_build rcc_build uic_build
 .  else

Modified: branches/2019Q1/multimedia/phonon-vlc/Makefile
==============================================================================
--- branches/2019Q1/multimedia/phonon-vlc/Makefile	Tue Jan  1 15:40:37 2019	(r488912)
+++ branches/2019Q1/multimedia/phonon-vlc/Makefile	Tue Jan  1 15:41:46 2019	(r488913)
@@ -18,6 +18,7 @@ LICENSE_FILE=	${WRKSRC}/COPYING.LIB
 FLAVORS=	qt5 qt4
 FLAVOR?=	${FLAVORS:[1]}
 
+qt4_BUILD_DEPENDS=	automoc4:devel/automoc4
 qt4_LIB_DEPENDS=	libvlc.so:multimedia/vlc-qt4
 qt5_LIB_DEPENDS=	libvlc.so:multimedia/vlc3
 
@@ -26,8 +27,7 @@ USES=		cmake pkgconfig tar:xz
 .  if ${FLAVOR} == qt4
 DEPRECATED=	Qt4 has been EOL since december 2015
 EXPIRATION_DATE=2019-03-15
-USES+=		kde:4 qt:4
-USE_KDE=	automoc4
+USES+=		qt:4
 USE_QT=		corelib gui phonon \
 		qmake_build moc_build rcc_build uic_build
 PLIST_FILES=	lib/kde4/plugins/phonon_backend/phonon_vlc.so \

Modified: branches/2019Q1/multimedia/phonon-xine/Makefile
==============================================================================
--- branches/2019Q1/multimedia/phonon-xine/Makefile	Tue Jan  1 15:40:37 2019	(r488912)
+++ branches/2019Q1/multimedia/phonon-xine/Makefile	Tue Jan  1 15:41:46 2019	(r488913)
@@ -16,10 +16,10 @@ COMMENT=	The xine backend for Phonon
 DEPRECATED=		Qt4 has been EOL since december 2015
 EXPIRATION_DATE=	2019-03-15
 
+BUILD_DEPENDS=	automoc4:devel/automoc4
 LIB_DEPENDS=	libxine.so:multimedia/libxine
 
-USES=		cmake kde:4 pkgconfig qt:4 tar:bzip2
-USE_KDE=	automoc4
+USES=		cmake pkgconfig qt:4 tar:bzip2
 USE_QT=		corelib dbus gui phonon \
 		qmake_build moc_build rcc_build uic_build
 USE_XORG=	xcb

Modified: branches/2019Q1/multimedia/phonon/Makefile
==============================================================================
--- branches/2019Q1/multimedia/phonon/Makefile	Tue Jan  1 15:40:37 2019	(r488912)
+++ branches/2019Q1/multimedia/phonon/Makefile	Tue Jan  1 15:41:46 2019	(r488913)
@@ -17,6 +17,7 @@ LICENSE_FILE=	${WRKSRC}/COPYING.LIB
 FLAVORS=	qt5 qt4
 FLAVOR?=	${FLAVORS:[1]}
 
+qt4_BUILD_DEPENDS=	automoc4:devel/automoc4
 qt4_LIB_DEPENDS=	libqzeitgeist.so:sysutils/qzeitgeist
 qt4_PKGNAMESUFFIX=	-qt4
 qt5_PKGNAMESUFFIX=	-qt5
@@ -32,7 +33,6 @@ USE_LDCONFIG=	yes
 .  if ${FLAVOR} == qt4
 DEPRECATED=	Qt4 has been EOL since december 2015
 EXPIRATION_DATE=2019-03-15
-BUILD_DEPENDS+=	automoc4:devel/automoc4
 USES+=		qt:4
 USE_QT=		corelib dbus declarative gui testlib \
 		qmake_build moc_build rcc_build uic_build


More information about the svn-ports-all mailing list