pspec.xml 15 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>libdrm</Name>
  6. <Homepage>http://dri.freedesktop.org/libdrm/</Homepage>
  7. <Packager>
  8. <Name>PisiLinux Community</Name>
  9. <Email>admins@pisilinux.org</Email>
  10. </Packager>
  11. <License>MIT</License>
  12. <IsA>library</IsA>
  13. <Summary>Userspace interface to kernel DRM services</Summary>
  14. <Description>libdrm is a library providing the userspace interface to kernel DRM services.</Description>
  15. <Archive sha1sum="d61f31495f931d53971fa61686239483c25c2a86" type="tarxz">https://dri.freedesktop.org/libdrm/libdrm-2.4.123.tar.xz</Archive>
  16. <BuildDependencies>
  17. <Dependency>meson</Dependency>
  18. <!-- <Dependency>valgrind-devel</Dependency> -->
  19. <Dependency>docbook-xsl</Dependency>
  20. <Dependency>util-macros</Dependency>
  21. <Dependency>libxslt-devel</Dependency>
  22. <Dependency>python3-devel</Dependency>
  23. <Dependency>python3-docutils</Dependency>
  24. <Dependency versionFrom="0.16">libpciaccess-devel</Dependency>
  25. </BuildDependencies>
  26. </Source>
  27. <Package>
  28. <Name>libdrm</Name>
  29. <RuntimeDependencies>
  30. <!-- <Dependency>valgrind</Dependency> -->
  31. <Dependency versionFrom="0.16">libpciaccess</Dependency>
  32. </RuntimeDependencies>
  33. <Files>
  34. <Path fileType="config">/etc</Path>
  35. <Path fileType="library">/usr/lib/libdrm.*</Path>
  36. <Path fileType="data">/lib/udev/rules.d</Path>
  37. <Path fileType="doc">/usr/share/doc</Path>
  38. <Path fileType="man">/usr/share/man</Path>
  39. <Path fileType="data">/usr/share/libdrm</Path>
  40. </Files>
  41. <AdditionalFiles>
  42. <AdditionalFile owner="root" permission="0644" target="/lib/udev/rules.d/91-drm-modeset.rules">91-drm-modeset.rules</AdditionalFile>
  43. </AdditionalFiles>
  44. </Package>
  45. <Package>
  46. <Name>libdrm-intel</Name>
  47. <Summary>Userspace interface to kernel DRM services for intel</Summary>
  48. <RuntimeDependencies>
  49. <Dependency release="current">libdrm</Dependency>
  50. <Dependency>libpciaccess</Dependency>
  51. </RuntimeDependencies>
  52. <Files>
  53. <Path fileType="library">/usr/lib/libdrm_intel.*</Path>
  54. </Files>
  55. </Package>
  56. <Package>
  57. <Name>libdrm-nouveau</Name>
  58. <Summary>Userspace interface to kernel DRM services for nouveau</Summary>
  59. <RuntimeDependencies>
  60. <Dependency release="current">libdrm</Dependency>
  61. </RuntimeDependencies>
  62. <Files>
  63. <Path fileType="library">/usr/lib/libdrm_nouveau.*</Path>
  64. </Files>
  65. </Package>
  66. <Package>
  67. <Name>libdrm-radeon</Name>
  68. <Summary>Userspace interface to kernel DRM services for radeon</Summary>
  69. <RuntimeDependencies>
  70. <Dependency release="current">libdrm</Dependency>
  71. </RuntimeDependencies>
  72. <Files>
  73. <Path fileType="library">/usr/lib/libdrm_radeon.*</Path>
  74. </Files>
  75. </Package>
  76. <Package>
  77. <Name>libdrm-amd</Name>
  78. <Summary>Userspace interface to kernel DRM services for amdgpu</Summary>
  79. <RuntimeDependencies>
  80. <Dependency release="current">libdrm</Dependency>
  81. </RuntimeDependencies>
  82. <Files>
  83. <Path fileType="library">/usr/lib/libdrm_amdgpu.*</Path>
  84. </Files>
  85. </Package>
  86. <Package>
  87. <Name>libdrm-devel</Name>
  88. <Summary>Development files for libdrm</Summary>
  89. <RuntimeDependencies>
  90. <Dependency release="current">libdrm</Dependency>
  91. <Dependency release="current">libdrm-intel</Dependency>
  92. <Dependency release="current">libdrm-nouveau</Dependency>
  93. <Dependency release="current">libdrm-radeon</Dependency>
  94. <Dependency release="current">libdrm-amd</Dependency>
  95. <Dependency>libpciaccess-devel</Dependency>
  96. <!-- <Dependency>valgrind-devel</Dependency> -->
  97. <!--Dependency>mesa-devel</Dependency--><!--circle dep-->
  98. </RuntimeDependencies>
  99. <Files>
  100. <Path fileType="header">/usr/include</Path>
  101. <Path fileType="data">/usr/lib/pkgconfig</Path>
  102. <Path fileType="data">/usr/lib32/pkgconfig</Path>
  103. </Files>
  104. </Package>
  105. <Package>
  106. <Name>libdrm-32bit</Name>
  107. <PartOf>emul32</PartOf>
  108. <Summary>32-bit shared libraries for libdrm</Summary>
  109. <BuildType>emul32</BuildType>
  110. <BuildDependencies>
  111. <Dependency>libxslt-32bit</Dependency>
  112. <Dependency>libxml2-32bit</Dependency>
  113. <Dependency versionFrom="0.13.4">libpciaccess-32bit</Dependency>
  114. </BuildDependencies>
  115. <RuntimeDependencies>
  116. <Dependency release="current">libdrm</Dependency>
  117. <Dependency versionFrom="0.13.4">libpciaccess-32bit</Dependency>
  118. </RuntimeDependencies>
  119. <Files>
  120. <Path fileType="library">/usr/lib32/libdrm.*</Path>
  121. </Files>
  122. </Package>
  123. <Package>
  124. <Name>libdrm-intel-32bit</Name>
  125. <PartOf>emul32</PartOf>
  126. <Summary>32-bit shared libraries for libdrm-intel</Summary>
  127. <BuildType>emul32</BuildType>
  128. <RuntimeDependencies>
  129. <Dependency release="current">libdrm-intel</Dependency>
  130. <Dependency release="current">libdrm-32bit</Dependency>
  131. <Dependency>libpciaccess-32bit</Dependency>
  132. </RuntimeDependencies>
  133. <Files>
  134. <Path fileType="library">/usr/lib32/libdrm_intel.*</Path>
  135. </Files>
  136. </Package>
  137. <Package>
  138. <Name>libdrm-nouveau-32bit</Name>
  139. <PartOf>emul32</PartOf>
  140. <Summary>32-bit shared libraries for libdrm-nouveau</Summary>
  141. <BuildType>emul32</BuildType>
  142. <RuntimeDependencies>
  143. <Dependency release="current">libdrm-nouveau</Dependency>
  144. <Dependency release="current">libdrm-32bit</Dependency>
  145. </RuntimeDependencies>
  146. <Files>
  147. <Path fileType="library">/usr/lib32/libdrm_nouveau.*</Path>
  148. </Files>
  149. </Package>
  150. <Package>
  151. <Name>libdrm-radeon-32bit</Name>
  152. <PartOf>emul32</PartOf>
  153. <Summary>32-bit shared libraries for libdrm-radeon</Summary>
  154. <BuildType>emul32</BuildType>
  155. <RuntimeDependencies>
  156. <Dependency release="current">libdrm-radeon</Dependency>
  157. <Dependency release="current">libdrm-32bit</Dependency>
  158. </RuntimeDependencies>
  159. <Files>
  160. <Path fileType="library">/usr/lib32/libdrm_radeon.*</Path>
  161. </Files>
  162. </Package>
  163. <Package>
  164. <Name>libdrm-amd-32bit</Name>
  165. <PartOf>emul32</PartOf>
  166. <Summary>32-bit shared libraries for libdrm-amdgpu</Summary>
  167. <BuildType>emul32</BuildType>
  168. <RuntimeDependencies>
  169. <Dependency release="current">libdrm-amd</Dependency>
  170. <Dependency release="current">libdrm-32bit</Dependency>
  171. </RuntimeDependencies>
  172. <Files>
  173. <Path fileType="library">/usr/lib32/libdrm_amdgpu.*</Path>
  174. </Files>
  175. </Package>
  176. <History>
  177. <Update release="32">
  178. <Date>2024-08-27</Date>
  179. <Version>2.4.123</Version>
  180. <Comment>Version bump.</Comment>
  181. <Name>Pisi Linux Community</Name>
  182. <Email>admin@pisilinux.org</Email>
  183. </Update>
  184. <Update release="31">
  185. <Date>2024-07-27</Date>
  186. <Version>2.4.122</Version>
  187. <Comment>Version bump.</Comment>
  188. <Name>Pisi Linux Community</Name>
  189. <Email>admin@pisilinux.org</Email>
  190. </Update>
  191. <Update release="30">
  192. <Date>2024-06-03</Date>
  193. <Version>2.4.121</Version>
  194. <Comment>Version bump.</Comment>
  195. <Name>Pisi Linux Community</Name>
  196. <Email>admin@pisilinux.org</Email>
  197. </Update>
  198. <Update release="29">
  199. <Date>2024-01-14</Date>
  200. <Version>2.4.120</Version>
  201. <Comment>Version bump.</Comment>
  202. <Name>Mustafa Cinasal</Name>
  203. <Email>muscnsl@gmail.com</Email>
  204. </Update>
  205. <Update release="28">
  206. <Date>2023-12-23</Date>
  207. <Version>2.4.119</Version>
  208. <Comment>Version bump.</Comment>
  209. <Name>Mustafa Cinasal</Name>
  210. <Email>muscnsl@gmail.com</Email>
  211. </Update>
  212. <Update release="27">
  213. <Date>2023-11-21</Date>
  214. <Version>2.4.118</Version>
  215. <Comment>Version bump.</Comment>
  216. <Name>Mustafa Cinasal</Name>
  217. <Email>muscnsl@gmail.com</Email>
  218. </Update>
  219. <Update release="26">
  220. <Date>2023-10-22</Date>
  221. <Version>2.4.117</Version>
  222. <Comment>Version bump.</Comment>
  223. <Name>Mustafa Cinasal</Name>
  224. <Email>muscnsl@gmail.com</Email>
  225. </Update>
  226. <Update release="25">
  227. <Date>2023-02-09</Date>
  228. <Version>2.4.115</Version>
  229. <Comment>Version bump.</Comment>
  230. <Name>Mustafa Cinasal</Name>
  231. <Email>muscnsl@gmail.com</Email>
  232. </Update>
  233. <Update release="24">
  234. <Date>2022-11-04</Date>
  235. <Version>2.4.114</Version>
  236. <Comment>Version bump.</Comment>
  237. <Name>Mustafa Cinasal</Name>
  238. <Email>muscnsl@gmail.com</Email>
  239. </Update>
  240. <Update release="23">
  241. <Date>2022-09-01</Date>
  242. <Version>2.4.113</Version>
  243. <Comment>Version bump.</Comment>
  244. <Name>Mustafa Cinasal</Name>
  245. <Email>muscnsl@gmail.com</Email>
  246. </Update>
  247. <Update release="22">
  248. <Date>2022-08-12</Date>
  249. <Version>2.4.112</Version>
  250. <Comment>Rebuild</Comment>
  251. <Name>Mustafa Cinasal</Name>
  252. <Email>muscnsl@gmail.com</Email>
  253. </Update>
  254. <Update release="21">
  255. <Date>2022-07-07</Date>
  256. <Version>2.4.112</Version>
  257. <Comment>Version bump.</Comment>
  258. <Name>Mustafa Cinasal</Name>
  259. <Email>muscnsl@gmail.com</Email>
  260. </Update>
  261. <Update release="20">
  262. <Date>2022-06-04</Date>
  263. <Version>2.4.111</Version>
  264. <Comment>Version bump.</Comment>
  265. <Name>Mustafa Cinasal</Name>
  266. <Email>muscnsl@gmail.com</Email>
  267. </Update>
  268. <Update release="19">
  269. <Date>2022-03-19</Date>
  270. <Version>2.4.110</Version>
  271. <Comment>Version bump.</Comment>
  272. <Name>Kamil Atlı</Name>
  273. <Email>suvari@pisilinux.org</Email>
  274. </Update>
  275. <Update release="18">
  276. <Date>2022-01-12</Date>
  277. <Version>2.4.109</Version>
  278. <Comment>Version bump.</Comment>
  279. <Name>Mustafa Cinasal</Name>
  280. <Email>muscnsl@gmail.com</Email>
  281. </Update>
  282. <Update release="17">
  283. <Date>2021-11-19</Date>
  284. <Version>2.4.108</Version>
  285. <Comment>Version bump.</Comment>
  286. <Name>Mustafa Cinasal</Name>
  287. <Email>muscnsl@gmail.com</Email>
  288. </Update>
  289. <Update release="16">
  290. <Date>2021-10-19</Date>
  291. <Version>2.4.107</Version>
  292. <Comment>Rebuild.</Comment>
  293. <Name>Mustafa Cinasal</Name>
  294. <Email>muscnsl@gmail.com</Email>
  295. </Update>
  296. <Update release="15">
  297. <Date>2021-07-05</Date>
  298. <Version>2.4.107</Version>
  299. <Comment>Version bump.</Comment>
  300. <Name>Mustafa Cinasal</Name>
  301. <Email>muscnsl@gmail.com</Email>
  302. </Update>
  303. <Update release="14">
  304. <Date>2021-06-03</Date>
  305. <Version>2.4.106</Version>
  306. <Comment>Version bump.</Comment>
  307. <Name>Mustafa Cinasal</Name>
  308. <Email>muscnsl@gmail.com</Email>
  309. </Update>
  310. <Update release="13">
  311. <Date>2021-04-08</Date>
  312. <Version>2.4.105</Version>
  313. <Comment>Version bump.</Comment>
  314. <Name>Mustafa Cinasal</Name>
  315. <Email>muscnsl@gmail.com</Email>
  316. </Update>
  317. <Update release="12">
  318. <Date>2020-09-30</Date>
  319. <Version>2.4.102</Version>
  320. <Comment>Version bump.</Comment>
  321. <Name>Mustafa Cinasal</Name>
  322. <Email>muscnsl@gmail.com</Email>
  323. </Update>
  324. <Update release="11">
  325. <Date>2020-01-08</Date>
  326. <Version>2.4.100</Version>
  327. <Comment>Rebuild</Comment>
  328. <Name>Idris Kalp</Name>
  329. <Email>idriskalp@gmail.com</Email>
  330. </Update>
  331. <Update release="10">
  332. <Date>2019-10-20</Date>
  333. <Version>2.4.100</Version>
  334. <Comment>Version bump.</Comment>
  335. <Name>Mustafa Cinasal</Name>
  336. <Email>muscnsl@gmail.com</Email>
  337. </Update>
  338. <Update release="9">
  339. <Date>2019-02-10</Date>
  340. <Version>2.4.97</Version>
  341. <Comment>Version bump</Comment>
  342. <Name>Kamil Atlı</Name>
  343. <Email>suvari@pisilinux.org</Email>
  344. </Update>
  345. <Update release="8">
  346. <Date>2019-01-08</Date>
  347. <Version>2.4.96</Version>
  348. <Comment>Version bump</Comment>
  349. <Name>Mustafa Cinasal</Name>
  350. <Email>muscnsl@gmail.com</Email>
  351. </Update>
  352. <Update release="7">
  353. <Date>2018-07-25</Date>
  354. <Version>2.4.92</Version>
  355. <Comment>Version bump</Comment>
  356. <Name>Mustafa Cinasal</Name>
  357. <Email>muscnsl@gmail.com</Email>
  358. </Update>
  359. <Update release="6">
  360. <Date>2018-02-16</Date>
  361. <Version>2.4.89</Version>
  362. <Comment>Version bump</Comment>
  363. <Name>Mustafa Cinasal</Name>
  364. <Email>muscnsl@gmail.com</Email>
  365. </Update>
  366. <Update release="5">
  367. <Date>2017-09-09</Date>
  368. <Version>2.4.83</Version>
  369. <Comment>Version bump</Comment>
  370. <Name>Mustafa Cinasal</Name>
  371. <Email>muscnsl@gmail.com</Email>
  372. </Update>
  373. <Update release="4">
  374. <Date>2017-01-29</Date>
  375. <Version>2.4.75</Version>
  376. <Comment>Version bump.</Comment>
  377. <Name>Alihan Öztürk</Name>
  378. <Email>alihan@pisilinux.org</Email>
  379. </Update>
  380. <Update release="3">
  381. <Date>2016-11-02</Date>
  382. <Version>2.4.71</Version>
  383. <Comment>Version bump.</Comment>
  384. <Name>Stefan Gronewold(groni)</Name>
  385. <Email>groni@pisilinux.org</Email>
  386. </Update>
  387. <Update release="2">
  388. <Date>2016-04-30</Date>
  389. <Version>2.4.67</Version>
  390. <Comment>Release bump</Comment>
  391. <Name>PisiLinux Community</Name>
  392. <Email>admin@pisilinux.org</Email>
  393. </Update>
  394. <Update release="1">
  395. <Date>2016-03-27</Date>
  396. <Version>2.4.67</Version>
  397. <Comment>First release</Comment>
  398. <Name>Ertuğrul Erata</Name>
  399. <Email>ertugrulerata@gmail.com</Email>
  400. </Update>
  401. </History>
  402. </PISI>