123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899 |
- <?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="c30b01cdc139d71449acc81a6c94925ee852297e" type="targz">https://github.com/NVIDIA/egl-wayland/archive/refs/tags/1.1.13.tar.gz</Archive>
- <BuildDependencies>
- <Dependency>meson</Dependency>
- <Dependency>libffi-devel</Dependency>
- <Dependency>libglvnd-devel</Dependency>
- <Dependency>libdrm-devel</Dependency>
- <Dependency>wayland-devel</Dependency>
- <Dependency>wayland-client</Dependency>
- <Dependency>wayland-server</Dependency>
- <Dependency>eglexternalplatform</Dependency>
- <Dependency>wayland-protocols-devel</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="5">
- <Date>2023-11-12</Date>
- <Version>1.1.13</Version>
- <Comment>Version bump.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="4">
- <Date>2023-06-15</Date>
- <Version>1.1.12</Version>
- <Comment>Version bump.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="3">
- <Date>2022-06-29</Date>
- <Version>1.1.10</Version>
- <Comment>Version bump.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="2">
- <Date>2021-12-13</Date>
- <Version>1.1.9</Version>
- <Comment>Version bump.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <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>
|