diff options
author | Tim Biermann <tbier@posteo.de> | 2022-12-30 08:56:58 +0000 |
---|---|---|
committer | Tim Biermann <tbier@posteo.de> | 2022-12-30 08:56:58 +0000 |
commit | e28ae0a380293a3d1b83196eaa614c23c3188832 (patch) | |
tree | 21960a831cc5aa860b24e5c2bf6a10a47582bee8 | |
parent | 83574ee1db1500c01581316deaa416c7f3f02366 (diff) | |
download | compat-32-e28ae0a380293a3d1b83196eaa614c23c3188832.tar.gz compat-32-e28ae0a380293a3d1b83196eaa614c23c3188832.tar.xz |
mesa-32: 22.3.1 -> 22.3.2
-rw-r--r-- | mesa-32/.signature | 6 | ||||
-rw-r--r-- | mesa-32/Pkgfile | 4 |
2 files changed, 5 insertions, 5 deletions
diff --git a/mesa-32/.signature b/mesa-32/.signature index 307fe8ba..0fdcdb87 100644 --- a/mesa-32/.signature +++ b/mesa-32/.signature @@ -1,7 +1,7 @@ untrusted comment: verify with /etc/ports/compat-32.pub -RWSwxGo/zH7eXczfrsgeGmLbDHHtdZD2cow5E/aXUR+VtRTYqLnE9ZZMJLbvG02fCirtspRc4Q1MI2gM6k8l3pEyF/EtXSlFrw0= -SHA256 (Pkgfile) = bbf26c148da8efbc27624620124560c856ab9c13de4d210d58cd994d6b4dd751 +RWSwxGo/zH7eXa8Na48B0KaRfdWsMsWtOkJe6b6J7avhA6A+pTsRhymxH2znQ877ps4DrVHJvpHKW5qdrZg9ZhdWJISz6yjiAQU= +SHA256 (Pkgfile) = 5f5ec717c1d686f7a21fa07f1a65948393c2b449ddc27413c914a84782cf80e5 SHA256 (.footprint) = fbdef40c3595224bff86ac0e25b961dabed534962e9118c0009d8a69492acc01 -SHA256 (mesa-22.3.1.tar.xz) = 3c9cd611c0859d307aba0659833386abdca4c86162d3c275ba5be62d16cf31eb +SHA256 (mesa-22.3.2.tar.xz) = c15df758a8795f53e57f2a228eb4593c22b16dffd9b38f83901f76cd9533140b SHA256 (x86-linux-gnu) = 448877bbe3efe8bdfe6282c8e730fe8a8b6bf3c07f659e71b7292aceca22d8bd SHA256 (x86-linux-gnu-ccache) = 7b435803071fa5d72668eeae1a15c4e4dfca7847349de6f4ede0282b85faaac8 diff --git a/mesa-32/Pkgfile b/mesa-32/Pkgfile index 652bef07..c4bdc8e5 100644 --- a/mesa-32/Pkgfile +++ b/mesa-32/Pkgfile @@ -5,7 +5,7 @@ # Optional: libva libvdpau-32 wayland-protocols name=mesa-32 -version=22.3.1 +version=22.3.2 release=1 source=(https://archive.mesa3d.org/mesa-$version.tar.xz x86-linux-gnu x86-linux-gnu-ccache) @@ -27,7 +27,7 @@ build() { --sysconfdir=/etc \ --buildtype=plain \ --wrap-mode nodownload \ - -D b_lto=true \ + -D b_lto=false \ -D dri3=enabled \ -D egl=enabled \ -D llvm=enabled \ |