clinfo new package

This commit is contained in:
Rmys
2023-02-17 14:38:53 +03:00
parent 0948d3af5b
commit 447b342883
8 changed files with 3080 additions and 1514 deletions
+2 -1
View File
@@ -25,7 +25,7 @@
<Dependency>kcrash-devel</Dependency>
<Dependency>kdbusaddons-devel</Dependency>
<Dependency>kdeclarative-devel</Dependency>
<!-- <Dependency>kdelibs4-support-devel</Dependency> -->
<Dependency>clinfo</Dependency>
<Dependency>kdoctools-devel</Dependency>
<Dependency>ki18n-devel</Dependency>
<Dependency>kiconthemes-devel</Dependency>
@@ -86,6 +86,7 @@
<Dependency>libX11</Dependency>
<Dependency>mesa-glu</Dependency>
<Dependency>mesa</Dependency>
<Dependency>clinfo</Dependency>
<Dependency>pciutils</Dependency>
<Dependency>kwindowsystem</Dependency>
<Dependency versionFrom="5.15.5">qt5-base</Dependency>
+3002 -1511
View File
File diff suppressed because it is too large Load Diff
+1 -1
View File
@@ -1 +1 @@
35bf8851ecbdb942f6fc829bd960a724aa969905
7cd341a55d9403039b9b5b3d6a8d35ba2177a176
BIN
View File
Binary file not shown.
+1 -1
View File
@@ -1 +1 @@
f93b25e9a787ab584c61ce7263bb96a24e201d22
c81aa89866370cad7a44290ca7dd4a125933a0f3
+17
View File
@@ -0,0 +1,17 @@
#!/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 get
def build():
autotools.make("PREFIX=/usr")
def install():
autotools.rawInstall("DESTDIR=%s BINDIR=/usr/bin MANDIR=/usr/share/man" % get.installDIR())
pisitools.dodoc("LICENSE", "README*")
+49
View File
@@ -0,0 +1,49 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>clinfo</Name>
<Homepage>https://github.com/Oblomov/clinfo</Homepage>
<Packager>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Packager>
<License>custom</License>
<IsA>library</IsA>
<Summary>Simple OpenCL application that enumerates all available platform and device properties</Summary>
<Description>Mevcut tüm platform ve cihaz özelliklerini sıralayan basit OpenCL uygulaması</Description>
<Archive sha1sum="f97df7b3fe1fd2ab33ad72dd36624547017647e7" type="targz">https://github.com/Oblomov/clinfo/archive/refs/tags/3.0.23.01.25.tar.gz</Archive>
<BuildDependencies>
<Dependency>opencl-icd-devel</Dependency>
</BuildDependencies>
<!--
<Patches>
<Patch>clinfo.patch</Patch>
<Patch level="1">clinfo.patch</Patch>
</Patches>
-->
</Source>
<Package>
<Name>clinfo</Name>
<RuntimeDependencies>
<Dependency>opencl-icd</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="executable">/usr/bin</Path>
<Path fileType="data">/usr/share</Path>
<Path fileType="man">/usr/share/man</Path>
<Path fileType="doc">/usr/share/doc</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2023-02-17</Date>
<Version>3.0.23.01.25</Version>
<Comment>First release</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
</History>
</PISI>
+8
View File
@@ -0,0 +1,8 @@
<?xml version="1.0" ?>
<PISI>
<Source>
<Name>clinfo</Name>
<Summary xml:lang="tr">Simple OpenCL application that enumerates all available platform and device properties</Summary>
<Description xml:lang="tr">Mevcut tüm platform ve cihaz özelliklerini sıralayan basit OpenCL uygulaması</Description>
</Source>
</PISI>