22.2.0
This commit is contained in:
+350
-114
File diff suppressed because it is too large
Load Diff
@@ -1 +1 @@
|
||||
095079a57243449d239df09ce99a6ec21ed36202
|
||||
f922fc8c06c0dae05526a868fa5de19627973de9
|
||||
Binary file not shown.
@@ -1 +1 @@
|
||||
564dbbc5f2b57d735fbef774054c50ccfec182a2
|
||||
58f9f04dd5256aae0192a764ddcb76800970f018
|
||||
@@ -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>
|
||||
@@ -16,7 +16,6 @@ def setup():
|
||||
-Db_ndebug=true \
|
||||
-Dplatforms=x11,wayland \
|
||||
-Ddri3=enabled \
|
||||
-Dgallium-drivers=r300,r600,nouveau,radeonsi,svga,iris,swrast,virgl,crocus,zink \
|
||||
-Dgallium-extra-hud=true \
|
||||
-Dgallium-vdpau=enabled \
|
||||
-Dgallium-xvmc=enabled \
|
||||
@@ -24,7 +23,8 @@ def setup():
|
||||
-Dgallium-xa=enabled \
|
||||
-Dgallium-nine=true \
|
||||
-Dvulkan-drivers=amd,intel,swrast \
|
||||
-D vulkan-layers=device-select,intel-nullhw,overlay \
|
||||
-Dvulkan-layers=device-select,intel-nullhw,overlay \
|
||||
-Dvideo-codecs=vc1dec,h264dec,h264enc,h265dec,h265enc \
|
||||
-Dshared-glapi=enabled \
|
||||
-Dgles1=enabled \
|
||||
-Dgles2=enabled \
|
||||
@@ -42,7 +42,9 @@ def setup():
|
||||
" % (libdir)
|
||||
|
||||
if get.buildTYPE() == "emul32":
|
||||
options += " -Dlmsensors=disabled --native-file crossfile.ini -Dzstd=disabled"
|
||||
options += " -Dlmsensors=disabled --native-file crossfile.ini -Dzstd=disabled \
|
||||
-Dgallium-drivers=r300,r600,nouveau,radeonsi,svga,iris,swrast,virgl,crocus,zink \
|
||||
"
|
||||
#shelltools.export("CC", "clang -m32")
|
||||
#shelltools.export("CXX", "clang++ -m32")
|
||||
pisitools.cflags.add("-m32 ")
|
||||
@@ -56,7 +58,8 @@ def setup():
|
||||
#shelltools.export("CXX", "clang++")
|
||||
pisitools.cflags.add("-m64 ")
|
||||
pisitools.cxxflags.add("-m64")
|
||||
options += " -Dgallium-omx=bellagio -Dlmsensors=enabled -Dzstd=enabled"
|
||||
options += " -Dgallium-omx=bellagio -Dlmsensors=enabled -Dzstd=enabled \
|
||||
-Dgallium-drivers=r300,r600,nouveau,radeonsi,svga,iris,swrast,virgl,crocus,zink,d3d12"
|
||||
|
||||
#pisitools.ldflags.add("-fuse-ld=lld")
|
||||
mesontools.configure(options)
|
||||
|
||||
@@ -14,7 +14,7 @@
|
||||
<Icon>mesa</Icon>
|
||||
<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>
|
||||
<Archive sha1sum="f58f5aa636596d0feb06ebefa47a614e8e0834a3" type="tarxz">https://archive.mesa3d.org/mesa-22.1.7.tar.xz</Archive>
|
||||
<Archive sha1sum="c44b9d5ea7e1381d12bfa3eaa6e313cba88a54b0" type="tarxz">https://archive.mesa3d.org/mesa-22.2.0.tar.xz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>meson</Dependency>
|
||||
<Dependency>valgrind-devel</Dependency>
|
||||
@@ -62,6 +62,7 @@
|
||||
<Dependency>vulkan-devel</Dependency>
|
||||
<Dependency>glslang-devel</Dependency>
|
||||
<Dependency>lm_sensors-devel</Dependency>
|
||||
<Dependency>DirectX-headers-devel</Dependency>
|
||||
</BuildDependencies>
|
||||
<AdditionalFiles>
|
||||
<AdditionalFile owner="root" permission="0644" target="crossfile.ini">crossfile.ini</AdditionalFile>
|
||||
@@ -103,6 +104,7 @@
|
||||
<Dependency>lm_sensors</Dependency>
|
||||
<!-- <Dependency>libclc</Dependency> -->
|
||||
<Dependency>vulkan</Dependency>
|
||||
<Dependency>DirectX-headers</Dependency>
|
||||
<!-- <Dependency>opencl-icd</Dependency> -->
|
||||
<Dependency versionFrom="12.0.0">llvm-libs</Dependency>
|
||||
<!-- <Dependency versionFrom="11.0.0">llvm-clang</Dependency> -->
|
||||
@@ -252,6 +254,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="72">
|
||||
<Date>2022-09-21</Date>
|
||||
<Version>22.2.0</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Mustafa Cinasal</Name>
|
||||
<Email>muscnsl@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="71">
|
||||
<Date>2022-08-18</Date>
|
||||
<Version>22.1.7</Version>
|
||||
|
||||
Reference in New Issue
Block a user