Diff wireplumber-0.5.14 with a wireplumber-9999
| /usr/portage/media-video/wireplumber/wireplumber-9999.ebuild 2026-03-11 11:46:08.289759638 +0300 | ||
|---|---|---|
| 17 | 17 |
# Generate using https://github.com/thesamesam/sam-gentoo-scripts/blob/main/niche/generate-wireplumber-docs |
| 18 | 18 |
# Set to 1 if prebuilt, 0 if not |
| 19 | 19 |
# (the construct below is to allow overriding from env for script) |
| 20 |
: ${WIREPLUMBER_DOCS_PREBUILT:=1}
|
|
| 20 |
: ${WIREPLUMBER_DOCS_PREBUILT:=0}
|
|
| 21 | 21 | |
| 22 | 22 |
WIREPLUMBER_DOCS_PREBUILT_DEV=sam |
| 23 | 23 |
WIREPLUMBER_DOCS_VERSION="$(ver_cut 1-3)" |
| ... | ... | |
| 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() {
|