Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/clementine/
Date: Sat, 12 Oct 2019 09:32:03
Message-Id: 1570872704.440ea5cfd710cb5d34f5c0ee29fedbb1ea79d01b.asturm@gentoo
1 commit: 440ea5cfd710cb5d34f5c0ee29fedbb1ea79d01b
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Sat Oct 12 09:10:52 2019 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Sat Oct 12 09:31:44 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=440ea5cf
7
8 media-sound/clementine: Drop obsolete comments
9
10 06-fix-numeric-locale.patch made obsolete in libprojectm upstream commit:
11 8278444652cae587802d58d649699ac870b5ffa6
12
13 08-stdlib.h-for-rand.patch only ever relevant for WIN32.
14
15 Package-Manager: Portage-2.3.76, Repoman-2.3.17
16 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
17
18 media-sound/clementine/clementine-1.3.1_p20191004.ebuild | 6 ------
19 media-sound/clementine/clementine-9999.ebuild | 6 ------
20 2 files changed, 12 deletions(-)
21
22 diff --git a/media-sound/clementine/clementine-1.3.1_p20191004.ebuild b/media-sound/clementine/clementine-1.3.1_p20191004.ebuild
23 index 3eb8f418fac..f2d1766fb15 100644
24 --- a/media-sound/clementine/clementine-1.3.1_p20191004.ebuild
25 +++ b/media-sound/clementine/clementine-1.3.1_p20191004.ebuild
26 @@ -73,12 +73,6 @@ COMMON_DEPEND="
27 virtual/opengl
28 )
29 "
30 -# Note: sqlite driver of dev-qt/qtsql is bundled, so no sqlite use is required; check if this can be overcome someway;
31 -# Libprojectm-1.2 seems to work fine, so no reason to use bundled version; check clementine's patches:
32 -# https://github.com/clementine-player/Clementine/tree/master/3rdparty/libprojectm/patches
33 -# Still possibly essential but not applied yet patches are:
34 -# 06-fix-numeric-locale.patch
35 -# 08-stdlib.h-for-rand.patch
36 RDEPEND="${COMMON_DEPEND}
37 media-plugins/gst-plugins-meta:1.0
38 media-plugins/gst-plugins-soup:1.0
39
40 diff --git a/media-sound/clementine/clementine-9999.ebuild b/media-sound/clementine/clementine-9999.ebuild
41 index 75764d0ec7e..3f87ebadac9 100644
42 --- a/media-sound/clementine/clementine-9999.ebuild
43 +++ b/media-sound/clementine/clementine-9999.ebuild
44 @@ -72,12 +72,6 @@ COMMON_DEPEND="
45 virtual/opengl
46 )
47 "
48 -# Note: sqlite driver of dev-qt/qtsql is bundled, so no sqlite use is required; check if this can be overcome someway;
49 -# Libprojectm-1.2 seems to work fine, so no reason to use bundled version; check clementine's patches:
50 -# https://github.com/clementine-player/Clementine/tree/master/3rdparty/libprojectm/patches
51 -# Still possibly essential but not applied yet patches are:
52 -# 06-fix-numeric-locale.patch
53 -# 08-stdlib.h-for-rand.patch
54 RDEPEND="${COMMON_DEPEND}
55 media-plugins/gst-plugins-meta:1.0
56 media-plugins/gst-plugins-soup:1.0