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 (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id F3747158042 for ; Mon, 4 Nov 2024 18:39:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E701FE08C4; Mon, 4 Nov 2024 18:39:57 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id CE7E3E08C4 for ; Mon, 4 Nov 2024 18:39:57 +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 1D30A342F93 for ; Mon, 4 Nov 2024 18:39:57 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7038D1F7A for ; Mon, 4 Nov 2024 18:39:53 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1730745514.b3b02b3839797b07ae2f4e580a61e7e88d62ff17.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/sound-juicer/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-sound/sound-juicer/sound-juicer-3.40.0-r1.ebuild media-sound/sound-juicer/sound-juicer-3.40.0.ebuild X-VCS-Directories: media-sound/sound-juicer/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: b3b02b3839797b07ae2f4e580a61e7e88d62ff17 X-VCS-Branch: master Date: Mon, 4 Nov 2024 18:39:53 +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: 03a089f6-49a2-4e08-8314-d81453ee9749 X-Archives-Hash: f6c5849fa6b032319c314349fbf192ce commit: b3b02b3839797b07ae2f4e580a61e7e88d62ff17 Author: Andreas Sturmlechner gentoo org> AuthorDate: Tue Sep 17 19:47:48 2024 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Mon Nov 4 18:38:34 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b3b02b38 media-sound/sound-juicer: Depend on libcanberra-gtk3 Signed-off-by: Andreas Sturmlechner gentoo.org> .../{sound-juicer-3.40.0.ebuild => sound-juicer-3.40.0-r1.ebuild} | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/media-sound/sound-juicer/sound-juicer-3.40.0.ebuild b/media-sound/sound-juicer/sound-juicer-3.40.0-r1.ebuild similarity index 91% rename from media-sound/sound-juicer/sound-juicer-3.40.0.ebuild rename to media-sound/sound-juicer/sound-juicer-3.40.0-r1.ebuild index bc9840221f95..7a845ddd1045 100644 --- a/media-sound/sound-juicer/sound-juicer-3.40.0.ebuild +++ b/media-sound/sound-juicer/sound-juicer-3.40.0-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -17,7 +17,10 @@ RESTRICT="test" # only does appdata validation, which fails with network-sandbox DEPEND=" >=dev-libs/glib-2.49.5:2[dbus] >=x11-libs/gtk+-3.21.6:3 - media-libs/libcanberra[gtk3] + || ( + media-libs/libcanberra-gtk3 + media-libs/libcanberra[gtk3(-)] + ) gnome-base/gsettings-desktop-schemas >=app-cdr/brasero-2.90 media-libs/gstreamer:1.0