pspec.xml 8.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>libjpeg-turbo</Name>
  6. <Homepage>http://www.libjpeg-turbo.org/</Homepage>
  7. <Packager>
  8. <Name>PisiLinux Community</Name>
  9. <Email>admins@pisilinux.org</Email>
  10. </Packager>
  11. <License>GPLv3</License>
  12. <PartOf>multimedia.graphics</PartOf>
  13. <IsA>app:gui</IsA>
  14. <Summary>MMX, SSE, and SSE2 SIMD accelerated JPEG library</Summary>
  15. <Description>libjpeg-turbo is a derivative of libjpeg for x86 and x86-64 processors which uses SIMD instructions (MMX, SSE2, etc.) to accelerate baseline JPEG compression and decompression. libjpeg-turbo is generally 2-4x as fast as the unmodified version of libjpeg v6b, all else being equal.</Description>
  16. <Archive sha1sum="17e24c844e95587bc7bd2f3c895565cc133ca182" type="targz" name="libjpeg-turbo-3.0.4.tar.gz">https://github.com/libjpeg-turbo/libjpeg-turbo/archive/3.0.4.tar.gz</Archive>
  17. <BuildDependencies>
  18. <Dependency>ninja</Dependency>
  19. <Dependency>nasm</Dependency>
  20. <Dependency>cmake</Dependency>
  21. </BuildDependencies>
  22. <Patches>
  23. <!--Patch>fix_doc.patch</Patch-->
  24. </Patches>
  25. </Source>
  26. <Package>
  27. <Name>libjpeg-turbo</Name>
  28. <Replaces>
  29. <Package>jpeg</Package>
  30. </Replaces>
  31. <Files>
  32. <Path fileType="executable">/usr/bin</Path>
  33. <Path fileType="library">/usr/lib</Path>
  34. <Path fileType="doc">/usr/share/doc</Path>
  35. <Path fileType="man">/usr/share/man</Path>
  36. </Files>
  37. </Package>
  38. <Package>
  39. <Name>libjpeg-turbo-devel</Name>
  40. <Summary>Development files for libjpeg-turbo</Summary>
  41. <RuntimeDependencies>
  42. <Dependency releaseFrom="current">libjpeg-turbo</Dependency>
  43. </RuntimeDependencies>
  44. <Replaces>
  45. <Package>jpeg-devel</Package>
  46. </Replaces>
  47. <Files>
  48. <Path fileType="header">/usr/include/</Path>
  49. <Path fileType="library">/usr/lib/pkgconfig</Path>
  50. <Path fileType="library">/usr/lib32/pkgconfig</Path>
  51. <Path fileType="library">/usr/lib/cmake</Path>
  52. <Path fileType="library">/usr/lib32/cmake</Path>
  53. </Files>
  54. </Package>
  55. <Package>
  56. <Name>libjpeg-turbo-32bit</Name>
  57. <PartOf>emul32</PartOf>
  58. <Summary>32-bit shared libraries for jpeg</Summary>
  59. <BuildType>emul32</BuildType>
  60. <RuntimeDependencies>
  61. <Dependency release="current">libjpeg-turbo</Dependency>
  62. </RuntimeDependencies>
  63. <Replaces>
  64. <Package>jpeg-32bit</Package>
  65. </Replaces>
  66. <Files>
  67. <Path fileType="library">/usr/lib32</Path>
  68. </Files>
  69. </Package>
  70. <History>
  71. <Update release="21">
  72. <Date>2024-09-21</Date>
  73. <Version>3.0.4</Version>
  74. <Comment>Version bump.</Comment>
  75. <Name>Pisi Linux Community</Name>
  76. <Email>admin@pisilinux.org</Email>
  77. </Update>
  78. <Update release="20">
  79. <Date>2024-07-27</Date>
  80. <Version>3.0.3</Version>
  81. <Comment>Version bump.</Comment>
  82. <Name>Pisi Linux Community</Name>
  83. <Email>admin@pisilinux.org</Email>
  84. </Update>
  85. <Update release="19">
  86. <Date>2024-01-25</Date>
  87. <Version>3.0.2</Version>
  88. <Comment>Version bump.</Comment>
  89. <Name>Mustafa Cinasal</Name>
  90. <Email>muscnsl@gmail.com</Email>
  91. </Update>
  92. <Update release="18">
  93. <Date>2023-10-23</Date>
  94. <Version>3.0.1</Version>
  95. <Comment>Version bump.</Comment>
  96. <Name>Mustafa Cinasal</Name>
  97. <Email>muscnsl@gmail.com</Email>
  98. </Update>
  99. <Update release="17">
  100. <Date>2023-02-09</Date>
  101. <Version>2.1.5.1</Version>
  102. <Comment>Version bump.</Comment>
  103. <Name>Mustafa Cinasal</Name>
  104. <Email>muscnsl@gmail.com</Email>
  105. </Update>
  106. <Update release="16">
  107. <Date>2023-01-23</Date>
  108. <Version>2.1.4</Version>
  109. <Comment>Rebuild.</Comment>
  110. <Name>Mustafa Cinasal</Name>
  111. <Email>muscnsl@gmail.com</Email>
  112. </Update>
  113. <Update release="15">
  114. <Date>2023-01-01</Date>
  115. <Version>2.1.4</Version>
  116. <Comment>Rebuild.</Comment>
  117. <Name>Mustafa Cinasal</Name>
  118. <Email>muscnsl@gmail.com</Email>
  119. </Update>
  120. <Update release="14">
  121. <Date>2022-12-16</Date>
  122. <Version>2.1.4</Version>
  123. <Comment>Version bump.</Comment>
  124. <Name>Mustafa Cinasal</Name>
  125. <Email>muscnsl@gmail.com</Email>
  126. </Update>
  127. <Update release="13">
  128. <Date>2021-11-19</Date>
  129. <Version>2.1.2</Version>
  130. <Comment>Version bump.</Comment>
  131. <Name>Mustafa Cinasal</Name>
  132. <Email>muscnsl@gmail.com</Email>
  133. </Update>
  134. <Update release="12">
  135. <Date>2021-10-25</Date>
  136. <Version>2.1.1</Version>
  137. <Comment>Version bump.</Comment>
  138. <Name>Mustafa Cinasal</Name>
  139. <Email>muscnsl@gmail.com</Email>
  140. </Update>
  141. <Update release="11">
  142. <Date>2021-06-03</Date>
  143. <Version>2.1.0</Version>
  144. <Comment>Version bump.</Comment>
  145. <Name>Mustafa Cinasal</Name>
  146. <Email>muscnsl@gmail.com</Email>
  147. </Update>
  148. <Update release="10">
  149. <Date>2021-02-26</Date>
  150. <Version>2.0.6</Version>
  151. <Comment>Version bump</Comment>
  152. <Name>Idris Kalp</Name>
  153. <Email>idriskalp@gmail.com</Email>
  154. </Update>
  155. <Update release="9">
  156. <Date>2020-01-05</Date>
  157. <Version>2.0.4</Version>
  158. <Comment>Version bump</Comment>
  159. <Name>Idris Kalp</Name>
  160. <Email>idriskalp@gmail.com</Email>
  161. </Update>
  162. <Update release="9">
  163. <Date>2020-01-05</Date>
  164. <Version>2.0.2</Version>
  165. <Comment>Rebuild.</Comment>
  166. <Name>Idris Kalp</Name>
  167. <Email>idriskalp@gmail.com</Email>
  168. </Update>
  169. <Update release="8">
  170. <Date>2019-06-19</Date>
  171. <Version>2.0.2</Version>
  172. <Comment>Version bump.</Comment>
  173. <Name>Idris Kalp</Name>
  174. <Email>idriskalp@gmail.com</Email>
  175. </Update>
  176. <Update release="7">
  177. <Date>2019-01-05</Date>
  178. <Version>2.0.1</Version>
  179. <Comment>Version bump.</Comment>
  180. <Name>Pisi Linux Community</Name>
  181. <Email>admin@pisilinux.org</Email>
  182. </Update>
  183. <Update release="6">
  184. <Date>2018-07-25</Date>
  185. <Version>1.5.3</Version>
  186. <Comment>Rebuild</Comment>
  187. <Name>Pisi Linux Community</Name>
  188. <Email>admin@pisilinux.org</Email>
  189. </Update>
  190. <Update release="5">
  191. <Date>2018-03-20</Date>
  192. <Version>1.5.3</Version>
  193. <Comment>Version Bump</Comment>
  194. <Name>Pisi Linux Community</Name>
  195. <Email>admin@pisilinux.org</Email>
  196. </Update>
  197. <Update release="4">
  198. <Date>2017-09-20</Date>
  199. <Version>1.5.1</Version>
  200. <Comment>Version Bump</Comment>
  201. <Name>Pisi Linux Community</Name>
  202. <Email>admin@pisilinux.org</Email>
  203. </Update>
  204. <Update release="3">
  205. <Date>2016-06-09</Date>
  206. <Version>1.4.2</Version>
  207. <Comment>Release Bump</Comment>
  208. <Name>Pisi Linux Community</Name>
  209. <Email>admin@pisilinux.org</Email>
  210. </Update>
  211. <Update release="2">
  212. <Date>2016-05-27</Date>
  213. <Version>1.4.2</Version>
  214. <Comment>Release bump</Comment>
  215. <Name>Stefan Gronewold(groni)</Name>
  216. <Email>groni@pisilinux.org</Email>
  217. </Update>
  218. <Update release="1">
  219. <Date>2016-04-08</Date>
  220. <Version>1.4.2</Version>
  221. <Comment>First release</Comment>
  222. <Name>Stefan Gronewold(groni)</Name>
  223. <Email>groni@pisilinux.org</Email>
  224. </Update>
  225. </History>
  226. </PISI>