diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2024-09-17 21:47:48 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2024-11-04 19:38:34 +0100 |
commit | b3b02b3839797b07ae2f4e580a61e7e88d62ff17 (patch) | |
tree | d6d03d2b8b0e262445997471595ce72d1d103c15 /media-sound/sound-juicer | |
parent | media-sound/pavucontrol: Depend on libcanberra-gtk3 (diff) | |
download | gentoo-b3b02b3839797b07ae2f4e580a61e7e88d62ff17.tar.gz gentoo-b3b02b3839797b07ae2f4e580a61e7e88d62ff17.tar.bz2 gentoo-b3b02b3839797b07ae2f4e580a61e7e88d62ff17.zip |
media-sound/sound-juicer: Depend on libcanberra-gtk3
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'media-sound/sound-juicer')
-rw-r--r-- | media-sound/sound-juicer/sound-juicer-3.40.0-r1.ebuild (renamed from media-sound/sound-juicer/sound-juicer-3.40.0.ebuild) | 7 |
1 files 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 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 |