123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415 |
- <?xml version="1.0" ?>
- <!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
- <PISI>
- <Source>
- <Name>libdrm</Name>
- <Homepage>http://dri.freedesktop.org/libdrm/</Homepage>
- <Packager>
- <Name>PisiLinux Community</Name>
- <Email>admins@pisilinux.org</Email>
- </Packager>
- <License>MIT</License>
- <IsA>library</IsA>
- <Summary>Userspace interface to kernel DRM services</Summary>
- <Description>libdrm is a library providing the userspace interface to kernel DRM services.</Description>
- <Archive sha1sum="d61f31495f931d53971fa61686239483c25c2a86" type="tarxz">https://dri.freedesktop.org/libdrm/libdrm-2.4.123.tar.xz</Archive>
- <BuildDependencies>
- <Dependency>meson</Dependency>
- <!-- <Dependency>valgrind-devel</Dependency> -->
- <Dependency>docbook-xsl</Dependency>
- <Dependency>util-macros</Dependency>
- <Dependency>libxslt-devel</Dependency>
- <Dependency>python3-devel</Dependency>
- <Dependency>python3-docutils</Dependency>
- <Dependency versionFrom="0.16">libpciaccess-devel</Dependency>
- </BuildDependencies>
- </Source>
- <Package>
- <Name>libdrm</Name>
- <RuntimeDependencies>
- <!-- <Dependency>valgrind</Dependency> -->
- <Dependency versionFrom="0.16">libpciaccess</Dependency>
- </RuntimeDependencies>
- <Files>
- <Path fileType="config">/etc</Path>
- <Path fileType="library">/usr/lib/libdrm.*</Path>
- <Path fileType="data">/lib/udev/rules.d</Path>
- <Path fileType="doc">/usr/share/doc</Path>
- <Path fileType="man">/usr/share/man</Path>
- <Path fileType="data">/usr/share/libdrm</Path>
- </Files>
- <AdditionalFiles>
- <AdditionalFile owner="root" permission="0644" target="/lib/udev/rules.d/91-drm-modeset.rules">91-drm-modeset.rules</AdditionalFile>
- </AdditionalFiles>
- </Package>
- <Package>
- <Name>libdrm-intel</Name>
- <Summary>Userspace interface to kernel DRM services for intel</Summary>
- <RuntimeDependencies>
- <Dependency release="current">libdrm</Dependency>
- <Dependency>libpciaccess</Dependency>
- </RuntimeDependencies>
- <Files>
- <Path fileType="library">/usr/lib/libdrm_intel.*</Path>
- </Files>
- </Package>
- <Package>
- <Name>libdrm-nouveau</Name>
- <Summary>Userspace interface to kernel DRM services for nouveau</Summary>
- <RuntimeDependencies>
- <Dependency release="current">libdrm</Dependency>
- </RuntimeDependencies>
- <Files>
- <Path fileType="library">/usr/lib/libdrm_nouveau.*</Path>
- </Files>
- </Package>
- <Package>
- <Name>libdrm-radeon</Name>
- <Summary>Userspace interface to kernel DRM services for radeon</Summary>
- <RuntimeDependencies>
- <Dependency release="current">libdrm</Dependency>
- </RuntimeDependencies>
- <Files>
- <Path fileType="library">/usr/lib/libdrm_radeon.*</Path>
- </Files>
- </Package>
- <Package>
- <Name>libdrm-amd</Name>
- <Summary>Userspace interface to kernel DRM services for amdgpu</Summary>
- <RuntimeDependencies>
- <Dependency release="current">libdrm</Dependency>
- </RuntimeDependencies>
- <Files>
- <Path fileType="library">/usr/lib/libdrm_amdgpu.*</Path>
- </Files>
- </Package>
- <Package>
- <Name>libdrm-devel</Name>
- <Summary>Development files for libdrm</Summary>
- <RuntimeDependencies>
- <Dependency release="current">libdrm</Dependency>
- <Dependency release="current">libdrm-intel</Dependency>
- <Dependency release="current">libdrm-nouveau</Dependency>
- <Dependency release="current">libdrm-radeon</Dependency>
- <Dependency release="current">libdrm-amd</Dependency>
- <Dependency>libpciaccess-devel</Dependency>
- <!-- <Dependency>valgrind-devel</Dependency> -->
- <!--Dependency>mesa-devel</Dependency--><!--circle dep-->
- </RuntimeDependencies>
- <Files>
- <Path fileType="header">/usr/include</Path>
- <Path fileType="data">/usr/lib/pkgconfig</Path>
- <Path fileType="data">/usr/lib32/pkgconfig</Path>
- </Files>
- </Package>
- <Package>
- <Name>libdrm-32bit</Name>
- <PartOf>emul32</PartOf>
- <Summary>32-bit shared libraries for libdrm</Summary>
- <BuildType>emul32</BuildType>
- <BuildDependencies>
- <Dependency>libxslt-32bit</Dependency>
- <Dependency>libxml2-32bit</Dependency>
- <Dependency versionFrom="0.13.4">libpciaccess-32bit</Dependency>
- </BuildDependencies>
- <RuntimeDependencies>
- <Dependency release="current">libdrm</Dependency>
- <Dependency versionFrom="0.13.4">libpciaccess-32bit</Dependency>
- </RuntimeDependencies>
- <Files>
- <Path fileType="library">/usr/lib32/libdrm.*</Path>
- </Files>
- </Package>
- <Package>
- <Name>libdrm-intel-32bit</Name>
- <PartOf>emul32</PartOf>
- <Summary>32-bit shared libraries for libdrm-intel</Summary>
- <BuildType>emul32</BuildType>
- <RuntimeDependencies>
- <Dependency release="current">libdrm-intel</Dependency>
- <Dependency release="current">libdrm-32bit</Dependency>
- <Dependency>libpciaccess-32bit</Dependency>
- </RuntimeDependencies>
- <Files>
- <Path fileType="library">/usr/lib32/libdrm_intel.*</Path>
- </Files>
- </Package>
- <Package>
- <Name>libdrm-nouveau-32bit</Name>
- <PartOf>emul32</PartOf>
- <Summary>32-bit shared libraries for libdrm-nouveau</Summary>
- <BuildType>emul32</BuildType>
- <RuntimeDependencies>
- <Dependency release="current">libdrm-nouveau</Dependency>
- <Dependency release="current">libdrm-32bit</Dependency>
- </RuntimeDependencies>
- <Files>
- <Path fileType="library">/usr/lib32/libdrm_nouveau.*</Path>
- </Files>
- </Package>
- <Package>
- <Name>libdrm-radeon-32bit</Name>
- <PartOf>emul32</PartOf>
- <Summary>32-bit shared libraries for libdrm-radeon</Summary>
- <BuildType>emul32</BuildType>
- <RuntimeDependencies>
- <Dependency release="current">libdrm-radeon</Dependency>
- <Dependency release="current">libdrm-32bit</Dependency>
- </RuntimeDependencies>
- <Files>
- <Path fileType="library">/usr/lib32/libdrm_radeon.*</Path>
- </Files>
- </Package>
- <Package>
- <Name>libdrm-amd-32bit</Name>
- <PartOf>emul32</PartOf>
- <Summary>32-bit shared libraries for libdrm-amdgpu</Summary>
- <BuildType>emul32</BuildType>
- <RuntimeDependencies>
- <Dependency release="current">libdrm-amd</Dependency>
- <Dependency release="current">libdrm-32bit</Dependency>
- </RuntimeDependencies>
- <Files>
- <Path fileType="library">/usr/lib32/libdrm_amdgpu.*</Path>
- </Files>
- </Package>
- <History>
- <Update release="32">
- <Date>2024-08-27</Date>
- <Version>2.4.123</Version>
- <Comment>Version bump.</Comment>
- <Name>Pisi Linux Community</Name>
- <Email>admin@pisilinux.org</Email>
- </Update>
- <Update release="31">
- <Date>2024-07-27</Date>
- <Version>2.4.122</Version>
- <Comment>Version bump.</Comment>
- <Name>Pisi Linux Community</Name>
- <Email>admin@pisilinux.org</Email>
- </Update>
- <Update release="30">
- <Date>2024-06-03</Date>
- <Version>2.4.121</Version>
- <Comment>Version bump.</Comment>
- <Name>Pisi Linux Community</Name>
- <Email>admin@pisilinux.org</Email>
- </Update>
- <Update release="29">
- <Date>2024-01-14</Date>
- <Version>2.4.120</Version>
- <Comment>Version bump.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="28">
- <Date>2023-12-23</Date>
- <Version>2.4.119</Version>
- <Comment>Version bump.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="27">
- <Date>2023-11-21</Date>
- <Version>2.4.118</Version>
- <Comment>Version bump.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="26">
- <Date>2023-10-22</Date>
- <Version>2.4.117</Version>
- <Comment>Version bump.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="25">
- <Date>2023-02-09</Date>
- <Version>2.4.115</Version>
- <Comment>Version bump.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="24">
- <Date>2022-11-04</Date>
- <Version>2.4.114</Version>
- <Comment>Version bump.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="23">
- <Date>2022-09-01</Date>
- <Version>2.4.113</Version>
- <Comment>Version bump.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="22">
- <Date>2022-08-12</Date>
- <Version>2.4.112</Version>
- <Comment>Rebuild</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="21">
- <Date>2022-07-07</Date>
- <Version>2.4.112</Version>
- <Comment>Version bump.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="20">
- <Date>2022-06-04</Date>
- <Version>2.4.111</Version>
- <Comment>Version bump.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="19">
- <Date>2022-03-19</Date>
- <Version>2.4.110</Version>
- <Comment>Version bump.</Comment>
- <Name>Kamil Atlı</Name>
- <Email>suvari@pisilinux.org</Email>
- </Update>
- <Update release="18">
- <Date>2022-01-12</Date>
- <Version>2.4.109</Version>
- <Comment>Version bump.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="17">
- <Date>2021-11-19</Date>
- <Version>2.4.108</Version>
- <Comment>Version bump.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="16">
- <Date>2021-10-19</Date>
- <Version>2.4.107</Version>
- <Comment>Rebuild.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="15">
- <Date>2021-07-05</Date>
- <Version>2.4.107</Version>
- <Comment>Version bump.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="14">
- <Date>2021-06-03</Date>
- <Version>2.4.106</Version>
- <Comment>Version bump.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="13">
- <Date>2021-04-08</Date>
- <Version>2.4.105</Version>
- <Comment>Version bump.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="12">
- <Date>2020-09-30</Date>
- <Version>2.4.102</Version>
- <Comment>Version bump.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="11">
- <Date>2020-01-08</Date>
- <Version>2.4.100</Version>
- <Comment>Rebuild</Comment>
- <Name>Idris Kalp</Name>
- <Email>idriskalp@gmail.com</Email>
- </Update>
- <Update release="10">
- <Date>2019-10-20</Date>
- <Version>2.4.100</Version>
- <Comment>Version bump.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="9">
- <Date>2019-02-10</Date>
- <Version>2.4.97</Version>
- <Comment>Version bump</Comment>
- <Name>Kamil Atlı</Name>
- <Email>suvari@pisilinux.org</Email>
- </Update>
- <Update release="8">
- <Date>2019-01-08</Date>
- <Version>2.4.96</Version>
- <Comment>Version bump</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="7">
- <Date>2018-07-25</Date>
- <Version>2.4.92</Version>
- <Comment>Version bump</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="6">
- <Date>2018-02-16</Date>
- <Version>2.4.89</Version>
- <Comment>Version bump</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="5">
- <Date>2017-09-09</Date>
- <Version>2.4.83</Version>
- <Comment>Version bump</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="4">
- <Date>2017-01-29</Date>
- <Version>2.4.75</Version>
- <Comment>Version bump.</Comment>
- <Name>Alihan Öztürk</Name>
- <Email>alihan@pisilinux.org</Email>
- </Update>
- <Update release="3">
- <Date>2016-11-02</Date>
- <Version>2.4.71</Version>
- <Comment>Version bump.</Comment>
- <Name>Stefan Gronewold(groni)</Name>
- <Email>groni@pisilinux.org</Email>
- </Update>
- <Update release="2">
- <Date>2016-04-30</Date>
- <Version>2.4.67</Version>
- <Comment>Release bump</Comment>
- <Name>PisiLinux Community</Name>
- <Email>admin@pisilinux.org</Email>
- </Update>
- <Update release="1">
- <Date>2016-03-27</Date>
- <Version>2.4.67</Version>
- <Comment>First release</Comment>
- <Name>Ertuğrul Erata</Name>
- <Email>ertugrulerata@gmail.com</Email>
- </Update>
- </History>
- </PISI>
|