From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id BF3501582EF for ; Mon, 10 Mar 2025 03:28:44 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id A66FA343167 for ; Mon, 10 Mar 2025 03:28:44 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id DF9521103A8; Mon, 10 Mar 2025 03:28:38 +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)) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id D72091103A8 for ; Mon, 10 Mar 2025 03:28:38 +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 7C3153430C4 for ; Mon, 10 Mar 2025 03:28:38 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CCB7928B3 for ; Mon, 10 Mar 2025 03:28:36 +0000 (UTC) From: "Ionen Wolkens" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ionen Wolkens" Message-ID: <1741577200.a48aaaebaa0d006d70d2ec2ff35126dc703745e4.ionen@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/sdl2-mixer/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/sdl2-mixer/sdl2-mixer-2.8.1-r1.ebuild media-libs/sdl2-mixer/sdl2-mixer-2.8.1.ebuild X-VCS-Directories: media-libs/sdl2-mixer/ X-VCS-Committer: ionen X-VCS-Committer-Name: Ionen Wolkens X-VCS-Revision: a48aaaebaa0d006d70d2ec2ff35126dc703745e4 X-VCS-Branch: master Date: Mon, 10 Mar 2025 03:28:36 +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: 8d6835e6-06dd-42c2-8f8c-a73a33c116a1 X-Archives-Hash: 26c539ccfd0c0831c105f6a11e7c3f4a commit: a48aaaebaa0d006d70d2ec2ff35126dc703745e4 Author: Ionen Wolkens gentoo org> AuthorDate: Mon Mar 10 03:09:58 2025 +0000 Commit: Ionen Wolkens gentoo org> CommitDate: Mon Mar 10 03:26:40 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a48aaaeb media-libs/sdl2-mixer: avoid dlopen() usage Not particularly useful on gentoo, and can cause problems with some usage wrt bug #950965. Feel it's not overly worth re-stabilizing over esp. given previous stable had the same behaviour, so straight-to-stable. Did try all USE for any glaring issues. Also do mpg123 -> mpg123-base, this does not need the mpg123 command + output plugins and it actually links with -base now. Closes: https://bugs.gentoo.org/950965 Signed-off-by: Ionen Wolkens gentoo.org> .../sdl2-mixer/{sdl2-mixer-2.8.1.ebuild => sdl2-mixer-2.8.1-r1.ebuild} | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/media-libs/sdl2-mixer/sdl2-mixer-2.8.1.ebuild b/media-libs/sdl2-mixer/sdl2-mixer-2.8.1-r1.ebuild similarity index 95% rename from media-libs/sdl2-mixer/sdl2-mixer-2.8.1.ebuild rename to media-libs/sdl2-mixer/sdl2-mixer-2.8.1-r1.ebuild index 3ecd6fa4c27b..c595799d69a5 100644 --- a/media-libs/sdl2-mixer/sdl2-mixer-2.8.1.ebuild +++ b/media-libs/sdl2-mixer/sdl2-mixer-2.8.1-r1.ebuild @@ -40,7 +40,7 @@ RDEPEND=" modplug? ( media-libs/libmodplug[${MULTILIB_USEDEP}] ) xmp? ( media-libs/libxmp ) ) - mp3? ( media-sound/mpg123[${MULTILIB_USEDEP}] ) + mp3? ( media-sound/mpg123-base[${MULTILIB_USEDEP}] ) opus? ( media-libs/opusfile ) vorbis? ( stb? ( dev-libs/stb ) @@ -54,6 +54,7 @@ DEPEND="${RDEPEND}" multilib_src_configure() { local mycmakeargs=( + -DSDL2MIXER_DEPS_SHARED=no # aka, no dlopen() (bug #950965) -DSDL2MIXER_CMD=yes -DSDL2MIXER_WAVE=$(usex wav) -DSDL2MIXER_MOD=$(usex mod)