pspec.xml 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>gegl</Name>
  6. <Homepage>https://gegl.org/</Homepage>
  7. <Packager>
  8. <Name>PisiLinux Community</Name>
  9. <Email>admins@pisilinux.org</Email>
  10. </Packager>
  11. <PartOf>multimedia.graphics</PartOf>
  12. <License>GPLv3+</License>
  13. <License>LGPLv3+</License>
  14. <IsA>library</IsA>
  15. <IsA>app:console</IsA>
  16. <Summary>A graph based image processing framework</Summary>
  17. <Description>gegl (Generic Graphics Library) provides infrastructure to do demand based cached non destructive image editing on larger than RAM buffers. Through babl it provides support for a wide range of color models and pixel storage formats for input and output.</Description>
  18. <Archive sha1sum="d051906c8339e1913a30a379ee5a86bf6e76ddf8" type="tarxz">https://download.gimp.org/pub/gegl/0.4/gegl-0.4.48.tar.xz</Archive>
  19. <BuildDependencies>
  20. <Dependency>ruby</Dependency>
  21. <Dependency>meson</Dependency>
  22. <Dependency>asciidoc</Dependency>
  23. <Dependency>intltool</Dependency>
  24. <Dependency>enscript</Dependency>
  25. <Dependency>rubygems</Dependency>
  26. <Dependency>lua-devel</Dependency>
  27. <Dependency>vala-devel</Dependency>
  28. <Dependency>gtk2-devel</Dependency>
  29. <Dependency>webp-devel</Dependency>
  30. <Dependency>tiff-devel</Dependency>
  31. <Dependency>cairo-devel</Dependency>
  32. <Dependency>pango-devel</Dependency>
  33. <Dependency>exiv2-devel</Dependency>
  34. <Dependency>lcms2-devel</Dependency>
  35. <Dependency>ffmpeg-devel</Dependency>
  36. <Dependency>libsdl2-devel</Dependency>
  37. <Dependency>libv4l-devel</Dependency>
  38. <Dependency>jasper-devel</Dependency>
  39. <Dependency>luajit-devel</Dependency>
  40. <Dependency>libraw-devel</Dependency>
  41. <Dependency>librsvg-devel</Dependency>
  42. <Dependency>openexr-devel</Dependency>
  43. <Dependency>lensfun-devel</Dependency>
  44. <Dependency>libspiro-devel</Dependency>
  45. <Dependency>json-glib-devel</Dependency>
  46. <Dependency>libgexiv2-devel</Dependency>
  47. <Dependency>poppler-glib-devel</Dependency>
  48. <Dependency>libjpeg-turbo-devel</Dependency>
  49. <Dependency>gobject-introspection-devel</Dependency>
  50. <Dependency versionFrom="0.1.98">babl-devel</Dependency>
  51. <!--< Dependency>enscript</Dependency> -->
  52. <!-- <Dependency>graphviz</Dependency> -->
  53. <!-- <Dependency>libopenraw-devel</Dependency> -->
  54. <!-- <Dependency>SuiteSparse-devel</Dependency> -->
  55. </BuildDependencies>
  56. <Patches>
  57. <!--<Patch level="1">gegl-0.2.0-cve-2012-4433-1e92e523.patch</Patch> -->
  58. <!--<Patch level="1">gegl-0.2.0-cve-2012-4433-4757cdf7.patch</Patch> -->
  59. <!--<Patch level="0">gegl-0.2.0-ffmpeg-0.11.patch</Patch> -->
  60. <Patch level="1">66de8124.patch</Patch>
  61. </Patches>
  62. </Source>
  63. <Package>
  64. <Name>gegl</Name>
  65. <Summary>A graph based image processing framework</Summary>
  66. <RuntimeDependencies>
  67. <Dependency>tiff</Dependency>
  68. <Dependency>webp</Dependency>
  69. <Dependency>babl</Dependency>
  70. <Dependency>glib2</Dependency>
  71. <Dependency>lcms2</Dependency>
  72. <Dependency>cairo</Dependency>
  73. <Dependency>pango</Dependency>
  74. <Dependency>ffmpeg</Dependency>
  75. <Dependency>libraw</Dependency>
  76. <Dependency>libgcc</Dependency>
  77. <Dependency>jasper</Dependency>
  78. <Dependency>libpng</Dependency>
  79. <Dependency>libsdl2</Dependency>
  80. <Dependency>librsvg</Dependency>
  81. <Dependency>libspiro</Dependency>
  82. <Dependency>json-glib</Dependency>
  83. <Dependency>libgexiv2</Dependency>
  84. <Dependency>gdk-pixbuf</Dependency>
  85. <Dependency>openexr-libs</Dependency>
  86. <Dependency>libjpeg-turbo</Dependency>
  87. </RuntimeDependencies>
  88. <Files>
  89. <Path fileType="data">/usr/share</Path>
  90. <Path fileType="library">/usr/lib</Path>
  91. <Path fileType="doc">/usr/share/doc</Path>
  92. <Path fileType="executable">/usr/bin</Path>
  93. <Path fileType="localedata">/usr/share/locale/</Path>
  94. </Files>
  95. </Package>
  96. <Package>
  97. <Name>gegl-devel</Name>
  98. <Summary>Development files for gegl</Summary>
  99. <RuntimeDependencies>
  100. <Dependency>babl-devel</Dependency>
  101. <Dependency>glib2-devel</Dependency>
  102. <Dependency>json-glib-devel</Dependency>
  103. <Dependency release="current">gegl</Dependency>
  104. </RuntimeDependencies>
  105. <Files>
  106. <Path fileType="header">/usr/include</Path>
  107. <Path fileType="data">/usr/lib/pkgconfig</Path>
  108. <Path fileType="doc">/usr/share/gtk-doc/html</Path>
  109. </Files>
  110. </Package>
  111. <History>
  112. <Update release="22">
  113. <Date>2024-08-10</Date>
  114. <Version>0.4.48</Version>
  115. <Comment>Version bump.</Comment>
  116. <Name>Pisi Linux Community</Name>
  117. <Email>admin@pisilinux.org</Email>
  118. </Update>
  119. <Update release="21">
  120. <Date>2023-10-25</Date>
  121. <Version>0.4.46</Version>
  122. <Comment>Version bump.</Comment>
  123. <Name>Mustafa Cinasal</Name>
  124. <Email>muscnsl@gmail.com</Email>
  125. </Update>
  126. <Update release="20">
  127. <Date>2023-07-29</Date>
  128. <Version>0.4.46</Version>
  129. <Comment>Version bump.</Comment>
  130. <Name>Mustafa Cinasal</Name>
  131. <Email>muscnsl@gmail.com</Email>
  132. </Update>
  133. <Update release="19">
  134. <Date>2023-01-28</Date>
  135. <Version>0.4.40</Version>
  136. <Comment>Version bump</Comment>
  137. <Name>fury</Name>
  138. <Email>uglyside@yandex.ru</Email>
  139. </Update>
  140. <Update release="18">
  141. <Date>2022-03-22</Date>
  142. <Version>0.4.36</Version>
  143. <Comment>Version bump.</Comment>
  144. <Name>Mustafa Cinasal</Name>
  145. <Email>muscnsl@gmail.com</Email>
  146. </Update>
  147. <Update release="17">
  148. <Date>2022-01-17</Date>
  149. <Version>0.4.32</Version>
  150. <Comment>Rebuild.</Comment>
  151. <Name>Mustafa Cinasal</Name>
  152. <Email>muscnsl@gmail.com</Email>
  153. </Update>
  154. <Update release="16">
  155. <Date>2021-09-06</Date>
  156. <Version>0.4.32</Version>
  157. <Comment>Version bump.</Comment>
  158. <Name>Mustafa Cinasal</Name>
  159. <Email>muscnsl@gmail.com</Email>
  160. </Update>
  161. <Update release="15">
  162. <Date>2020-09-21</Date>
  163. <Version>0.4.26</Version>
  164. <Comment>Version bump.</Comment>
  165. <Name>Mustafa Cinasal</Name>
  166. <Email>muscnsl@gmail.com</Email>
  167. </Update>
  168. <Update release="14">
  169. <Date>2020-05-19</Date>
  170. <Version>0.4.22</Version>
  171. <Comment>Patch version bump.</Comment>
  172. <Name>Blue Devil</Name>
  173. <Email>bluedevil@sctzine.com</Email>
  174. </Update>
  175. <Update release="13">
  176. <Date>2020-02-12</Date>
  177. <Version>0.4.20</Version>
  178. <Comment>Version bump.</Comment>
  179. <Name>Mustafa Cinasal</Name>
  180. <Email>muscnsl@gmail.com</Email>
  181. </Update>
  182. <Update release="12">
  183. <Date>2020-02-12</Date>
  184. <Version>0.4.16</Version>
  185. <Comment>Rebuild</Comment>
  186. <Name>Mustafa Cinasal</Name>
  187. <Email>muscnsl@gmail.com</Email>
  188. </Update>
  189. <Update release="11">
  190. <Date>2019-10-27</Date>
  191. <Version>0.4.16</Version>
  192. <Comment>Rebuild</Comment>
  193. <Name>Mustafa Cinasal</Name>
  194. <Email>muscnsl@gmail.com</Email>
  195. </Update>
  196. <Update release="10">
  197. <Date>2019-06-29</Date>
  198. <Version>0.4.16</Version>
  199. <Comment>Version Bump</Comment>
  200. <Name>Mustafa Cinasal</Name>
  201. <Email>muscnsl@gmail.com</Email>
  202. </Update>
  203. <Update release="9">
  204. <Date>2019-04-25</Date>
  205. <Version>0.4.14</Version>
  206. <Comment>Version Bump</Comment>
  207. <Name>Mustafa Cinasal</Name>
  208. <Email>muscnsl@gmail.com</Email>
  209. </Update>
  210. <Update release="8">
  211. <Date>2018-12-25</Date>
  212. <Version>0.4.12</Version>
  213. <Comment>Rebuild Bump</Comment>
  214. <Name>Mustafa Cinasal</Name>
  215. <Email>muscnsl@gmail.com</Email>
  216. </Update>
  217. <Update release="7">
  218. <Date>2018-08-07</Date>
  219. <Version>0.3.34</Version>
  220. <Comment>Rebuild Bump</Comment>
  221. <Name>Mustafa Cinasal</Name>
  222. <Email>muscnsl@gmail.com</Email>
  223. </Update>
  224. <Update release="6">
  225. <Date>2018-04-27</Date>
  226. <Version>0.3.34</Version>
  227. <Comment>Version Bump</Comment>
  228. <Name>Mustafa Cinasal</Name>
  229. <Email>muscnsl@gmail.com</Email>
  230. </Update>
  231. <Update release="5">
  232. <Date>2018-02-13</Date>
  233. <Version>0.3.26</Version>
  234. <Comment>Rebuild</Comment>
  235. <Name>Mustafa Cinasal</Name>
  236. <Email>muscnsl@gmail.com</Email>
  237. </Update>
  238. <Update release="4">
  239. <Date>2017-12-21</Date>
  240. <Version>0.3.26</Version>
  241. <Comment>update</Comment>
  242. <Name>Mustafa Cinasal</Name>
  243. <Email>admin@pisilinux.org</Email>
  244. </Update>
  245. <Update release="3">
  246. <Date>2017-03-05</Date>
  247. <Version>0.3.14</Version>
  248. <Comment>update</Comment>
  249. <Name>Pisi Linux Community</Name>
  250. <Email>admin@pisilinux.org</Email>
  251. </Update>
  252. <Update release="2">
  253. <Date>2016-06-15</Date>
  254. <Version>0.2.0</Version>
  255. <Comment>Release Bump</Comment>
  256. <Name>Pisi Linux Community</Name>
  257. <Email>admin@pisilinux.org</Email>
  258. </Update>
  259. <Update release="1">
  260. <Date>2014-12-20</Date>
  261. <Version>0.2.0</Version>
  262. <Comment>First release</Comment>
  263. <Name>Osman Erkan</Name>
  264. <Email>osman.erkan@pisilinux.org</Email>
  265. </Update>
  266. </History>
  267. </PISI>