From owner-svn-ports-head@freebsd.org Tue Jan 1 13:15:25 2019 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4B73C143E33E; Tue, 1 Jan 2019 13:15:25 +0000 (UTC) (envelope-from tcberner@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id E03FC6E270; Tue, 1 Jan 2019 13:15:24 +0000 (UTC) (envelope-from tcberner@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id CCD2D22850; Tue, 1 Jan 2019 13:15:24 +0000 (UTC) (envelope-from tcberner@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x01DFOZX012193; Tue, 1 Jan 2019 13:15:24 GMT (envelope-from tcberner@FreeBSD.org) Received: (from tcberner@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x01DFNTk012188; Tue, 1 Jan 2019 13:15:23 GMT (envelope-from tcberner@FreeBSD.org) Message-Id: <201901011315.x01DFNTk012188@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tcberner set sender to tcberner@FreeBSD.org using -f From: "Tobias C. Berner" Date: Tue, 1 Jan 2019 13:15:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r488883 - in head/multimedia: phonon phonon-designerplugin phonon-gstreamer phonon-vlc phonon-xine X-SVN-Group: ports-head X-SVN-Commit-Author: tcberner X-SVN-Commit-Paths: in head/multimedia: phonon phonon-designerplugin phonon-gstreamer phonon-vlc phonon-xine X-SVN-Commit-Revision: 488883 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: E03FC6E270 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.97 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_LONG(-1.00)[-0.998,0]; NEURAL_HAM_SHORT(-0.97)[-0.974,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 01 Jan 2019 13:15:25 -0000 Author: tcberner Date: Tue Jan 1 13:15:23 2019 New Revision: 488883 URL: https://svnweb.freebsd.org/changeset/ports/488883 Log: multimedia/phonon*@qt4: fix automoc4 depencency after r488807 Modified: head/multimedia/phonon-designerplugin/Makefile head/multimedia/phonon-gstreamer/Makefile head/multimedia/phonon-vlc/Makefile head/multimedia/phonon-xine/Makefile head/multimedia/phonon/Makefile Modified: head/multimedia/phonon-designerplugin/Makefile ============================================================================== --- head/multimedia/phonon-designerplugin/Makefile Tue Jan 1 13:14:02 2019 (r488882) +++ head/multimedia/phonon-designerplugin/Makefile Tue Jan 1 13:15:23 2019 (r488883) @@ -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: head/multimedia/phonon-gstreamer/Makefile ============================================================================== --- head/multimedia/phonon-gstreamer/Makefile Tue Jan 1 13:14:02 2019 (r488882) +++ head/multimedia/phonon-gstreamer/Makefile Tue Jan 1 13:15:23 2019 (r488883) @@ -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: head/multimedia/phonon-vlc/Makefile ============================================================================== --- head/multimedia/phonon-vlc/Makefile Tue Jan 1 13:14:02 2019 (r488882) +++ head/multimedia/phonon-vlc/Makefile Tue Jan 1 13:15:23 2019 (r488883) @@ -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: head/multimedia/phonon-xine/Makefile ============================================================================== --- head/multimedia/phonon-xine/Makefile Tue Jan 1 13:14:02 2019 (r488882) +++ head/multimedia/phonon-xine/Makefile Tue Jan 1 13:15:23 2019 (r488883) @@ -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: head/multimedia/phonon/Makefile ============================================================================== --- head/multimedia/phonon/Makefile Tue Jan 1 13:14:02 2019 (r488882) +++ head/multimedia/phonon/Makefile Tue Jan 1 13:15:23 2019 (r488883) @@ -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