Сравнение mesa-26.0.8 с mesa-26.1.6

/usr/portage/media-libs/mesa/mesa-26.1.6.ebuild 2026-08-07 20:03:04.898135656 +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,
......
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
}
Спасибо!