Diff libva-2.22.0-r1 with a libva-9999
/usr/portage/media-libs/libva/libva-9999.ebuild 2025-07-29 16:22:14.356455434 +0300 | ||
---|---|---|
14 | 14 |
EGIT_REPO_URI="https://github.com/intel/libva" |
15 | 15 |
else |
16 | 16 |
SRC_URI="https://github.com/intel/libva/archive/${PV}.tar.gz -> ${P}.tar.gz" |
17 |
KEYWORDS="amd64 ~arm arm64 ~loong ~mips ppc64 ~riscv x86 ~amd64-linux ~x86-linux" |
|
17 |
KEYWORDS="~amd64 ~arm64 ~loong ~mips ~ppc64 ~riscv ~x86 ~amd64-linux ~x86-linux" |
|
18 | 18 |
fi |
19 | 19 | |
20 | 20 |
LICENSE="MIT" |
... | ... | |
37 | 37 |
x11-libs/libxcb:=[${MULTILIB_USEDEP}] |
38 | 38 |
) |
39 | 39 |
" |
40 |
DEPEND=" |
|
41 |
${RDEPEND} |
|
42 |
X? ( x11-base/xorg-proto ) |
|
43 |
" |
|
40 |
DEPEND="${RDEPEND}" |
|
44 | 41 |
BDEPEND=" |
45 | 42 |
wayland? ( dev-util/wayland-scanner ) |
46 | 43 |
virtual/pkgconfig |