From: "Lars Wendler" <polynomial-c@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/clementine/
Date: Sat, 4 Mar 2017 20:08:50 +0000 (UTC) [thread overview]
Message-ID: <1488658126.12521e5911210536d27112af6b63db41663a907a.polynomial-c@gentoo> (raw)
commit: 12521e5911210536d27112af6b63db41663a907a
Author: Alexander Golubev <fatzer2 <AT> gmail <DOT> com>
AuthorDate: Sat Mar 4 18:38:42 2017 +0000
Commit: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
CommitDate: Sat Mar 4 20:08:46 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=12521e59
media-sound/clementine: remove vkontakte USE flag
Due to vk.com disabled it's public music API the corresponding
functionality in clementine doesn't work anymore and was removed from
the git, so disable it premanenly in recent release and remove the USE
from the live version.
See https://github.com/clementine-player/Clementine/issues/5591
Closes: https://github.com/gentoo/gentoo/pull/4121
...mentine-9999.ebuild => clementine-1.3.1-r6.ebuild} | 19 ++++++++++---------
media-sound/clementine/clementine-9999.ebuild | 3 +--
2 files changed, 11 insertions(+), 11 deletions(-)
diff --git a/media-sound/clementine/clementine-9999.ebuild b/media-sound/clementine/clementine-1.3.1-r6.ebuild
similarity index 89%
copy from media-sound/clementine/clementine-9999.ebuild
copy to media-sound/clementine/clementine-1.3.1-r6.ebuild
index 66cfb44168c..6dfba6c726c 100644
--- a/media-sound/clementine/clementine-9999.ebuild
+++ b/media-sound/clementine/clementine-1.3.1-r6.ebuild
@@ -19,12 +19,11 @@ LICENSE="GPL-3"
SLOT="0"
[[ ${PV} == *9999* ]] || \
KEYWORDS="~amd64 ~x86"
-IUSE="box cdda +dbus debug dropbox googledrive ipod lastfm mms moodbar mtp projectm pulseaudio seafile skydrive test +udisks udisks_legacy vkontakte wiimote"
+IUSE="amazoncloud box cdda +dbus debug dropbox googledrive ipod lastfm mms moodbar mtp projectm pulseaudio skydrive test +udisks wiimote"
IUSE+="${LANGS// / linguas_}"
REQUIRED_USE="
udisks? ( dbus )
- udisks_legacy? ( dbus )
wiimote? ( dbus )
"
@@ -64,8 +63,7 @@ COMMON_DEPEND="
# 06-fix-numeric-locale.patch
# 08-stdlib.h-for-rand.patch
RDEPEND="${COMMON_DEPEND}
- dbus? ( udisks? ( sys-fs/udisks:2 )
- udisks_legacy? ( sys-fs/udisks:0 ) )
+ dbus? ( udisks? ( sys-fs/udisks:0 ) )
mms? ( media-plugins/gst-plugins-libmms:1.0 )
mtp? ( gnome-base/gvfs[mtp] )
media-plugins/gst-plugins-meta:1.0
@@ -78,10 +76,10 @@ DEPEND="${COMMON_DEPEND}
sys-devel/gettext
dev-qt/qttest:4
dev-cpp/gmock
+ amazoncloud? ( dev-cpp/sparsehash )
box? ( dev-cpp/sparsehash )
dropbox? ( dev-cpp/sparsehash )
googledrive? ( dev-cpp/sparsehash )
- seafile? ( dev-cpp/sparsehash )
pulseaudio? ( media-sound/pulseaudio )
skydrive? ( dev-cpp/sparsehash )
test? ( gnome-base/gsettings-desktop-schemas )
@@ -94,6 +92,9 @@ S="${WORKDIR}/${MY_P^}"
PATCHES=(
"${FILESDIR}"/${PN}-1.3-fix-tokenizer.patch
+ "${FILESDIR}"/${P}-fix-desktop-file.patch
+ "${FILESDIR}"/${P}-chromaprint14.patch #603662
+ "${FILESDIR}"/${P}-libechonest_removal.patch
)
src_prepare() {
@@ -115,10 +116,10 @@ src_configure() {
local mycmakeargs=(
-DBUILD_WERROR=OFF
-DLINGUAS="${langs}"
+ -DENABLE_AMAZON_CLOUD_DRIVE="$(usex amazoncloud)"
-DENABLE_AUDIOCD="$(usex cdda)"
-DENABLE_DBUS="$(usex dbus)"
- -DENABLE_UDISKS2="$(usex udisks)"
- -DENABLE_DEVICEKIT="$(usex udisks_legacy)"
+ -DENABLE_DEVICEKIT="$(usex udisks)"
-DENABLE_LIBGPOD="$(usex ipod)"
-DENABLE_LIBLASTFM="$(usex lastfm)"
-DENABLE_LIBMTP="$(usex mtp)"
@@ -130,9 +131,7 @@ src_configure() {
-DENABLE_DROPBOX="$(usex dropbox)"
-DENABLE_GOOGLE_DRIVE="$(usex googledrive)"
-DENABLE_LIBPULSE="$(usex pulseaudio)"
- -DENABLE_SEAFILE="$(usex seafile)"
-DENABLE_SKYDRIVE="$(usex skydrive)"
- -DENABLE_VK="$(usex vkontakte)"
-DENABLE_SPOTIFY_BLOB=OFF
-DENABLE_BREAKPAD=OFF #< disable crash reporting
-DUSE_BUILTIN_TAGLIB=OFF
@@ -144,6 +143,8 @@ src_configure() {
-DCRYPTOPP_FOUND=ON
# avoid automagically enabling of ccache (bug #611010)
-DCCACHE_EXECUTABLE=OFF
+ # see https://github.com/clementine-player/Clementine/issues/5591
+ -DENABLE_VK=OFF
)
use !debug && append-cppflags -DQT_NO_DEBUG_OUTPUT
diff --git a/media-sound/clementine/clementine-9999.ebuild b/media-sound/clementine/clementine-9999.ebuild
index 66cfb44168c..bfe62ae2d81 100644
--- a/media-sound/clementine/clementine-9999.ebuild
+++ b/media-sound/clementine/clementine-9999.ebuild
@@ -19,7 +19,7 @@ LICENSE="GPL-3"
SLOT="0"
[[ ${PV} == *9999* ]] || \
KEYWORDS="~amd64 ~x86"
-IUSE="box cdda +dbus debug dropbox googledrive ipod lastfm mms moodbar mtp projectm pulseaudio seafile skydrive test +udisks udisks_legacy vkontakte wiimote"
+IUSE="box cdda +dbus debug dropbox googledrive ipod lastfm mms moodbar mtp projectm pulseaudio seafile skydrive test +udisks udisks_legacy wiimote"
IUSE+="${LANGS// / linguas_}"
REQUIRED_USE="
@@ -132,7 +132,6 @@ src_configure() {
-DENABLE_LIBPULSE="$(usex pulseaudio)"
-DENABLE_SEAFILE="$(usex seafile)"
-DENABLE_SKYDRIVE="$(usex skydrive)"
- -DENABLE_VK="$(usex vkontakte)"
-DENABLE_SPOTIFY_BLOB=OFF
-DENABLE_BREAKPAD=OFF #< disable crash reporting
-DUSE_BUILTIN_TAGLIB=OFF
next reply other threads:[~2017-03-04 20:08 UTC|newest]
Thread overview: 103+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-03-04 20:08 Lars Wendler [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-02-23 21:46 [gentoo-commits] repo/gentoo:master commit in: media-sound/clementine/ Andreas Sturmlechner
2025-02-23 21:46 Andreas Sturmlechner
2025-02-10 23:18 Sam James
2025-02-10 23:18 Sam James
2025-01-13 21:54 Andreas Sturmlechner
2025-01-13 21:54 Andreas Sturmlechner
2025-01-07 23:42 Sam James
2024-01-21 4:02 Sam James
2024-01-13 9:55 Miroslav Šulc
2024-01-13 9:06 Arthur Zamarin
2024-01-13 9:06 Arthur Zamarin
2024-01-05 10:36 Sam James
2023-10-17 5:24 Yixun Lan
2023-10-14 18:11 Mart Raudsepp
2023-01-29 17:29 Andreas Sturmlechner
2023-01-29 6:53 Jakov Smolić
2023-01-29 6:53 Jakov Smolić
2022-12-19 3:01 Sam James
2022-10-15 6:58 Joonas Niilola
2022-10-15 6:58 Joonas Niilola
2022-09-14 6:09 Joonas Niilola
2021-08-03 21:18 Robin H. Johnson
2021-07-04 14:03 Ulrich Müller
2021-02-16 8:25 Sergei Trofimovich
2020-12-07 18:48 Sam James
2020-05-11 19:08 Andreas Sturmlechner
2020-05-11 16:49 Agostino Sarubbo
2020-03-29 7:27 Mikle Kolyada
2020-01-03 10:30 Lars Wendler
2020-01-03 10:30 Lars Wendler
2020-01-01 18:02 Lars Wendler
2020-01-01 18:02 Lars Wendler
2020-01-01 18:02 Lars Wendler
2019-11-07 14:37 Andreas Sturmlechner
2019-10-12 9:31 Andreas Sturmlechner
2019-10-12 9:31 Andreas Sturmlechner
2019-10-08 14:24 Lars Wendler
2019-07-13 8:51 Andreas Sturmlechner
2019-05-26 12:35 Lars Wendler
2019-02-17 15:30 Mikle Kolyada
2019-02-14 18:37 Andreas Sturmlechner
2019-02-09 21:14 Andreas Sturmlechner
2019-01-30 22:31 Andreas Sturmlechner
2019-01-04 22:37 Andreas Sturmlechner
2018-11-17 23:10 Andreas Sturmlechner
2018-11-17 23:10 Andreas Sturmlechner
2018-10-22 9:28 Lars Wendler
2018-10-02 22:05 Andreas Sturmlechner
2018-06-03 23:20 Andreas Sturmlechner
2018-05-02 7:53 Lars Wendler
2018-04-25 19:27 Thomas Deutschmann
2018-04-25 18:11 Andreas Sturmlechner
2018-04-25 11:48 Aaron Bauman
2018-04-24 12:47 Andreas Sturmlechner
2018-04-24 12:47 Andreas Sturmlechner
2018-04-12 21:08 Jonas Stein
2018-03-22 18:38 Andreas Sturmlechner
2018-03-22 18:02 Andreas Sturmlechner
2018-03-17 0:27 Andreas Sturmlechner
2018-03-08 19:33 Mike Gilbert
2018-03-03 17:44 Andreas Sturmlechner
2018-02-28 17:02 Lars Wendler
2018-02-19 19:01 Andreas Sturmlechner
2018-02-19 19:01 Andreas Sturmlechner
2018-02-17 19:17 Andreas Sturmlechner
2018-02-16 11:59 Andreas Sturmlechner
2018-02-16 11:59 Andreas Sturmlechner
2018-01-09 22:06 Andreas Sturmlechner
2018-01-07 13:43 Andreas Sturmlechner
2018-01-02 8:10 Lars Wendler
2017-12-19 9:15 Jason Zaman
2017-12-18 19:25 Andreas Sturmlechner
2017-12-08 21:58 Thomas Deutschmann
2017-12-03 21:38 Andreas Sturmlechner
2017-11-19 15:09 Andreas Sturmlechner
2017-11-19 15:09 Andreas Sturmlechner
2017-11-19 15:09 Andreas Sturmlechner
2017-11-19 15:09 Andreas Sturmlechner
2017-11-19 15:09 Andreas Sturmlechner
2017-09-10 20:34 Lars Wendler
2017-08-30 19:43 Lars Wendler
2017-08-30 19:43 Lars Wendler
2017-05-16 20:35 Lars Wendler
2017-05-16 19:53 Lars Wendler
2017-03-04 19:10 Lars Wendler
2017-01-04 16:48 David Seifert
2016-12-29 11:41 Agostino Sarubbo
2016-12-29 11:36 Agostino Sarubbo
2016-12-26 16:33 Lars Wendler
2016-12-26 16:14 Lars Wendler
2016-12-20 19:16 Tobias Klausmann
2016-07-21 8:17 Lars Wendler
2016-07-16 9:41 Patrice Clement
2016-07-16 9:41 Patrice Clement
2016-07-16 9:41 Patrice Clement
2016-07-03 22:20 Göktürk Yüksek
2016-07-03 22:20 Göktürk Yüksek
2016-05-03 14:59 Lars Wendler
2016-04-27 12:22 Lars Wendler
2016-03-30 17:06 Jason Donenfeld
2016-01-25 12:15 Lars Wendler
2015-12-31 9:17 Michael Palimaka
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=1488658126.12521e5911210536d27112af6b63db41663a907a.polynomial-c@gentoo \
--to=polynomial-c@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