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)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 5DD0515814C for ; Sun, 22 Oct 2023 15:37:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 640A22BC015; Sun, 22 Oct 2023 15:37:12 +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 pigeon.gentoo.org (Postfix) with ESMTPS id 46CB42BC015 for ; Sun, 22 Oct 2023 15:37:12 +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 56AF9335C52 for ; Sun, 22 Oct 2023 15:37:11 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A2AE3E88 for ; Sun, 22 Oct 2023 15:37:09 +0000 (UTC) From: "James Le Cuirot" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "James Le Cuirot" Message-ID: <1697988928.0a3fcee249aa177d6bc753ac69ea9e3f91d1483c.chewi@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/libsdl2/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/libsdl2/libsdl2-2.28.4-r1.ebuild media-libs/libsdl2/libsdl2-2.28.4.ebuild X-VCS-Directories: media-libs/libsdl2/ X-VCS-Committer: chewi X-VCS-Committer-Name: James Le Cuirot X-VCS-Revision: 0a3fcee249aa177d6bc753ac69ea9e3f91d1483c X-VCS-Branch: master Date: Sun, 22 Oct 2023 15:37:09 +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: 11153556-0a06-43f3-84ea-799ff1b29d0e X-Archives-Hash: 492a7064db4e44be775d488913fb1bdc commit: 0a3fcee249aa177d6bc753ac69ea9e3f91d1483c Author: James Le Cuirot gentoo org> AuthorDate: Sun Oct 22 15:35:28 2023 +0000 Commit: James Le Cuirot gentoo org> CommitDate: Sun Oct 22 15:35:28 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0a3fcee2 media-libs/libsdl2: Disable dynamic loading of libsamplerate Signed-off-by: James Le Cuirot gentoo.org> media-libs/libsdl2/{libsdl2-2.28.4.ebuild => libsdl2-2.28.4-r1.ebuild} | 1 + 1 file changed, 1 insertion(+) diff --git a/media-libs/libsdl2/libsdl2-2.28.4.ebuild b/media-libs/libsdl2/libsdl2-2.28.4-r1.ebuild similarity index 99% rename from media-libs/libsdl2/libsdl2-2.28.4.ebuild rename to media-libs/libsdl2/libsdl2-2.28.4-r1.ebuild index 2d61d660582a..e01e4f109cd0 100644 --- a/media-libs/libsdl2/libsdl2-2.28.4.ebuild +++ b/media-libs/libsdl2/libsdl2-2.28.4-r1.ebuild @@ -163,6 +163,7 @@ multilib_src_configure() { --disable-pulseaudio-shared --disable-arts $(use_enable libsamplerate) + --disable-libsamplerate-shared --disable-werror $(use_enable nas) --disable-nas-shared