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 3811A139083 for ; Sun, 10 Dec 2017 21:53:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 785FBE0F51; Sun, 10 Dec 2017 21:53:22 +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 53BBCE0F51 for ; Sun, 10 Dec 2017 21:53:22 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 0BD4733BE18 for ; Sun, 10 Dec 2017 21:53:21 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 93C804C92 for ; Sun, 10 Dec 2017 21:53:19 +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: <1512942782.e34c1204a71cc0f86ba0c72f88812073e5a2cb47.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: media-sound/elisa/ X-VCS-Repository: proj/kde X-VCS-Files: media-sound/elisa/elisa-9999.ebuild media-sound/elisa/metadata.xml X-VCS-Directories: media-sound/elisa/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: e34c1204a71cc0f86ba0c72f88812073e5a2cb47 X-VCS-Branch: master Date: Sun, 10 Dec 2017 21:53:19 +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: 976fa5ef-8145-4a6d-b889-3ed6bd8ae249 X-Archives-Hash: 280efe1db0031821d2f927a7efd63334 commit: e34c1204a71cc0f86ba0c72f88812073e5a2cb47 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sun Dec 10 21:31:51 2017 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun Dec 10 21:53:02 2017 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=e34c1204 media-sound/elisa: Add USE=mpris,semantic-desktop, bump QT_MINIMAL=5.9.1 Package-Manager: Portage-2.3.17, Repoman-2.3.6 media-sound/elisa/elisa-9999.ebuild | 28 +++++++++++++++++++++------- media-sound/elisa/metadata.xml | 3 +++ 2 files changed, 24 insertions(+), 7 deletions(-) diff --git a/media-sound/elisa/elisa-9999.ebuild b/media-sound/elisa/elisa-9999.ebuild index 69c2033b34..f43b5639b9 100644 --- a/media-sound/elisa/elisa-9999.ebuild +++ b/media-sound/elisa/elisa-9999.ebuild @@ -3,6 +3,7 @@ EAPI=6 +QT_MINIMAL="5.9.1" KDE_TEST="forceoptional" KDE_HANDBOOK="optional" inherit kde5 @@ -11,27 +12,30 @@ DESCRIPTION="Simple music player by KDE" HOMEPAGE="https://community.kde.org/Elisa" LICENSE="LGPL-3+" KEYWORDS="" -IUSE="" +IUSE="mpris semantic-desktop" -# TODO: -# - Bogus deps -# - optional features COMMON_DEPEND=" - $(add_frameworks_dep baloo) + $(add_frameworks_dep kcmutils) $(add_frameworks_dep kconfig) $(add_frameworks_dep kconfigwidgets) $(add_frameworks_dep kcoreaddons) $(add_frameworks_dep kcrash) $(add_frameworks_dep kdeclarative) - $(add_frameworks_dep kfilemetadata) $(add_frameworks_dep ki18n) $(add_frameworks_dep kxmlgui) - $(add_qt_dep qtdbus) $(add_qt_dep qtdeclarative) $(add_qt_dep qtgui) $(add_qt_dep qtmultimedia) $(add_qt_dep qtsql) $(add_qt_dep qtwidgets) + mpris? ( + $(add_frameworks_dep kdbusaddons) + $(add_qt_dep qtdbus) + ) + semantic-desktop? ( + $(add_frameworks_dep baloo) + $(add_frameworks_dep kfilemetadata) + ) " DEPEND="${COMMON_DEPEND} sys-devel/gettext @@ -43,3 +47,13 @@ RDEPEND="${COMMON_DEPEND} " RESTRICT+=" test" + +src_configure() { + local mycmakeargs=( + $(cmake-utils_use_find_package mpris KF5DBusAddons) + $(cmake-utils_use_find_package semantic-desktop KF5Baloo) + $(cmake-utils_use_find_package semantic-desktop KF5FileMetaData) + ) + + kde5_src_configure +} diff --git a/media-sound/elisa/metadata.xml b/media-sound/elisa/metadata.xml index 2fdbf33d96..22e16aa35e 100644 --- a/media-sound/elisa/metadata.xml +++ b/media-sound/elisa/metadata.xml @@ -5,4 +5,7 @@ kde@gentoo.org Gentoo KDE Project + + Enable MPRIS support +