22.2.0
This commit is contained in:
@@ -0,0 +1,27 @@
|
||||
#!/usr/bin/env 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 autotools
|
||||
from pisi.actionsapi import pisitools
|
||||
from pisi.actionsapi import shelltools
|
||||
from pisi.actionsapi import mesontools
|
||||
from pisi.actionsapi import get
|
||||
|
||||
|
||||
|
||||
shelltools.system("export CXXFLAGS='$CXXFLAGS -fno-lto'")
|
||||
|
||||
def setup():
|
||||
#pisitools.cxxflags.add(" -fno-lto")
|
||||
mesontools.configure("-Dbuild-test=false")
|
||||
|
||||
def build():
|
||||
mesontools.build()
|
||||
|
||||
def install():
|
||||
mesontools.install()
|
||||
|
||||
pisitools.dodoc("LICENSE", "SECURITY*", "README*")
|
||||
@@ -0,0 +1,58 @@
|
||||
<?xml version="1.0" ?>
|
||||
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>DirectX-headers</Name>
|
||||
<Homepage>https://github.com/microsoft/DirectX-Headers</Homepage>
|
||||
<Packager>
|
||||
<Name>PisiLinux Community</Name>
|
||||
<Email>admins@pisilinux.org</Email>
|
||||
</Packager>
|
||||
<License>MIT</License>
|
||||
<IsA>library</IsA>
|
||||
<Summary>DirectX headers for using D3D12</Summary>
|
||||
<Icon>DirectX-headers</Icon>
|
||||
<Description>D3D12'yi kullanmak için DirectX başlıkları</Description>
|
||||
<Archive sha1sum="553928f58bb453e9ca1282d66dd7a58f4988beac" type="targz">https://github.com/microsoft/DirectX-Headers/archive/refs/tags/v1.606.4.tar.gz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>meson</Dependency>
|
||||
</BuildDependencies>
|
||||
<!--
|
||||
<Patches>
|
||||
<Patch>DirectX-headers.patch</Patch>
|
||||
<Patch level="1">DirectX-headers.patch</Patch>
|
||||
</Patches>
|
||||
-->
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
<Name>DirectX-headers</Name>
|
||||
<Files>
|
||||
<Path fileType="library">/usr/lib</Path>
|
||||
<Path fileType="doc">/usr/share/doc</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<Package>
|
||||
<Name>DirectX-headers-devel</Name>
|
||||
<Summary>Development files for DirectX-headers</Summary>
|
||||
<RuntimeDependencies>
|
||||
<Dependency release="current">DirectX-headers</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="header">/usr/include</Path>
|
||||
<Path fileType="data">/usr/lib/cmake</Path>
|
||||
<Path fileType="library">/usr/lib/pkgconfig</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="1">
|
||||
<Date>2022-09-28</Date>
|
||||
<Version>1.606.4</Version>
|
||||
<Comment>First release</Comment>
|
||||
<Name>PisiLinux Community</Name>
|
||||
<Email>admins@pisilinux.org</Email>
|
||||
</Update>
|
||||
</History>
|
||||
</PISI>
|
||||
@@ -0,0 +1,8 @@
|
||||
<?xml version="1.0" ?>
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>DirectX-headers</Name>
|
||||
<Summary xml:lang="tr">DirectX headers for using D3D12</Summary>
|
||||
<Description xml:lang="tr">D3D12'yi kullanmak için DirectX başlıkları</Description>
|
||||
</Source>
|
||||
</PISI>
|
||||
Reference in New Issue
Block a user