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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 9633A139360 for ; Sat, 14 Aug 2021 04:27:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D6373E086B; Sat, 14 Aug 2021 04:27:11 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 9A498E086B for ; Sat, 14 Aug 2021 04:27:11 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 38564342B21 for ; Sat, 14 Aug 2021 04:27:10 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9B824744 for ; Sat, 14 Aug 2021 04:27:08 +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: <1628915207.18ab15081aaf20413ba59f41277a65d665538df7.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/mpg123/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-sound/mpg123/mpg123-1.28.1-r1.ebuild media-sound/mpg123/mpg123-1.28.2-r1.ebuild X-VCS-Directories: media-sound/mpg123/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 18ab15081aaf20413ba59f41277a65d665538df7 X-VCS-Branch: master Date: Sat, 14 Aug 2021 04:27:08 +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: 3f0bd874-ad40-4d27-9c1e-ed309fbf6ff7 X-Archives-Hash: 66ba73f448ce0ad19880c4dd1883a4f3 commit: 18ab15081aaf20413ba59f41277a65d665538df7 Author: Sam James gentoo org> AuthorDate: Sat Aug 14 04:26:04 2021 +0000 Commit: Sam James gentoo org> CommitDate: Sat Aug 14 04:26:47 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=18ab1508 media-sound/mpg123: add note on SDL 2 support See: 5e4bae804bb7687033836e506188865e7f05ba19 Signed-off-by: Sam James gentoo.org> media-sound/mpg123/mpg123-1.28.1-r1.ebuild | 3 +++ media-sound/mpg123/mpg123-1.28.2-r1.ebuild | 3 +++ 2 files changed, 6 insertions(+) diff --git a/media-sound/mpg123/mpg123-1.28.1-r1.ebuild b/media-sound/mpg123/mpg123-1.28.1-r1.ebuild index a7a65a2ca63..4afe46cf0ce 100644 --- a/media-sound/mpg123/mpg123-1.28.1-r1.ebuild +++ b/media-sound/mpg123/mpg123-1.28.1-r1.ebuild @@ -15,6 +15,9 @@ KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 sparc x86 ~amd64-li IUSE="cpu_flags_x86_3dnow cpu_flags_x86_3dnowext cpu_flags_ppc_altivec alsa coreaudio int-quality ipv6 jack cpu_flags_x86_mmx nas oss portaudio pulseaudio sdl cpu_flags_x86_sse" # No MULTILIB_USEDEP here since we only build libmpg123 for non native ABIs. +# Note: build system prefers libsdl2 > libsdl. We could in theory add both +# but it's tricky when it comes to handling switching between them properly. +# We'd need a USE flag for both sdl1 and sdl2 and to make them clash. RDEPEND=" dev-libs/libltdl:0 alsa? ( media-libs/alsa-lib ) diff --git a/media-sound/mpg123/mpg123-1.28.2-r1.ebuild b/media-sound/mpg123/mpg123-1.28.2-r1.ebuild index b54ad5de3c4..29a2b1f3de7 100644 --- a/media-sound/mpg123/mpg123-1.28.2-r1.ebuild +++ b/media-sound/mpg123/mpg123-1.28.2-r1.ebuild @@ -15,6 +15,9 @@ KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~sparc IUSE="cpu_flags_x86_3dnow cpu_flags_x86_3dnowext cpu_flags_ppc_altivec alsa coreaudio int-quality ipv6 jack cpu_flags_x86_mmx nas oss portaudio pulseaudio sdl cpu_flags_x86_sse" # No MULTILIB_USEDEP here since we only build libmpg123 for non native ABIs. +# Note: build system prefers libsdl2 > libsdl. We could in theory add both +# but it's tricky when it comes to handling switching between them properly. +# We'd need a USE flag for both sdl1 and sdl2 and to make them clash. RDEPEND=" dev-libs/libltdl:0 alsa? ( media-libs/alsa-lib )