+721
-177
File diff suppressed because it is too large
Load Diff
@@ -1 +1 @@
|
||||
fa7958734796191cd58e5befdd0f7e1e3fe8a10c
|
||||
d65f55cbdc9e9794c523779a75394b3c27f4e4ab
|
||||
Binary file not shown.
@@ -1 +1 @@
|
||||
4f35bdc62ee114306fb119ddb584f7ed99806e8f
|
||||
b9bca188834c4733613161379d25048ee860b534
|
||||
@@ -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("COPYING", "README*")
|
||||
@@ -0,0 +1,67 @@
|
||||
<?xml version="1.0" ?>
|
||||
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>egl-wayland</Name>
|
||||
<Homepage>https://github.com/NVIDIA/egl-wayland</Homepage>
|
||||
<Packager>
|
||||
<Name>Pisi Linux Admins</Name>
|
||||
<Email>admin@pisilinux.org</Email>
|
||||
</Packager>
|
||||
<License>MIT</License>
|
||||
<IsA>library</IsA>
|
||||
<Summary>Wayland EGL External Platform library</Summary>
|
||||
<Description>Wayland EGL Harici Platform kitaplığı</Description>
|
||||
<Archive sha1sum="e86ff44042ba075bdd5613ced4180f4c1630f9d1" type="targz">https://github.com/NVIDIA/egl-wayland/archive/refs/tags/1.1.7.tar.gz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>meson</Dependency>
|
||||
<Dependency>libglvnd-devel</Dependency>
|
||||
<Dependency>wayland-devel</Dependency>
|
||||
<Dependency>wayland-client</Dependency>
|
||||
<Dependency>wayland-server</Dependency>
|
||||
<Dependency>eglexternalplatform</Dependency>
|
||||
</BuildDependencies>
|
||||
<!--
|
||||
<Patches>
|
||||
<Patch>egl-wayland.patch</Patch>
|
||||
<Patch level="1">egl-wayland.patch</Patch>
|
||||
</Patches>
|
||||
-->
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
<Name>egl-wayland</Name>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>wayland-client</Dependency>
|
||||
<Dependency>wayland-server</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="library">/usr/lib</Path>
|
||||
<Path fileType="data">/usr/share/wayland-eglstream</Path>
|
||||
<Path fileType="doc">/usr/share/doc</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<Package>
|
||||
<Name>egl-wayland-devel</Name>
|
||||
<Summary>Development files for egl-wayland</Summary>
|
||||
<RuntimeDependencies>
|
||||
<Dependency release="current">egl-wayland</Dependency>
|
||||
<Dependency>eglexternalplatform</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="library">/usr/lib/pkgconfig</Path>
|
||||
<Path fileType="data">/usr/share/pkgconfig</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="1">
|
||||
<Date>2021-06-03</Date>
|
||||
<Version>1.1.7</Version>
|
||||
<Comment>First release</Comment>
|
||||
<Name>Pisi Linux Admins</Name>
|
||||
<Email>admin@pisilinux.org</Email>
|
||||
</Update>
|
||||
</History>
|
||||
</PISI>
|
||||
@@ -0,0 +1,8 @@
|
||||
<?xml version="1.0" ?>
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>egl-wayland</Name>
|
||||
<Summary xml:lang="tr">Wayland EGL External Platform library</Summary>
|
||||
<Description xml:lang="tr">Wayland EGL Harici Platform kitaplığı</Description>
|
||||
</Source>
|
||||
</PISI>
|
||||
@@ -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 get
|
||||
|
||||
#def setup():
|
||||
#autotools.configure()
|
||||
|
||||
#def build():
|
||||
#autotools.make()
|
||||
|
||||
def install():
|
||||
pisitools.insinto("/usr/include/EGL", "interface/*")
|
||||
pisitools.insinto("/usr/lib/pkgconfig", "*.pc")
|
||||
#autotools.rawInstall("DESTDIR=%s" % get.installDIR())
|
||||
|
||||
pisitools.dodoc("COPYING", "README*")
|
||||
@@ -0,0 +1,36 @@
|
||||
<?xml version="1.0" ?>
|
||||
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>eglexternalplatform</Name>
|
||||
<Homepage>https://github.com/NVIDIA/eglexternalplatform</Homepage>
|
||||
<Packager>
|
||||
<Name>Pisi Linux Admins</Name>
|
||||
<Email>admin@pisilinux.org</Email>
|
||||
</Packager>
|
||||
<License>MIT</License>
|
||||
<IsA>library</IsA>
|
||||
<Summary>EGL External Platform interface</Summary>
|
||||
<Description>EGL Harici Platform arayüzü</Description>
|
||||
<Archive sha1sum="79c61d30dda818d611f6852e283821e4184c9e56" type="targz">https://github.com/NVIDIA/eglexternalplatform/archive/refs/tags/1.1.tar.gz</Archive>
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
<Name>eglexternalplatform</Name>
|
||||
<Files>
|
||||
<Path fileType="header">/usr/include</Path>
|
||||
<Path fileType="library">/usr/lib/pkgconfig</Path>
|
||||
<Path fileType="doc">/usr/share/doc</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="1">
|
||||
<Date>2021-06-03</Date>
|
||||
<Version>1.1</Version>
|
||||
<Comment>First release</Comment>
|
||||
<Name>Pisi Linux Admins</Name>
|
||||
<Email>admin@pisilinux.org</Email>
|
||||
</Update>
|
||||
</History>
|
||||
</PISI>
|
||||
@@ -0,0 +1,8 @@
|
||||
<?xml version="1.0" ?>
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>eglexternalplatform</Name>
|
||||
<Summary xml:lang="tr">EGL External Platform interface</Summary>
|
||||
<Description xml:lang="tr">EGL Harici Platform arayüzü </Description>
|
||||
</Source>
|
||||
</PISI>
|
||||
@@ -0,0 +1,30 @@
|
||||
#!/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("-D ipv6=true \
|
||||
-D xvfb=false \
|
||||
-D xdmcp=false \
|
||||
-D xcsecurity=true \
|
||||
-D dri3=true \
|
||||
-D xwayland_eglstream=true \
|
||||
-D glamor=true \
|
||||
-D xkb_dir=/usr/share/X11/xkb \
|
||||
-D xkb_output_dir=/var/lib/xkb")
|
||||
|
||||
def build():
|
||||
mesontools.build()
|
||||
|
||||
def install():
|
||||
mesontools.install()
|
||||
|
||||
pisitools.dodoc("COPYING", "README*")
|
||||
@@ -0,0 +1,82 @@
|
||||
<?xml version="1.0" ?>
|
||||
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>xorg-xwayland</Name>
|
||||
<Homepage>https://xorg.freedesktop.org</Homepage>
|
||||
<Packager>
|
||||
<Name>Pisi Linux Admins</Name>
|
||||
<Email>admin@pisilinux.org</Email>
|
||||
</Packager>
|
||||
<License>custom</License>
|
||||
<IsA>library</IsA>
|
||||
<Summary>Run X clients under wayland</Summary>
|
||||
<Description>Run X clients under wayland</Description>
|
||||
<Archive sha1sum="4eb5e22033c0c80c35480c9466e8041e914cac3a" type="tarxz">https://xorg.freedesktop.org/archive/individual/xserver/xwayland-21.1.1.tar.xz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>meson</Dependency>
|
||||
<Dependency>xtrans</Dependency>
|
||||
<Dependency>font-util</Dependency>
|
||||
<Dependency>mesa-devel</Dependency>
|
||||
<Dependency>audit-devel</Dependency>
|
||||
<Dependency>libXau-devel</Dependency>
|
||||
<Dependency>libbsd-devel</Dependency>
|
||||
<Dependency>libdrm-devel</Dependency>
|
||||
<Dependency>nettle-devel</Dependency>
|
||||
<Dependency>pixman-devel</Dependency>
|
||||
<Dependency>wayland-client</Dependency>
|
||||
<Dependency>libepoxy-devel</Dependency>
|
||||
<Dependency>libglvnd-devel</Dependency>
|
||||
<Dependency>libtirpc-devel</Dependency>
|
||||
<Dependency>libXfont2-devel</Dependency>
|
||||
<Dependency>xorg-app-devel</Dependency>
|
||||
<Dependency>egl-wayland-devel</Dependency>
|
||||
<Dependency>libxshmfence-devel</Dependency>
|
||||
<Dependency>wayland-protocols-devel</Dependency>
|
||||
</BuildDependencies>
|
||||
<!--
|
||||
<Patches>
|
||||
<Patch>xorg-xwayland.patch</Patch>
|
||||
<Patch level="1">xorg-xwayland.patch</Patch>
|
||||
</Patches>
|
||||
-->
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
<Name>xorg-xwayland</Name>
|
||||
<Conflicts>
|
||||
<Package>xorg-server-xwayland</Package>
|
||||
<Package>xorg-server-common</Package>
|
||||
</Conflicts>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>mesa</Dependency>
|
||||
<Dependency>libXau</Dependency>
|
||||
<Dependency>libbsd</Dependency>
|
||||
<Dependency>libdrm</Dependency>
|
||||
<Dependency>nettle</Dependency>
|
||||
<Dependency>pixman</Dependency>
|
||||
<Dependency>libepoxy</Dependency>
|
||||
<Dependency>libglvnd</Dependency>
|
||||
<Dependency>libtirpc</Dependency>
|
||||
<Dependency>libXfont2</Dependency>
|
||||
<Dependency>libxshmfence</Dependency>
|
||||
<Dependency>wayland-client</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="executable">/usr/bin</Path>
|
||||
<Path fileType="library">/usr/lib</Path>
|
||||
<Path fileType="man">/usr/share/man</Path>
|
||||
<Path fileType="doc">/usr/share/doc</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="1">
|
||||
<Date>2021-06-16</Date>
|
||||
<Version>21.1.1</Version>
|
||||
<Comment>First release</Comment>
|
||||
<Name>Pisi Linux Admins</Name>
|
||||
<Email>admin@pisilinux.org</Email>
|
||||
</Update>
|
||||
</History>
|
||||
</PISI>
|
||||
@@ -0,0 +1,8 @@
|
||||
<?xml version="1.0" ?>
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>xorg-xwayland</Name>
|
||||
<Summary xml:lang="tr">Run X clients under wayland</Summary>
|
||||
<Description xml:lang="tr">Run X clients under wayland</Description>
|
||||
</Source>
|
||||
</PISI>
|
||||
Reference in New Issue
Block a user