public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Davide Pesavento" <pesa@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/qt:master commit in: dev-python/pyside/
Date: Sun,  7 May 2017 18:34:52 +0000 (UTC)	[thread overview]
Message-ID: <1494180550.6865d1f84a82750b90c88b9578fe077380037f8b.pesa@gentoo> (raw)

commit:     6865d1f84a82750b90c88b9578fe077380037f8b
Author:     Davide Pesavento <pesa <AT> gentoo <DOT> org>
AuthorDate: Sun May  7 18:09:10 2017 +0000
Commit:     Davide Pesavento <pesa <AT> gentoo <DOT> org>
CommitDate: Sun May  7 18:09:10 2017 +0000
URL:        https://gitweb.gentoo.org/proj/qt.git/commit/?id=6865d1f8

dev-python/pyside: handle QtMultimediaWidgets module

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 dev-python/pyside/metadata.xml       | 2 +-
 dev-python/pyside/pyside-9999.ebuild | 7 ++++---
 2 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/dev-python/pyside/metadata.xml b/dev-python/pyside/metadata.xml
index 6dff63cb..a4b07195 100644
--- a/dev-python/pyside/metadata.xml
+++ b/dev-python/pyside/metadata.xml
@@ -11,7 +11,7 @@
 		<flag name="designer">Build QtDesigner and QtUiTools modules</flag>
 		<flag name="gui">Build QtGui module</flag>
 		<flag name="help">Build QtHelp module</flag>
-		<flag name="multimedia">Build QtMultimedia module</flag>
+		<flag name="multimedia">Build QtMultimedia and QtMultimediaWidgets modules</flag>
 		<flag name="network">Build QtNetwork module</flag>
 		<flag name="opengl">Build QtOpenGL module</flag>
 		<flag name="printsupport">Build QtPrintSupport module</flag>

diff --git a/dev-python/pyside/pyside-9999.ebuild b/dev-python/pyside/pyside-9999.ebuild
index e928ede9..add5ade8 100644
--- a/dev-python/pyside/pyside-9999.ebuild
+++ b/dev-python/pyside/pyside-9999.ebuild
@@ -50,7 +50,7 @@ REQUIRED_USE="
 #   find_package(Qt5 ${QT_PV} REQUIRED COMPONENTS Core)
 QT_PV="5.6*:5"
 
-RDEPEND="
+DEPEND="
 	${PYTHON_DEPS}
 	>=dev-python/shiboken-${PV}:${SLOT}[${PYTHON_USEDEP}]
 	=dev-qt/qtcore-${QT_PV}
@@ -79,7 +79,7 @@ RDEPEND="
 	testlib? ( =dev-qt/qttest-${QT_PV} )
 	widgets? ( =dev-qt/qtwidgets-${QT_PV} )
 "
-DEPEND="${RDEPEND}"
+RDEPEND="${DEPEND}"
 
 src_prepare() {
 	#FIXME: Remove the following "sed" patch after this upstream issue is closed:
@@ -102,7 +102,7 @@ src_configure() {
 	# For each line of the form "CHECK_PACKAGE_FOUND(${PACKAGE_NAME} opt)" in
 	# PySide2/CMakeLists.txt defining an optional dependency, an option of the
 	# form "-DCMAKE_DISABLE_FIND_PACKAGE_${PACKAGE_NAME}=$(usex !${USE_FLAG})"
-	# is passed to "cmake" here conditionally disabling this dependency.
+	# is passed to cmake here conditionally disabling this dependency.
 	local mycmakeargs=(
 		-DBUILD_TESTS=$(usex test)
 		-DCMAKE_DISABLE_FIND_PACKAGE_Qt5Concurrent=$(usex !concurrent)
@@ -111,6 +111,7 @@ src_configure() {
 		-DCMAKE_DISABLE_FIND_PACKAGE_Qt5UiTools=$(usex !designer)
 		-DCMAKE_DISABLE_FIND_PACKAGE_Qt5Help=$(usex !help)
 		-DCMAKE_DISABLE_FIND_PACKAGE_Qt5Multimedia=$(usex !multimedia)
+		-DCMAKE_DISABLE_FIND_PACKAGE_Qt5MultimediaWidgets=$(usex !multimedia)
 		-DCMAKE_DISABLE_FIND_PACKAGE_Qt5Network=$(usex !network)
 		-DCMAKE_DISABLE_FIND_PACKAGE_Qt5OpenGL=$(usex !opengl)
 		-DCMAKE_DISABLE_FIND_PACKAGE_Qt5Qml=$(usex !declarative)


             reply	other threads:[~2017-05-07 18:34 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-05-07 18:34 Davide Pesavento [this message]
  -- strict thread matches above, loose matches on Subject: below --
2019-10-13 21:56 [gentoo-commits] proj/qt:master commit in: dev-python/pyside/ Andreas Sturmlechner
2017-12-30 18:41 Davide Pesavento
2017-09-03  0:35 Davide Pesavento
2017-05-07 20:11 Davide Pesavento
2017-05-07 18:59 Davide Pesavento
2017-05-07 18:59 Davide Pesavento
2017-05-07 18:34 Davide Pesavento
2017-05-07 17:23 Davide Pesavento
2017-04-30 20:30 Davide Pesavento
2017-04-30 20:10 Davide Pesavento
2016-10-28 17:15 Michael Palimaka
2014-09-21 12:51 Davide Pesavento
2014-06-10  8:01 Michael Palimaka
2013-02-04 16:53 Michael Palimaka
2012-12-26  6:52 Davide Pesavento
2012-10-17  6:34 Michael Palimaka
2012-02-15 17:29 Johannes Huber

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1494180550.6865d1f84a82750b90c88b9578fe077380037f8b.pesa@gentoo \
    --to=pesa@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox