diff options
author | Sam James <sam@gentoo.org> | 2023-03-04 04:15:04 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-03-04 04:27:03 +0000 |
commit | c33105a57cac55d4fce1870ed44e0e22b7835aaa (patch) | |
tree | c0816fae9a0f42d6a83b19ed8b101975db28ca08 /media-sound/strawberry | |
parent | app-arch/cabextract: Version bump to 1.11 (diff) | |
download | gentoo-c33105a57cac55d4fce1870ed44e0e22b7835aaa.tar.gz gentoo-c33105a57cac55d4fce1870ed44e0e22b7835aaa.tar.bz2 gentoo-c33105a57cac55d4fce1870ed44e0e22b7835aaa.zip |
media-sound/strawberry: fix automagic ICU dep
Closes: https://bugs.gentoo.org/893324
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'media-sound/strawberry')
-rw-r--r-- | media-sound/strawberry/strawberry-1.0.14-r1.ebuild (renamed from media-sound/strawberry/strawberry-1.0.14.ebuild) | 4 | ||||
-rw-r--r-- | media-sound/strawberry/strawberry-9999.ebuild | 6 |
2 files changed, 7 insertions, 3 deletions
diff --git a/media-sound/strawberry/strawberry-1.0.14.ebuild b/media-sound/strawberry/strawberry-1.0.14-r1.ebuild index 884e0da1aa38..640a70a1fe25 100644 --- a/media-sound/strawberry/strawberry-1.0.14.ebuild +++ b/media-sound/strawberry/strawberry-1.0.14-r1.ebuild @@ -19,7 +19,7 @@ fi LICENSE="GPL-3" SLOT="0" -IUSE="cdda debug +gstreamer ipod moodbar mtp pulseaudio +udisks vlc" +IUSE="cdda debug +gstreamer icu ipod moodbar mtp pulseaudio +udisks vlc" BDEPEND=" dev-qt/linguist-tools:5 @@ -47,6 +47,7 @@ COMMON_DEPEND=" media-libs/gstreamer:1.0 media-libs/gst-plugins-base:1.0 ) + icu? ( dev-libs/icu:= ) ipod? ( media-libs/libgpod ) moodbar? ( sci-libs/fftw:3.0 ) mtp? ( media-libs/libmtp ) @@ -92,6 +93,7 @@ src_configure() { -DLINGUAS="$(plocale_get_locales)" -DENABLE_AUDIOCD="$(usex cdda)" -DENABLE_GSTREAMER="$(usex gstreamer)" + -DUSE_ICU="$(usex icu)" -DENABLE_LIBGPOD="$(usex ipod)" -DENABLE_LIBMTP="$(usex mtp)" -DENABLE_LIBPULSE="$(usex pulseaudio)" diff --git a/media-sound/strawberry/strawberry-9999.ebuild b/media-sound/strawberry/strawberry-9999.ebuild index fac9c644eb35..640a70a1fe25 100644 --- a/media-sound/strawberry/strawberry-9999.ebuild +++ b/media-sound/strawberry/strawberry-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -19,7 +19,7 @@ fi LICENSE="GPL-3" SLOT="0" -IUSE="cdda debug +gstreamer ipod moodbar mtp pulseaudio +udisks vlc" +IUSE="cdda debug +gstreamer icu ipod moodbar mtp pulseaudio +udisks vlc" BDEPEND=" dev-qt/linguist-tools:5 @@ -47,6 +47,7 @@ COMMON_DEPEND=" media-libs/gstreamer:1.0 media-libs/gst-plugins-base:1.0 ) + icu? ( dev-libs/icu:= ) ipod? ( media-libs/libgpod ) moodbar? ( sci-libs/fftw:3.0 ) mtp? ( media-libs/libmtp ) @@ -92,6 +93,7 @@ src_configure() { -DLINGUAS="$(plocale_get_locales)" -DENABLE_AUDIOCD="$(usex cdda)" -DENABLE_GSTREAMER="$(usex gstreamer)" + -DUSE_ICU="$(usex icu)" -DENABLE_LIBGPOD="$(usex ipod)" -DENABLE_LIBMTP="$(usex mtp)" -DENABLE_LIBPULSE="$(usex pulseaudio)" |