mesa-20.1.5 ver. bump
This commit is contained in:
@@ -46,7 +46,7 @@ def setup():
|
|||||||
" % ((libdir, ) * 2)
|
" % ((libdir, ) * 2)
|
||||||
|
|
||||||
if get.buildTYPE() == "emul32":
|
if get.buildTYPE() == "emul32":
|
||||||
options += " -Dlmsensors=false --native-file crossfile.ini -Dllvm_libdir=/usr/lib32"
|
options += " -Dlmsensors=false --native-file crossfile.ini -Dllvm_libdir=/usr/lib32 -Dzstd=false"
|
||||||
shelltools.export("CC", "gcc -m32")
|
shelltools.export("CC", "gcc -m32")
|
||||||
shelltools.export("CXX", "g++ -m32")
|
shelltools.export("CXX", "g++ -m32")
|
||||||
shelltools.export("PKG_CONFIG_PATH","/usr/lib32/pkgconfig")
|
shelltools.export("PKG_CONFIG_PATH","/usr/lib32/pkgconfig")
|
||||||
|
|||||||
@@ -13,9 +13,10 @@
|
|||||||
<IsA>app:console</IsA>
|
<IsA>app:console</IsA>
|
||||||
<Summary>Mesa graphics libraries and utilities</Summary>
|
<Summary>Mesa graphics libraries and utilities</Summary>
|
||||||
<Description>Mesa is an open-source implementation of the OpenGL specification - a system for rendering interactive 3D graphics.</Description>
|
<Description>Mesa is an open-source implementation of the OpenGL specification - a system for rendering interactive 3D graphics.</Description>
|
||||||
<Archive sha1sum="482f680d06bffea73a11af2abf6e7c38ec47ed69" type="tarxz">https://mesa.freedesktop.org/archive/mesa-20.1.3.tar.xz</Archive>
|
<Archive sha1sum="d349e6c6ffa6a475d7882441c7694444bce81a9a" type="tarxz">https://mesa.freedesktop.org/archive/mesa-20.1.5.tar.xz</Archive>
|
||||||
<BuildDependencies>
|
<BuildDependencies>
|
||||||
<Dependency>meson</Dependency>
|
<Dependency>meson</Dependency>
|
||||||
|
<Dependency>zstd-devel</Dependency>
|
||||||
<Dependency>zlib-devel</Dependency>
|
<Dependency>zlib-devel</Dependency>
|
||||||
<Dependency>xorg-proto</Dependency>
|
<Dependency>xorg-proto</Dependency>
|
||||||
<Dependency>openssl-devel</Dependency>
|
<Dependency>openssl-devel</Dependency>
|
||||||
@@ -67,10 +68,11 @@
|
|||||||
<Package>
|
<Package>
|
||||||
<Name>mesa</Name>
|
<Name>mesa</Name>
|
||||||
<RuntimeDependencies>
|
<RuntimeDependencies>
|
||||||
|
<Dependency>zstd</Dependency>
|
||||||
<Dependency>zlib</Dependency>
|
<Dependency>zlib</Dependency>
|
||||||
<Dependency>expat</Dependency>
|
<Dependency>expat</Dependency>
|
||||||
<Dependency>libXv</Dependency>
|
<Dependency>libXv</Dependency>
|
||||||
<Dependency>libX11</Dependency>
|
<Dependency>libX11</Dependency>
|
||||||
<Dependency>libdrm</Dependency>
|
<Dependency>libdrm</Dependency>
|
||||||
<Dependency>libgcc</Dependency>
|
<Dependency>libgcc</Dependency>
|
||||||
<Dependency>libxcb</Dependency>
|
<Dependency>libxcb</Dependency>
|
||||||
@@ -209,6 +211,13 @@
|
|||||||
</Package>
|
</Package>
|
||||||
|
|
||||||
<History>
|
<History>
|
||||||
|
<Update release="28">
|
||||||
|
<Date>2020-08-06</Date>
|
||||||
|
<Version>20.1.5</Version>
|
||||||
|
<Comment>Version bump.</Comment>
|
||||||
|
<Name>Mustafa Cinasal</Name>
|
||||||
|
<Email>muscnsl@gmail.com</Email>
|
||||||
|
</Update>
|
||||||
<Update release="27">
|
<Update release="27">
|
||||||
<Date>2020-07-10</Date>
|
<Date>2020-07-10</Date>
|
||||||
<Version>20.1.3</Version>
|
<Version>20.1.3</Version>
|
||||||
|
|||||||
Reference in New Issue
Block a user