Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/strawberry/
Date: Sat, 04 Mar 2023 04:27:19
Message-Id: 1677904023.c33105a57cac55d4fce1870ed44e0e22b7835aaa.sam@gentoo
1 commit: c33105a57cac55d4fce1870ed44e0e22b7835aaa
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Sat Mar 4 04:15:04 2023 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sat Mar 4 04:27:03 2023 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c33105a5
7
8 media-sound/strawberry: fix automagic ICU dep
9
10 Closes: https://bugs.gentoo.org/893324
11 Signed-off-by: Sam James <sam <AT> gentoo.org>
12
13 .../{strawberry-1.0.14.ebuild => strawberry-1.0.14-r1.ebuild} | 4 +++-
14 media-sound/strawberry/strawberry-9999.ebuild | 6 ++++--
15 2 files changed, 7 insertions(+), 3 deletions(-)
16
17 diff --git a/media-sound/strawberry/strawberry-1.0.14.ebuild b/media-sound/strawberry/strawberry-1.0.14-r1.ebuild
18 similarity index 95%
19 rename from media-sound/strawberry/strawberry-1.0.14.ebuild
20 rename to media-sound/strawberry/strawberry-1.0.14-r1.ebuild
21 index 884e0da1aa38..640a70a1fe25 100644
22 --- a/media-sound/strawberry/strawberry-1.0.14.ebuild
23 +++ b/media-sound/strawberry/strawberry-1.0.14-r1.ebuild
24 @@ -19,7 +19,7 @@ fi
25
26 LICENSE="GPL-3"
27 SLOT="0"
28 -IUSE="cdda debug +gstreamer ipod moodbar mtp pulseaudio +udisks vlc"
29 +IUSE="cdda debug +gstreamer icu ipod moodbar mtp pulseaudio +udisks vlc"
30
31 BDEPEND="
32 dev-qt/linguist-tools:5
33 @@ -47,6 +47,7 @@ COMMON_DEPEND="
34 media-libs/gstreamer:1.0
35 media-libs/gst-plugins-base:1.0
36 )
37 + icu? ( dev-libs/icu:= )
38 ipod? ( media-libs/libgpod )
39 moodbar? ( sci-libs/fftw:3.0 )
40 mtp? ( media-libs/libmtp )
41 @@ -92,6 +93,7 @@ src_configure() {
42 -DLINGUAS="$(plocale_get_locales)"
43 -DENABLE_AUDIOCD="$(usex cdda)"
44 -DENABLE_GSTREAMER="$(usex gstreamer)"
45 + -DUSE_ICU="$(usex icu)"
46 -DENABLE_LIBGPOD="$(usex ipod)"
47 -DENABLE_LIBMTP="$(usex mtp)"
48 -DENABLE_LIBPULSE="$(usex pulseaudio)"
49
50 diff --git a/media-sound/strawberry/strawberry-9999.ebuild b/media-sound/strawberry/strawberry-9999.ebuild
51 index fac9c644eb35..640a70a1fe25 100644
52 --- a/media-sound/strawberry/strawberry-9999.ebuild
53 +++ b/media-sound/strawberry/strawberry-9999.ebuild
54 @@ -1,4 +1,4 @@
55 -# Copyright 1999-2022 Gentoo Authors
56 +# Copyright 1999-2023 Gentoo Authors
57 # Distributed under the terms of the GNU General Public License v2
58
59 EAPI=8
60 @@ -19,7 +19,7 @@ fi
61
62 LICENSE="GPL-3"
63 SLOT="0"
64 -IUSE="cdda debug +gstreamer ipod moodbar mtp pulseaudio +udisks vlc"
65 +IUSE="cdda debug +gstreamer icu ipod moodbar mtp pulseaudio +udisks vlc"
66
67 BDEPEND="
68 dev-qt/linguist-tools:5
69 @@ -47,6 +47,7 @@ COMMON_DEPEND="
70 media-libs/gstreamer:1.0
71 media-libs/gst-plugins-base:1.0
72 )
73 + icu? ( dev-libs/icu:= )
74 ipod? ( media-libs/libgpod )
75 moodbar? ( sci-libs/fftw:3.0 )
76 mtp? ( media-libs/libmtp )
77 @@ -92,6 +93,7 @@ src_configure() {
78 -DLINGUAS="$(plocale_get_locales)"
79 -DENABLE_AUDIOCD="$(usex cdda)"
80 -DENABLE_GSTREAMER="$(usex gstreamer)"
81 + -DUSE_ICU="$(usex icu)"
82 -DENABLE_LIBGPOD="$(usex ipod)"
83 -DENABLE_LIBMTP="$(usex mtp)"
84 -DENABLE_LIBPULSE="$(usex pulseaudio)"