Сравнение mesa-26.0.8 с mesa-9999
| /usr/portage/media-libs/mesa/mesa-9999.ebuild 2026-06-30 20:03:05.502680526 +0300 | ||
|---|---|---|
| 28 | 28 |
inherit cargo |
| 29 | 29 | |
| 30 | 30 |
DESCRIPTION="OpenGL-like graphic library for Linux" |
| 31 |
HOMEPAGE="https://www.mesa3d.org/ https://mesa.freedesktop.org/" |
|
| 31 |
HOMEPAGE="https://mesa3d.org/" |
|
| 32 | 32 | |
| 33 | 33 |
if [[ ${PV} == 9999 ]]; then
|
| 34 | 34 |
EGIT_REPO_URI="https://gitlab.freedesktop.org/mesa/mesa.git" |
| ... | ... | |
| 37 | 37 |
SRC_URI=" |
| 38 | 38 |
https://archive.mesa3d.org/${MY_P}.tar.xz
|
| 39 | 39 |
" |
| 40 |
KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ~mips ppc ppc64 ~riscv ~s390 ~sparc x86 ~x64-solaris" |
|
| 40 |
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~x64-solaris" |
|
| 41 | 41 |
fi |
| 42 | 42 | |
| 43 | 43 |
# This should be {CARGO_CRATE_URIS//.crate/.tar.gz} to correspond to the wrap files,
|
| ... | ... | |
| 76 | 76 |
video_cards_nvk? ( vulkan video_cards_nouveau ) |
| 77 | 77 |
" |
| 78 | 78 | |
| 79 |
LIBDRM_DEPSTRING=">=x11-libs/libdrm-2.4.121" |
|
| 79 |
LIBDRM_DEPSTRING=">=x11-libs/libdrm-2.4.133" |
|
| 80 | 80 |
RDEPEND=" |
| 81 | 81 |
${LIBDRM_DEPSTRING}[${MULTILIB_USEDEP}]
|
| 82 | 82 |
>=dev-libs/expat-2.1.0-r3[${MULTILIB_USEDEP}]
|
| ... | ... | |
| 136 | 136 | |
| 137 | 137 |
DEPEND="${RDEPEND}
|
| 138 | 138 |
sysprof? ( >=dev-util/sysprof-capture-49.0[${MULTILIB_USEDEP}] )
|
| 139 |
video_cards_d3d12? ( >=dev-util/directx-headers-1.618.1[${MULTILIB_USEDEP}] )
|
|
| 139 |
video_cards_d3d12? ( >=dev-util/directx-headers-1.619.1[${MULTILIB_USEDEP}] )
|
|
| 140 | 140 |
valgrind? ( dev-debug/valgrind ) |
| 141 | 141 |
wayland? ( >=dev-libs/wayland-protocols-1.41 ) |
| 142 | 142 |
X? ( |
| ... | ... | |
| 404 | 404 |
-Dgallium-drivers=$(driver_list "${GALLIUM_DRIVERS[*]}")
|
| 405 | 405 |
-Dvulkan-drivers=$(driver_list "${VULKAN_DRIVERS[*]}")
|
| 406 | 406 |
-Db_ndebug=$(usex debug false true) |
| 407 |
-Dallow-broken-lto=true |
|
| 407 | 408 |
) |
| 408 | 409 |
meson_src_configure |
| 409 | 410 |
} |