new package: openpgl for blender

This commit is contained in:
suvari
2023-12-05 19:34:13 +03:00
parent 42ef0c5314
commit 09a75d5722
7 changed files with 414977 additions and 414620 deletions
+414877 -414618
View File
File diff suppressed because it is too large Load Diff
+1 -1
View File
@@ -1 +1 @@
77302f59065dd542e6f781f56a96260a74e4718d
bcdcebef040bc743080a93106c8247d3651764e8
BIN
View File
Binary file not shown.
+1 -1
View File
@@ -1 +1 @@
16f7ee1a5304ab953a70273deb8625094e09156f
56202b4d89ce71a4702ba8533b0121083fb2ac5c
+26
View File
@@ -0,0 +1,26 @@
#!/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 shelltools
from pisi.actionsapi import cmaketools
from pisi.actionsapi import pisitools
from pisi.actionsapi import get
def setup():
shelltools.makedirs("build")
shelltools.cd("build")
cmaketools.configure(sourceDir="..")
def build():
cmaketools.make("-C build")
def install():
shelltools.cd("build")
cmaketools.rawInstall("DESTDIR=%s" % get.installDIR())
# pisitools.dodoc("README.md", "LICENSE.txt")
+58
View File
@@ -0,0 +1,58 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>openpgl</Name>
<Homepage>https://github.com/openpathguidinglibrary/openpgl</Homepage>
<Packager>
<Name>Kamil Atlı</Name>
<Email>suvari@pisilinux.org</Email>
</Packager>
<License>Apache</License>
<Icon>openpgl</Icon>
<IsA>library</IsA>
<Summary>Intel(R) Open Path Guiding Library</Summary>
<Description>The Intel® Open Path Guiding Library (Intel® Open PGL) implements a set of representations and training algorithms needed to integrate path guiding into a renderer. Open PGL offers implementations of current state-of-the-art path guiding methods, which increase the sampling quality and, therefore, the efficiency of a renderer. The goal of Open PGL is to provide implementations that are well tested and robust enough to be used in a production environment.</Description>
<Archive sha1sum="7041af0cc1e7f0cb4f43e87a2f55e179ab7571ad" type="targz">https://github.com/OpenPathGuidingLibrary/openpgl/archive/refs/tags/v0.5.0.tar.gz</Archive>
<BuildDependencies>
<Dependency>gcc</Dependency>
<Dependency>ninja</Dependency>
<Dependency>cmake</Dependency>
<Dependency>onetbb-devel</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>openpgl</Name>
<RuntimeDependencies>
<Dependency>libgcc</Dependency>
<Dependency>onetbb</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="doc">/usr/share/doc/openpgl</Path>
<Path fileType="library">/usr/lib/libopenpgl.so*</Path>
</Files>
</Package>
<Package>
<Name>openpgl-devel</Name>
<Summary>Development headers for libaacs</Summary>
<RuntimeDependencies>
<Dependency release="current">openpgl</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="header">/usr/include</Path>
<Path fileType="library">/usr/lib/cmake</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2023-12-05</Date>
<Version>0.5.0</Version>
<Comment>First release</Comment>
<Name>Kamil Atlı</Name>
<Email>suvari@pisilinux.org</Email>
</Update>
</History>
</PISI>
@@ -0,0 +1,14 @@
<?xml version="1.0" ?>
<PISI>
<Source>
<Name>openpgl</Name>
<Summary xml:lang="tr">Intel(R) Açık Yol Kılavuz Kitaplığı</Summary>
<Description xml:lang="tr">Intel® Açık Yol Rehberlik Kütüphanesi (Intel® Open PGL), yol rehberliğini bir oluşturucuya entegre etmek için gereken bir dizi temsil ve eğitim algoritmasını uygular. Open PGL, örnekleme kalitesini ve dolayısıyla oluşturucunun verimliliğini artıran, mevcut en son teknolojiye sahip yol yönlendirme yöntemlerinin uygulamalarını sunar. Open PGL'nin amacı, iyi bir şekilde test edilmiş ve üretim ortamında kullanılabilecek kadar sağlam uygulamalar sağlamaktır.</Description>
</Source>
<Package>
<Name>openpgl-devel</Name>
<Summary xml:lang="tr">openpgl için geliştirme dosyaları</Summary>
<Description xml:lang="tr">openpgl-devel, openpgl için geliştirme dosyalarını içerir.</Description>
</Package>
</PISI>