vulkan-* ver. bump

This commit is contained in:
Rmys
2020-07-13 21:02:37 +03:00
parent 62a1b55226
commit 3f267f5305
11 changed files with 428 additions and 102 deletions
+334 -94
View File
File diff suppressed because it is too large Load Diff
+1 -1
View File
@@ -1 +1 @@
2e4130cf6ae3da948d1669eea458df1d69b08a4b
cc5db69805b497d864aa91a33ad758332c95dfe9
BIN
View File
Binary file not shown.
+1 -1
View File
@@ -1 +1 @@
eb2cc873ec8122620c263a6c22cdf2638f311afe
9f4db1a8dad429000f0e0fc1e0103d7335cb8939
+8 -1
View File
@@ -12,7 +12,7 @@
<IsA>library</IsA>
<Summary>OpenGL and OpenGL ES shader front end and validator</Summary>
<Description>OpenGL and OpenGL ES shader front end and validator</Description>
<Archive sha1sum="b8912b15db168a25043f0623594155a2d4597f1d" type="targz">https://github.com/KhronosGroup/glslang/archive/8.13.3559.tar.gz</Archive>
<Archive sha1sum="1ff733e45b0dfea91278d263e409e37044a88cce" type="targz">https://github.com/KhronosGroup/glslang/archive/8.13.3743.tar.gz</Archive>
<BuildDependencies>
<Dependency>cmake</Dependency>
<Dependency>python3-devel</Dependency>
@@ -49,6 +49,13 @@
</Package>
<History>
<Update release="2">
<Date>2020-07-06</Date>
<Version>8.13.3743</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="1">
<Date>2020-01-11</Date>
<Version>8.13.3559</Version>
+25
View File
@@ -0,0 +1,25 @@
#!/usr/bin/python
# -*- coding: utf-8 -*-
#
# Licensed under the GNU General Public License, version 3.
# See the file http://www.gnu.org/licenses/gpl.txt
from pisi.actionsapi import cmaketools
from pisi.actionsapi import autotools
from pisi.actionsapi import shelltools
from pisi.actionsapi import pisitools
from pisi.actionsapi import get
pisitools.cxxflags.add("-std=gnu++11")
def setup():
cmaketools.configure("-DCMAKE_INSTALL_PREFIX=/usr")
def build():
cmaketools.make()
def install():
autotools.rawInstall("DESTDIR=%s" %get.installDIR())
pisitools.dodoc("LICENSE", "README.md", "CODE*")
+39
View File
@@ -0,0 +1,39 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>spirv-headers</Name>
<Homepage>https://www.khronos.org/registry/spir-v/</Homepage>
<Packager>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Packager>
<License>MIT</License>
<IsA>library</IsA>
<Summary>SPIR-V Headers</Summary>
<Description>SPIR-V Headers</Description>
<Archive sha1sum="a15056cda85b796888d590da610cfadc58f71d68" type="targz" name="SPIRV-Headers-1.5.3.tar.gz">https://github.com/KhronosGroup/SPIRV-Headers/archive/1.5.3.tar.gz</Archive>
<BuildDependencies>
<Dependency>cmake</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>spirv-headers</Name>
<Files>
<Path fileType="header">/usr/include</Path>
<Path fileType="data">/usr/lib/cmake</Path>
<Path fileType="doc">/usr/share/doc</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2020-07-06</Date>
<Version>1.5.3</Version>
<Comment>First release</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
</History>
</PISI>
+1 -1
View File
@@ -14,7 +14,7 @@ pisitools.cxxflags.add("-std=gnu++11")
def setup():
shelltools.system("mv SPIRV-Headers-1.5.1.corrected external/SPIRV-Headers")
shelltools.system("mv SPIRV-Headers-1.5.3 external/SPIRV-Headers")
if get.buildTYPE() == "emul32":
cmaketools.configure("-DCMAKE_INSTALL_LIBDIR=lib32 \
+9 -2
View File
@@ -12,8 +12,8 @@
<IsA>library</IsA>
<Summary>API and commands for processing SPIR-V modules</Summary>
<Description>API and commands for processing SPIR-V modules</Description>
<Archive sha1sum="9c4b44c23ee35f38324774dfd019925b866852aa" type="targz">https://github.com/KhronosGroup/SPIRV-Tools/archive/v2019.4.tar.gz</Archive>
<Archive sha1sum="e7911f27a13c61e9d8c13fe7b0df5f1a883e972e" type="targz" target="SPIRV-Tools-2019.4">https://github.com/KhronosGroup/SPIRV-Headers/archive/1.5.1.corrected.tar.gz</Archive>
<Archive sha1sum="07c9654ffa2a652f6c94a9ed93b1c9831aa44be9" type="targz">https://github.com/KhronosGroup/SPIRV-Tools/archive/v2020.3.tar.gz</Archive>
<Archive sha1sum="a15056cda85b796888d590da610cfadc58f71d68" type="targz" target="SPIRV-Tools-2020.3">https://github.com/KhronosGroup/SPIRV-Headers/archive/1.5.3.tar.gz</Archive>
<BuildDependencies>
<Dependency>cmake</Dependency>
<Dependency>python3-devel</Dependency>
@@ -49,6 +49,13 @@
</Package>
<History>
<Update release="2">
<Date>2020-07-06</Date>
<Version>2020.3</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="1">
<Date>2020-01-11</Date>
<Version>2019.4</Version>
+2 -1
View File
@@ -15,7 +15,8 @@ pisitools.cxxflags.add("-std=gnu++11")
ver = get.srcVERSION()
def setup():
cmaketools.configure()
cmaketools.configure("-DCMAKE_INSTALL_PREFIX=/usr \
-DCMAKE_BUILD_TYPE=Release")
def build():
cmaketools.make()
+8 -1
View File
@@ -12,7 +12,7 @@
<IsA>library</IsA>
<Summary>Vulkan headers</Summary>
<Description>Vulkan headers</Description>
<Archive sha1sum="f17b91924d465894788caa86daad739e69098f8c" type="targz" name="Vulkan-Headers-1.1.130">https://github.com/KhronosGroup/Vulkan-Headers/archive/v1.1.130.tar.gz</Archive>
<Archive sha1sum="11f78fea7b03ed697861bb684cdc2a118b8fecf2" type="targz" name="Vulkan-Headers-1.2.146">https://github.com/KhronosGroup/Vulkan-Headers/archive/v1.2.146.tar.gz</Archive>
<BuildDependencies>
<Dependency>cmake</Dependency>
<Dependency>python3-devel</Dependency>
@@ -29,6 +29,13 @@
</Package>
<History>
<Update release="2">
<Date>2020-07-04</Date>
<Version>1.2.146</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="1">
<Date>2020-01-11</Date>
<Version>1.1.130</Version>