commit:     902f9468643e477bddf23eb27a61fae8bb99d4d9
Author:     Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Tue Jun 21 19:46:40 2016 +0000
Commit:     Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Tue Jun 21 19:46:51 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=902f9468

net-irc/quassel: Update use phonon

Upstream commit 680565f39c50f27cc339cb3e96bbd0abc6f47144

Package-Manager: portage-2.3.0_rc1

 net-irc/quassel/quassel-9999.ebuild | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/net-irc/quassel/quassel-9999.ebuild 
b/net-irc/quassel/quassel-9999.ebuild
index ddd1fea..1638c24 100644
--- a/net-irc/quassel/quassel-9999.ebuild
+++ b/net-irc/quassel/quassel-9999.ebuild
@@ -54,6 +54,7 @@ GUI_RDEPEND="
                        kde-frameworks/sonnet:5
                )
                phonon? ( media-libs/phonon[qt5] )
+               !phonon? ( dev-qt/qtmultimedia:5 )
                snorenotify? ( >=x11-libs/snorenotify-0.7.0 )
                webkit? ( dev-qt/qtwebkit:5 )
        )
@@ -104,7 +105,7 @@ REQUIRED_USE="
        ayatana? ( || ( X monolithic ) )
        crypt? ( || ( server monolithic ) )
        dbus? ( || ( X monolithic ) )
-       kde? ( || ( X monolithic ) phonon )
+       kde? ( || ( X monolithic ) )
        phonon? ( || ( X monolithic ) )
        postgres? ( || ( server monolithic ) )
        qt5? ( !ayatana )
@@ -135,6 +136,7 @@ src_configure() {
                -DWANT_MONO=$(usex monolithic)
                $(cmake-utils_use_find_package phonon Phonon)
                $(cmake-utils_use_find_package phonon Phonon4Qt5)
+               $(cmake-utils_use_find_package !phonon Qt5Multimedia)
                -DUSE_QT5=$(usex qt5)
                -DWANT_CORE=$(usex server)
                $(cmake-utils_use_find_package snorenotify LibsnoreQt5)

Reply via email to