Сравнение wireplumber-0.5.14 с wireplumber-0.5.15
| /usr/portage/media-video/wireplumber/wireplumber-0.5.15.ebuild 2026-06-23 19:41:04.178230069 +0300 | ||
|---|---|---|
| 25 | 25 |
WIREPLUMBER_DOCS_USEFLAG="+doc" |
| 26 | 26 | |
| 27 | 27 |
LUA_COMPAT=( lua5-{3,4} )
|
| 28 |
PYTHON_COMPAT=( python3_{11..14} )
|
|
| 28 |
PYTHON_COMPAT=( python3_{12..14} )
|
|
| 29 | 29 | |
| 30 | 30 |
inherit lua-single meson python-any-r1 systemd |
| 31 | 31 | |
| ... | ... | |
| 50 | 50 |
WIREPLUMBER_DOCS_USEFLAG="doc" |
| 51 | 51 |
fi |
| 52 | 52 | |
| 53 |
KEYWORDS="amd64 arm arm64 ~loong ~mips ~ppc ppc64 ~riscv ~sparc x86" |
|
| 53 |
KEYWORDS="~amd64 ~arm ~arm64 ~loong ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86" |
|
| 54 | 54 |
fi |
| 55 | 55 | |
| 56 | 56 |
LICENSE="MIT" |
| ... | ... | |
| 104 | 104 |
# TODO: Soon, we should be able to migrate to just a dropin at |
| 105 | 105 |
# /usr/share. See https://gitlab.freedesktop.org/pipewire/wireplumber/-/issues/652#note_2399735. |
| 106 | 106 |
"${FILESDIR}"/${PN}-0.5.6-config-disable-sound-server-parts.patch
|
| 107 | ||
| 108 |
"${FILESDIR}"/${P}-bt-autoswitch.patch
|
|
| 109 | 107 |
) |
| 110 | 108 | |
| 111 | 109 |
python_check_deps() {
|