From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 1843715800C for ; Sat, 4 Mar 2023 04:27:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 04C0EE07A9; Sat, 4 Mar 2023 04:27:18 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 9E825E07A9 for ; Sat, 4 Mar 2023 04:27:17 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 140B3340DAD for ; Sat, 4 Mar 2023 04:27:16 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5A0C9865 for ; Sat, 4 Mar 2023 04:27:14 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1677904023.c33105a57cac55d4fce1870ed44e0e22b7835aaa.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/strawberry/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-sound/strawberry/strawberry-1.0.14-r1.ebuild media-sound/strawberry/strawberry-1.0.14.ebuild media-sound/strawberry/strawberry-9999.ebuild X-VCS-Directories: media-sound/strawberry/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: c33105a57cac55d4fce1870ed44e0e22b7835aaa X-VCS-Branch: master Date: Sat, 4 Mar 2023 04:27:14 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 7d2b2dc8-3c92-4da2-be20-338e1f865c78 X-Archives-Hash: 08b79c3772dbc7b506759c17bd1e0155 commit: c33105a57cac55d4fce1870ed44e0e22b7835aaa Author: Sam James gentoo org> AuthorDate: Sat Mar 4 04:15:04 2023 +0000 Commit: Sam James gentoo org> CommitDate: Sat Mar 4 04:27:03 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c33105a5 media-sound/strawberry: fix automagic ICU dep Closes: https://bugs.gentoo.org/893324 Signed-off-by: Sam James gentoo.org> .../{strawberry-1.0.14.ebuild => strawberry-1.0.14-r1.ebuild} | 4 +++- 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 similarity index 95% rename from media-sound/strawberry/strawberry-1.0.14.ebuild rename to 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)"