From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 66EAE138334 for ; Thu, 9 Aug 2018 02:10:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2D3CCE092F; Thu, 9 Aug 2018 02:10:19 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 87726E0917 for ; Thu, 9 Aug 2018 02:10:18 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 3B954335D3B for ; Wed, 8 Aug 2018 08:11:35 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4FB8039F for ; Wed, 8 Aug 2018 08:11:33 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1533715811.9cd524c22457767aed87a7b0ce4ab2ea5a84c9d9.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-frameworks/knotifications/ X-VCS-Repository: proj/kde X-VCS-Files: kde-frameworks/knotifications/knotifications-9999.ebuild kde-frameworks/knotifications/metadata.xml X-VCS-Directories: kde-frameworks/knotifications/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 9cd524c22457767aed87a7b0ce4ab2ea5a84c9d9 X-VCS-Branch: master Date: Wed, 8 Aug 2018 08:11:33 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: ceb0eadf-beb2-454d-8fb9-ffbacaf7dafc X-Archives-Hash: 705c46507b1029b663b0ba5df9f06527 commit: 9cd524c22457767aed87a7b0ce4ab2ea5a84c9d9 Author: Andreas Sturmlechner gentoo org> AuthorDate: Wed Aug 8 08:05:08 2018 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Wed Aug 8 08:10:11 2018 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=9cd524c2 kde-frameworks/knotifications: Add USE=phonon Upstream commit f03443cfb2b9093faebca62c3131cf96efc2e7f4 Package-Manager: Portage-2.3.44, Repoman-2.3.10 kde-frameworks/knotifications/knotifications-9999.ebuild | 6 ++++-- kde-frameworks/knotifications/metadata.xml | 1 + 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/kde-frameworks/knotifications/knotifications-9999.ebuild b/kde-frameworks/knotifications/knotifications-9999.ebuild index 9163c258ec..f56fa70a89 100644 --- a/kde-frameworks/knotifications/knotifications-9999.ebuild +++ b/kde-frameworks/knotifications/knotifications-9999.ebuild @@ -9,7 +9,7 @@ inherit kde5 DESCRIPTION="Framework for notifying the user of an event" LICENSE="LGPL-2.1+" KEYWORDS="" -IUSE="dbus nls speech X" +IUSE="dbus nls phonon speech X" RDEPEND=" $(add_frameworks_dep kcodecs) @@ -19,8 +19,9 @@ RDEPEND=" $(add_qt_dep qtdbus) $(add_qt_dep qtgui) $(add_qt_dep qtwidgets) - media-libs/phonon[qt5(+)] dbus? ( dev-libs/libdbusmenu-qt[qt5(+)] ) + !phonon? ( media-libs/libcanberra ) + phonon? ( media-libs/phonon[qt5(+)] ) speech? ( $(add_qt_dep qtspeech) ) X? ( $(add_qt_dep qtx11extras) @@ -36,6 +37,7 @@ DEPEND="${RDEPEND} src_configure() { local mycmakeargs=( $(cmake-utils_use_find_package dbus dbusmenu-qt5) + $(cmake-utils_use_find_package !phonon Canberra) $(cmake-utils_use_find_package speech Qt5TextToSpeech) $(cmake-utils_use_find_package X X11) ) diff --git a/kde-frameworks/knotifications/metadata.xml b/kde-frameworks/knotifications/metadata.xml index be95fa5279..68ff6fccee 100644 --- a/kde-frameworks/knotifications/metadata.xml +++ b/kde-frameworks/knotifications/metadata.xml @@ -6,6 +6,7 @@ Gentoo KDE Project + Play notification sounds via media-libs/phonon instead of media-libs/libcanberra Enable text-to-speech notification support