Merge pull request #15614 from Rmys/master

egl-x11 new package
This commit is contained in:
Rmys
2024-12-13 16:27:17 +03:00
committed by GitHub
7 changed files with 2259 additions and 738 deletions
+2171 -736
View File
File diff suppressed because it is too large Load Diff
+1 -1
View File
@@ -1 +1 @@
7f42341ce28c9bcfe1cc9b26c7975c5a0f7aa2c1
e7f383e2c26deab68aa9f02e798f8e4a34fbedc4
BIN
View File
Binary file not shown.
+1 -1
View File
@@ -1 +1 @@
2dc2fcebac7caca1891f38251458fb296fe781d4
4b08474af73fb51dca390dac182eb4f171ec0012
+22
View File
@@ -0,0 +1,22 @@
#!/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
def setup():
mesontools.configure()
def build():
mesontools.build()
def install():
mesontools.install()
pisitools.dodoc("LICENSE", "README*")
+56
View File
@@ -0,0 +1,56 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>egl-x11</Name>
<Homepage>https://github.com/NVIDIA/egl-x11/</Homepage>
<Packager>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Packager>
<License>Apache</License>
<IsA>driver</IsA>
<Summary>NVIDIA XLib and XCB EGL Platform Library</Summary>
<Description>NVIDIA XLib ve XCB EGL Platform Kütüphanesi</Description>
<Archive sha1sum="b708296907a5b88db31ace8a6a46418f32226e52" type="targz">https://github.com/NVIDIA/egl-x11/archive/refs/tags/v1.0.0.tar.gz</Archive>
<BuildDependencies>
<Dependency>meson</Dependency>
<Dependency>mesa-devel</Dependency>
<Dependency>libX11-devel</Dependency>
<Dependency>libdrm-devel</Dependency>
<Dependency>libxcb-devel</Dependency>
<Dependency>eglexternalplatform</Dependency>
</BuildDependencies>
<!--
<Patches>
<Patch>egl-x11.patch</Patch>
<Patch level="1">egl-x11.patch</Patch>
</Patches>
-->
</Source>
<Package>
<Name>egl-x11</Name>
<RuntimeDependencies>
<Dependency>mesa</Dependency>
<Dependency>libX11</Dependency>
<Dependency>libdrm</Dependency>
<Dependency>libxcb</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib</Path>
<Path fileType="data">/usr/share</Path>
<Path fileType="doc">/usr/share/doc</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2024-12-13</Date>
<Version>1.0.0</Version>
<Comment>First release</Comment>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Update>
</History>
</PISI>
+8
View File
@@ -0,0 +1,8 @@
<?xml version="1.0" ?>
<PISI>
<Source>
<Name>egl-x11</Name>
<Summary xml:lang="tr">NVIDIA XLib and XCB EGL Platform Library</Summary>
<Description xml:lang="tr">NVIDIA XLib ve XCB EGL Platform Kütüphanesi</Description>
</Source>
</PISI>