From: "Andreas Sturmlechner" <asturm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/elisa/
Date: Wed, 5 Jun 2019 16:09:00 +0000 (UTC) [thread overview]
Message-ID: <1559750925.cce005c326d9a94f4b901f3bfbfbb96810c20301.asturm@gentoo> (raw)
commit: cce005c326d9a94f4b901f3bfbfbb96810c20301
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Wed Jun 5 16:06:48 2019 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Wed Jun 5 16:08:45 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cce005c3
media-sound/elisa: 0.4.0 version bump
Closes: https://bugs.gentoo.org/686974
Package-Manager: Portage-2.3.67, Repoman-2.3.14
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
media-sound/elisa/Manifest | 1 +
media-sound/elisa/elisa-0.4.0.ebuild | 64 ++++++++++++++++++++++++++++++++++++
media-sound/elisa/metadata.xml | 1 +
3 files changed, 66 insertions(+)
diff --git a/media-sound/elisa/Manifest b/media-sound/elisa/Manifest
index 10366fdf3a7..904ab38a84e 100644
--- a/media-sound/elisa/Manifest
+++ b/media-sound/elisa/Manifest
@@ -1 +1,2 @@
DIST elisa-0.3.0.tar.xz 1248496 BLAKE2B 8a52c35ca1e7a81927d8e95020854725407700e93e15bb778366946e7c19578df6939daec058743d9dffeece43dbb946c0f0ce6612c9ae50ff51c3c023cece1d SHA512 8097f8f2bbcb6199adf856d0786e77a33c46c3ead8f55fb29839862ec96db5ba957a8181af013650e4d8c9ecf32b104f17c26921204e6c7478c0a3a7152c9b9a
+DIST elisa-0.4.0.tar.xz 1272596 BLAKE2B ed11dcba82766e11581806f1153d64c157c8bd8549a374e32fcb5c28369bed853b4a6a18ae42c6d3dab86d297d2699a292fad2de62b0ab9fec97b9cb1f1d3e1f SHA512 976370b9f0395b990d05cc1d5adebe150398090c5f1df94e1ad5761a8af36c0c83ed14087a3bc02e09c21740724f1505b99c4ab5f4995f0c46f21948f4705e61
diff --git a/media-sound/elisa/elisa-0.4.0.ebuild b/media-sound/elisa/elisa-0.4.0.ebuild
new file mode 100644
index 00000000000..59c4f96313a
--- /dev/null
+++ b/media-sound/elisa/elisa-0.4.0.ebuild
@@ -0,0 +1,64 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+KDE_TEST="forceoptional"
+KDE_HANDBOOK="optional"
+inherit kde5
+
+if [[ ${KDE_BUILD_TYPE} = release ]]; then
+ SRC_URI="mirror://kde/stable/${PN}/${PV}/${P}.tar.xz"
+ KEYWORDS="~amd64"
+fi
+
+DESCRIPTION="Simple music player by KDE"
+HOMEPAGE="https://community.kde.org/Elisa"
+LICENSE="LGPL-3+"
+IUSE="mpris semantic-desktop vlc"
+
+BDEPEND="sys-devel/gettext"
+DEPEND="
+ $(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 kio)
+ $(add_frameworks_dep kirigami)
+ $(add_frameworks_dep kitemviews)
+ $(add_frameworks_dep kxmlgui)
+ $(add_qt_dep qtdeclarative)
+ $(add_qt_dep qtgui)
+ $(add_qt_dep qtmultimedia 'gstreamer')
+ $(add_qt_dep qtsql)
+ $(add_qt_dep qtwidgets)
+ mpris? (
+ $(add_frameworks_dep kdbusaddons)
+ $(add_qt_dep qtdbus)
+ )
+ semantic-desktop? (
+ $(add_frameworks_dep baloo)
+ )
+ vlc? ( media-video/vlc:= )
+"
+RDEPEND="${DEPEND}
+ $(add_qt_dep qtgraphicaleffects)
+ $(add_qt_dep qtquickcontrols)
+ $(add_qt_dep qtquickcontrols2)
+"
+
+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 vlc LIBVLC)
+ )
+
+ kde5_src_configure
+}
diff --git a/media-sound/elisa/metadata.xml b/media-sound/elisa/metadata.xml
index 22e16aa35e9..2f9a4280caf 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:09 UTC|newest]
Thread overview: 39+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-06-05 16:09 Andreas Sturmlechner [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-02-09 16:49 [gentoo-commits] repo/gentoo:master commit in: media-sound/elisa/ Andreas Sturmlechner
2024-09-02 13:22 Andreas Sturmlechner
2024-05-20 11:39 Andreas Sturmlechner
2024-03-08 20:44 Andreas Sturmlechner
2024-01-06 12:35 Arthur Zamarin
2023-12-29 7:05 Arthur Zamarin
2023-02-24 12:23 Jakov Smolić
2021-08-04 9:01 Agostino Sarubbo
2021-08-04 8:40 Agostino Sarubbo
2021-04-06 6:31 Agostino Sarubbo
2020-10-16 17:46 Georgy Yakovlev
2020-09-29 13:39 Andreas Sturmlechner
2020-07-30 7:21 Agostino Sarubbo
2020-07-30 6:58 Agostino Sarubbo
2020-07-11 15:37 Andreas Sturmlechner
2020-03-19 6:25 Mikle Kolyada
2020-03-19 0:06 Agostino Sarubbo
2020-03-18 23:48 Agostino Sarubbo
2020-01-26 20:25 Thomas Deutschmann
2019-12-12 22:11 Andreas Sturmlechner
2019-12-12 1:04 Aaron Bauman
2019-07-15 16:01 Andreas Sturmlechner
2019-06-29 21:34 Andreas Sturmlechner
2019-06-29 21:34 Andreas Sturmlechner
2019-06-20 11:48 Andreas Sturmlechner
2019-06-20 11:48 Andreas Sturmlechner
2019-03-30 19:28 Andreas Sturmlechner
2019-03-30 19:28 Andreas Sturmlechner
2018-11-25 23:41 Andreas Sturmlechner
2018-11-25 23:41 Andreas Sturmlechner
2018-07-12 6:50 Andreas Sturmlechner
2018-07-11 20:40 Johannes Huber
2018-07-11 20:40 Johannes Huber
2018-07-11 20:34 Johannes Huber
2018-07-11 20:34 Johannes Huber
2018-04-17 19:47 Johannes Huber
2018-04-17 18:07 Johannes Huber
2018-04-14 16:20 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=1559750925.cce005c326d9a94f4b901f3bfbfbb96810c20301.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