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 5A9671582EF for ; Mon, 10 Mar 2025 13:46:21 +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 3F703343026 for ; Mon, 10 Mar 2025 13:46:21 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 43BB21102E0; Mon, 10 Mar 2025 13:46:20 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 3ACAF1102E0 for ; Mon, 10 Mar 2025 13:46:20 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D80CE343051 for ; Mon, 10 Mar 2025 13:46:19 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 732CB129F for ; Mon, 10 Mar 2025 13:46:18 +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: <1741614317.be3ad0c3d2d5eb10cb8565e6cdea1d967f27a063.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-r2.ebuild X-VCS-Directories: media-libs/sdl2-mixer/ X-VCS-Committer: ionen X-VCS-Committer-Name: Ionen Wolkens X-VCS-Revision: be3ad0c3d2d5eb10cb8565e6cdea1d967f27a063 X-VCS-Branch: master Date: Mon, 10 Mar 2025 13:46:18 +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: f88235bd-0b73-474b-8bc5-8c9b12d01613 X-Archives-Hash: b7bf21158862333289ab4d97f1a54b74 commit: be3ad0c3d2d5eb10cb8565e6cdea1d967f27a063 Author: Ionen Wolkens gentoo org> AuthorDate: Mon Mar 10 13:39:28 2025 +0000 Commit: Ionen Wolkens gentoo org> CommitDate: Mon Mar 10 13:45:17 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=be3ad0c3 media-libs/sdl2-mixer: depend on multilib opusfile Essentially this didn't work with 32bit before and dlopen() was hiding that (was getting a proper build failure now). Thanks-to: David Seifert gentoo.org> Signed-off-by: Ionen Wolkens gentoo.org> .../{sdl2-mixer-2.8.1-r1.ebuild => sdl2-mixer-2.8.1-r2.ebuild} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-libs/sdl2-mixer/sdl2-mixer-2.8.1-r1.ebuild b/media-libs/sdl2-mixer/sdl2-mixer-2.8.1-r2.ebuild similarity index 98% rename from media-libs/sdl2-mixer/sdl2-mixer-2.8.1-r1.ebuild rename to media-libs/sdl2-mixer/sdl2-mixer-2.8.1-r2.ebuild index c595799d69a5..b8009d7f9f54 100644 --- a/media-libs/sdl2-mixer/sdl2-mixer-2.8.1-r1.ebuild +++ b/media-libs/sdl2-mixer/sdl2-mixer-2.8.1-r2.ebuild @@ -41,7 +41,7 @@ RDEPEND=" xmp? ( media-libs/libxmp ) ) mp3? ( media-sound/mpg123-base[${MULTILIB_USEDEP}] ) - opus? ( media-libs/opusfile ) + opus? ( media-libs/opusfile[${MULTILIB_USEDEP}] ) vorbis? ( stb? ( dev-libs/stb ) tremor? ( media-libs/tremor[${MULTILIB_USEDEP}] )