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 E1EDC138334 for ; Wed, 5 Jun 2019 16:12:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EA977E0835; Wed, 5 Jun 2019 16:12:13 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 D006DE0835 for ; Wed, 5 Jun 2019 16:12:13 +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 72A70345771 for ; Wed, 5 Jun 2019 16:12:12 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 800015FE for ; Wed, 5 Jun 2019 16:12:10 +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: <1559751080.6b8e28174c187b585c282b9382961db56a1faa51.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: 6b8e28174c187b585c282b9382961db56a1faa51 X-VCS-Branch: master Date: Wed, 5 Jun 2019 16:12:10 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: b13b09f7-1cf2-43ae-8bbd-da5ba00178d0 X-Archives-Hash: ded3bce173a2596e8e87037b34f9538c commit: 6b8e28174c187b585c282b9382961db56a1faa51 Author: Andreas Sturmlechner gentoo org> AuthorDate: Wed Jun 5 16:11:20 2019 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Wed Jun 5 16:11:20 2019 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=6b8e2817 media-sound/elisa: Fix DEPENDs Upstream commits: 8ab2b2080d27ced64389f0549b77f38ee9db108c 79ffb592e8d41a7c556bacfe5c58d638779a85bd Package-Manager: Portage-2.3.67, Repoman-2.3.14 Signed-off-by: Andreas Sturmlechner gentoo.org> media-sound/elisa/elisa-9999.ebuild | 5 ++++- media-sound/elisa/metadata.xml | 1 + 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/media-sound/elisa/elisa-9999.ebuild b/media-sound/elisa/elisa-9999.ebuild index 6c4eb74a24..59c4f96313 100644 --- a/media-sound/elisa/elisa-9999.ebuild +++ b/media-sound/elisa/elisa-9999.ebuild @@ -15,7 +15,7 @@ fi DESCRIPTION="Simple music player by KDE" HOMEPAGE="https://community.kde.org/Elisa" LICENSE="LGPL-3+" -IUSE="mpris semantic-desktop" +IUSE="mpris semantic-desktop vlc" BDEPEND="sys-devel/gettext" DEPEND=" @@ -28,6 +28,7 @@ DEPEND=" $(add_frameworks_dep kfilemetadata) $(add_frameworks_dep ki18n) $(add_frameworks_dep kio) + $(add_frameworks_dep kirigami) $(add_frameworks_dep kitemviews) $(add_frameworks_dep kxmlgui) $(add_qt_dep qtdeclarative) @@ -42,6 +43,7 @@ DEPEND=" semantic-desktop? ( $(add_frameworks_dep baloo) ) + vlc? ( media-video/vlc:= ) " RDEPEND="${DEPEND} $(add_qt_dep qtgraphicaleffects) @@ -55,6 +57,7 @@ src_configure() { local mycmakeargs=( $(cmake-utils_use_find_package mpris KF5DBusAddons) $(cmake-utils_use_find_package semantic-desktop KF5Baloo) + $(cmake-utils_use_find_package vlc LIBVLC) ) kde5_src_configure diff --git a/media-sound/elisa/metadata.xml b/media-sound/elisa/metadata.xml index 22e16aa35e..2f9a4280ca 100644 --- a/media-sound/elisa/metadata.xml +++ b/media-sound/elisa/metadata.xml @@ -7,5 +7,6 @@ Enable MPRIS support + Use media-video/vlc for output rather than dev-qt/qtmultimedia