File tree Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Original file line number Diff line number Diff line change 1
1
#! /bin/sh
2
2
3
3
name=mesa
4
- version=24.3.4
4
+ version=25.0.0
5
5
revision=1
6
6
tarball_url=" https://archive.mesa3d.org/mesa-${version} .tar.xz"
7
- tarball_blake2b=" a5cf1f49c6d809d19510793f5d1dcec1a3842495d3b4166e303d7f2d4744d179811697d264c5c9b39f2819ebc64a76357195b3eae6b1d2a83128de141354e3c2 "
8
- imagedeps=" meson ninja-build python3-mako python3-yaml"
7
+ tarball_blake2b=" 9aca2416ea4e304d46fda648cb9b8e04caa053458b91893fb874e9a30d8293722c3bed1098c2720b04b0c7278eba3b0387900b56e13b6133a23c0f6be705025c "
8
+ imagedeps=" meson ninja-build python3-mako python3-yaml glslang-tools "
9
9
hostdeps=" gcc pkg-config"
10
10
deps=" core-libs llvm libexpat libx11 libxcb libxext libxshmfence libxxf86vm libxrandr zlib zstd"
11
11
12
12
configure () {
13
13
meson_configure \
14
14
-Dglx=xlib \
15
15
-Dplatforms=x11 \
16
- -Dgallium-drivers=llvmpipe \
17
- -Dvulkan-drivers= \
18
- -Dllvm=enabled
16
+ -Dgallium-drivers=llvmpipe,softpipe \
17
+ -Dvulkan-drivers=swrast \
18
+ -Dosmesa=true \
19
+ -Dvideo-codecs=all
19
20
}
20
21
21
22
build () {
You can’t perform that action at this time.
0 commit comments