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 4AED91580D3 for ; Mon, 20 Nov 2023 14:29:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2A6222BC031; Mon, 20 Nov 2023 14:29:17 +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 0DDAD2BC031 for ; Mon, 20 Nov 2023 14:29:17 +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 203F9335D2F for ; Mon, 20 Nov 2023 14:29:16 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 424A7139E for ; Mon, 20 Nov 2023 14:29:14 +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: <1700490478.56d9f7cd7d782014755c4ed0e7dbe068f5ec3610.sam@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.2.2-r1.ebuild media-libs/libsndfile/libsndfile-9999.ebuild X-VCS-Directories: media-libs/libsndfile/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 56d9f7cd7d782014755c4ed0e7dbe068f5ec3610 X-VCS-Branch: master Date: Mon, 20 Nov 2023 14:29:14 +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: cf484aa0-c90a-45b9-b35b-35a71db62470 X-Archives-Hash: d5f226a07597b5dfb5b68fc271c4f35c commit: 56d9f7cd7d782014755c4ed0e7dbe068f5ec3610 Author: Igor V. Kovalenko gmail com> AuthorDate: Mon Nov 6 12:55:23 2023 +0000 Commit: Sam James gentoo org> CommitDate: Mon Nov 20 14:27:58 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=56d9f7cd media-libs/libsndfile: Depend on media-libs/libmpg123 Bug: https://bugs.gentoo.org/915858 Signed-off-by: Igor V. Kovalenko gmail.com> Signed-off-by: Sam James gentoo.org> .../libsndfile/{libsndfile-9999.ebuild => libsndfile-1.2.2-r1.ebuild} | 2 +- media-libs/libsndfile/libsndfile-9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/media-libs/libsndfile/libsndfile-9999.ebuild b/media-libs/libsndfile/libsndfile-1.2.2-r1.ebuild similarity index 97% copy from media-libs/libsndfile/libsndfile-9999.ebuild copy to media-libs/libsndfile/libsndfile-1.2.2-r1.ebuild index 8544de0bdeff..617d96799c6e 100644 --- a/media-libs/libsndfile/libsndfile-9999.ebuild +++ b/media-libs/libsndfile/libsndfile-1.2.2-r1.ebuild @@ -29,7 +29,7 @@ RDEPEND=" media-libs/libvorbis:=[${MULTILIB_USEDEP}] media-libs/opus:=[${MULTILIB_USEDEP}] media-sound/lame:=[${MULTILIB_USEDEP}] - media-sound/mpg123:=[${MULTILIB_USEDEP}] + media-libs/libmpg123:=[${MULTILIB_USEDEP}] ) alsa? ( media-libs/alsa-lib:= ) sqlite? ( dev-db/sqlite )" diff --git a/media-libs/libsndfile/libsndfile-9999.ebuild b/media-libs/libsndfile/libsndfile-9999.ebuild index 8544de0bdeff..617d96799c6e 100644 --- a/media-libs/libsndfile/libsndfile-9999.ebuild +++ b/media-libs/libsndfile/libsndfile-9999.ebuild @@ -29,7 +29,7 @@ RDEPEND=" media-libs/libvorbis:=[${MULTILIB_USEDEP}] media-libs/opus:=[${MULTILIB_USEDEP}] media-sound/lame:=[${MULTILIB_USEDEP}] - media-sound/mpg123:=[${MULTILIB_USEDEP}] + media-libs/libmpg123:=[${MULTILIB_USEDEP}] ) alsa? ( media-libs/alsa-lib:= ) sqlite? ( dev-db/sqlite )"