From: "Andreas Sturmlechner" <asturm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/kde:master commit in: media-sound/elisa/
Date: Wed, 5 Jun 2019 16:12:10 +0000 (UTC) [thread overview]
Message-ID: <1559751080.6b8e28174c187b585c282b9382961db56a1faa51.asturm@gentoo> (raw)
commit: 6b8e28174c187b585c282b9382961db56a1faa51
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Wed Jun 5 16:11:20 2019 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> 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 <asturm <AT> 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 @@
</maintainer>
<use>
<flag name="mpris">Enable MPRIS support</flag>
+ <flag name="vlc">Use <pkg>media-video/vlc</pkg> for output rather than <pkg>dev-qt/qtmultimedia</pkg></flag>
</use>
</pkgmetadata>
next reply other threads:[~2019-06-05 16:12 UTC|newest]
Thread overview: 38+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-06-05 16:12 Andreas Sturmlechner [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-03-15 16:19 [gentoo-commits] proj/kde:master commit in: media-sound/elisa/ Sam James
2024-11-10 19:05 Andreas Sturmlechner
2024-08-10 15:04 Andreas Sturmlechner
2024-07-01 17:03 Andreas Sturmlechner
2024-03-08 20:17 Andreas Sturmlechner
2024-02-27 22:28 Sam James
2024-02-25 20:02 Sam James
2023-12-23 15:46 Andreas Sturmlechner
2022-11-12 10:17 Andreas Sturmlechner
2020-09-29 12:51 Andreas Sturmlechner
2020-06-09 18:14 Andreas Sturmlechner
2020-05-27 21:23 Andreas Sturmlechner
2020-05-20 19:28 Andreas Sturmlechner
2020-05-09 19:59 Andreas Sturmlechner
2020-04-29 16:10 Andreas Sturmlechner
2020-04-24 10:47 Andreas Sturmlechner
2020-03-30 0:32 Andreas Sturmlechner
2020-02-04 1:16 Andreas Sturmlechner
2019-12-07 11:43 Andreas Sturmlechner
2019-11-30 9:42 Andreas Sturmlechner
2019-11-10 23:13 Andreas Sturmlechner
2019-11-10 23:13 Andreas Sturmlechner
2019-07-15 16:00 Andreas Sturmlechner
2018-07-11 20:35 Johannes Huber
2018-06-11 18:58 Johannes Huber
2018-04-14 16:21 Johannes Huber
2018-04-14 16:08 Johannes Huber
2018-04-08 14:01 Johannes Huber
2018-04-08 13:26 Johannes Huber
2018-04-08 13:26 Johannes Huber
2017-12-10 21:53 Andreas Sturmlechner
2017-07-21 17:54 Andreas Sturmlechner
2017-07-05 22:56 Andreas Sturmlechner
2017-04-06 19:59 Johannes Huber
2017-04-06 19:59 Johannes Huber
2017-03-01 23:42 Andreas Sturmlechner
2017-02-26 15:31 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=1559751080.6b8e28174c187b585c282b9382961db56a1faa51.asturm@gentoo \
--to=asturm@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