Сравнение xfce4-pulseaudio-plugin-0.4.5 с xfce4-pulseaudio-plugin-0.4.6
/usr/portage/xfce-extra/xfce4-pulseaudio-plugin/xfce4-pulseaudio-plugin-0.4.6.ebuild 2023-10-09 14:52:36.008368514 +0300 | ||
---|---|---|
1 |
# Copyright 1999-2022 Gentoo Authors |
|
1 |
# Copyright 1999-2023 Gentoo Authors |
|
2 | 2 |
# Distributed under the terms of the GNU General Public License v2 |
3 | 3 | |
4 | 4 |
EAPI=8 |
... | ... | |
14 | 14 | |
15 | 15 |
LICENSE="GPL-2+" |
16 | 16 |
SLOT="0" |
17 |
KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ppc ppc64 ~riscv x86" |
|
18 |
IUSE="+keybinder libcanberra libnotify wnck" |
|
17 |
KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~ppc64 ~riscv ~x86" |
|
18 |
# TODO: remove wnck when libxfce4windowing is ready to go stable |
|
19 |
IUSE="+keybinder libcanberra libnotify libxfce4windowing wnck" |
|
20 |
REQUIRED_USE="?? ( libxfce4windowing wnck )" |
|
19 | 21 | |
20 | 22 |
DEPEND=" |
21 |
>=dev-libs/glib-2.42.0 |
|
23 |
>=dev-libs/glib-2.44.0 |
|
22 | 24 |
media-sound/pulseaudio:=[glib] |
23 | 25 |
>=x11-libs/gtk+-3.20.0:3 |
24 | 26 |
>=xfce-base/exo-0.11:= |
... | ... | |
29 | 31 |
keybinder? ( dev-libs/keybinder:3 ) |
30 | 32 |
libcanberra? ( media-libs/libcanberra ) |
31 | 33 |
libnotify? ( x11-libs/libnotify ) |
34 |
libxfce4windowing? ( xfce-base/libxfce4windowing:= ) |
|
32 | 35 |
wnck? ( x11-libs/libwnck:3 ) |
33 | 36 |
" |
34 | 37 |
RDEPEND=" |
... | ... | |
44 | 47 |
$(use_enable keybinder) |
45 | 48 |
$(use_enable libcanberra) |
46 | 49 |
$(use_enable libnotify) |
50 |
$(use_enable libxfce4windowing) |
|
47 | 51 |
$(use_enable wnck) |
48 | 52 |
) |
49 | 53 |