@@ -26015,6 +26015,40 @@
|
||||
</Update>
|
||||
</History>
|
||||
</SpecFile>
|
||||
<SpecFile>
|
||||
<Source>
|
||||
<Name>vulkan-headers</Name>
|
||||
<Homepage>https://github.com/KhronosGroup</Homepage>
|
||||
<Packager>
|
||||
<Name>Idris Kalp</Name>
|
||||
<Email>idriskalp@gmail.com</Email>
|
||||
</Packager>
|
||||
<License>GPLv2</License>
|
||||
<IsA>library</IsA>
|
||||
<PartOf>x11.vulkan</PartOf>
|
||||
<Summary xml:lang="en">Vulkan headers</Summary>
|
||||
<Description xml:lang="en">Vulkan headers</Description>
|
||||
<Archive type="targz" sha1sum="f17b91924d465894788caa86daad739e69098f8c" name="Vulkan-Headers-1.1.130">https://github.com/KhronosGroup/Vulkan-Headers/archive/v1.1.130.tar.gz</Archive>
|
||||
<SourceURI>x11/vulkan/vulkan-headers/pspec.xml</SourceURI>
|
||||
</Source>
|
||||
<Package>
|
||||
<Name>vulkan-headers</Name>
|
||||
<Files>
|
||||
<Path fileType="header">/usr/include</Path>
|
||||
<Path fileType="data">/usr/share/vulkan</Path>
|
||||
<Path fileType="doc">/usr/share/doc</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
<History>
|
||||
<Update release="1">
|
||||
<Date>2020-01-11</Date>
|
||||
<Version>1.1.130</Version>
|
||||
<Comment>First release</Comment>
|
||||
<Name>Idris Kalp</Name>
|
||||
<Email>idriskalp@gmail.com</Email>
|
||||
</Update>
|
||||
</History>
|
||||
</SpecFile>
|
||||
<SpecFile>
|
||||
<Source>
|
||||
<Name>spirv-tools</Name>
|
||||
|
||||
@@ -1 +1 @@
|
||||
dcaa5614c300b781609fc35b06d8eb28aae21ff5
|
||||
93df1828df95befd4da6310d3b6b6f5726120a7a
|
||||
Binary file not shown.
@@ -1 +1 @@
|
||||
81372ce72429491e13325a759a60a9748654cd93
|
||||
a6d43d33016a5d742aed100fbdcf2644db587842
|
||||
Executable
+27
@@ -0,0 +1,27 @@
|
||||
#!/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")
|
||||
|
||||
ver = get.srcVERSION()
|
||||
|
||||
def setup():
|
||||
cmaketools.configure()
|
||||
|
||||
def build():
|
||||
cmaketools.make()
|
||||
|
||||
def install():
|
||||
autotools.rawInstall("DESTDIR=%s" %get.installDIR())
|
||||
|
||||
|
||||
pisitools.dodoc("README.md", "CODE_OF_CONDUCT.md")
|
||||
Executable
+36
@@ -0,0 +1,36 @@
|
||||
<?xml version="1.0" ?>
|
||||
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>vulkan-headers</Name>
|
||||
<Homepage>https://github.com/KhronosGroup</Homepage>
|
||||
<Packager>
|
||||
<Name>Idris Kalp</Name>
|
||||
<Email>idriskalp@gmail.com</Email>
|
||||
</Packager>
|
||||
<License>GPLv2</License>
|
||||
<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>
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
<Name>vulkan-headers</Name>
|
||||
<Files>
|
||||
<Path fileType="header">/usr/include</Path>
|
||||
<Path fileType="data">/usr/share/vulkan</Path>
|
||||
<Path fileType="doc">/usr/share/doc</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="1">
|
||||
<Date>2020-01-11</Date>
|
||||
<Version>1.1.130</Version>
|
||||
<Comment>First release</Comment>
|
||||
<Name>Idris Kalp</Name>
|
||||
<Email>idriskalp@gmail.com</Email>
|
||||
</Update>
|
||||
</History>
|
||||
</PISI>
|
||||
Reference in New Issue
Block a user