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 10A8515808B for ; Sun, 27 Mar 2022 13:30:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AF4D1E08FC; Sun, 27 Mar 2022 13:30:44 +0000 (UTC) Received: from smtp.gentoo.org (dev.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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 14348E08F7 for ; Sun, 27 Mar 2022 13:30:43 +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 C6CD73435F1 for ; Sun, 27 Mar 2022 13:30:42 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1242F177 for ; Sun, 27 Mar 2022 13:30:41 +0000 (UTC) From: "David Seifert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Seifert" Message-ID: <1648387834.d130322f34d7a6fdb99d0f5d77b05e7b9c60bf90.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/libsndfile/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/libsndfile/libsndfile-1.1.0-r1.ebuild media-libs/libsndfile/libsndfile-1.1.0.ebuild X-VCS-Directories: media-libs/libsndfile/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: d130322f34d7a6fdb99d0f5d77b05e7b9c60bf90 X-VCS-Branch: master Date: Sun, 27 Mar 2022 13:30:41 +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: 597f0e45-64e0-41b7-9895-d10afbf0182b X-Archives-Hash: 9c05debae261fdb8167a4c2b271a9f23 commit: d130322f34d7a6fdb99d0f5d77b05e7b9c60bf90 Author: David Seifert gentoo org> AuthorDate: Sun Mar 27 13:30:34 2022 +0000 Commit: David Seifert gentoo org> CommitDate: Sun Mar 27 13:30:34 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d130322f media-libs/libsndfile: update MP3 deps Signed-off-by: David Seifert gentoo.org> .../libsndfile/{libsndfile-1.1.0.ebuild => libsndfile-1.1.0-r1.ebuild} | 3 +++ 1 file changed, 3 insertions(+) diff --git a/media-libs/libsndfile/libsndfile-1.1.0.ebuild b/media-libs/libsndfile/libsndfile-1.1.0-r1.ebuild similarity index 93% rename from media-libs/libsndfile/libsndfile-1.1.0.ebuild rename to media-libs/libsndfile/libsndfile-1.1.0-r1.ebuild index bb877041e344..7518292d8465 100644 --- a/media-libs/libsndfile/libsndfile-1.1.0.ebuild +++ b/media-libs/libsndfile/libsndfile-1.1.0-r1.ebuild @@ -28,6 +28,8 @@ RDEPEND=" media-libs/libogg:=[${MULTILIB_USEDEP}] media-libs/libvorbis:=[${MULTILIB_USEDEP}] media-libs/opus:=[${MULTILIB_USEDEP}] + media-sound/lame:=[${MULTILIB_USEDEP}] + media-sound/mpg123:=[${MULTILIB_USEDEP}] ) alsa? ( media-libs/alsa-lib:= ) sqlite? ( dev-db/sqlite )" @@ -60,6 +62,7 @@ multilib_src_configure() { --disable-static \ --disable-werror \ $(use_enable !minimal external-libs) \ + $(use_enable !minimal mpeg) \ $(multilib_native_enable full-suite) \ $(multilib_native_use_enable alsa) \ $(multilib_native_use_enable sqlite) \