pspec.xml 7.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>mupdf</Name>
  6. <Homepage>https://mupdf.com/</Homepage>
  7. <Packager>
  8. <Name>Kamil Atlı</Name>
  9. <Email>suvari@pisilinux.org</Email>
  10. </Packager>
  11. <License>AGPL3</License>
  12. <IsA>app:gui</IsA>
  13. <Summary>Lightweight PDF and XPS viewer.</Summary>
  14. <Description>
  15. MuPDF is a lightweight open source software framework for viewing and converting PDF, XPS, and E-book documents.
  16. </Description>
  17. <Archive sha1sum="f30a7f389e87815853c40bdb6dbfe867d6759659" type="targz">https://mupdf.com/downloads/archive/mupdf-1.25.2-source.tar.gz</Archive>
  18. <BuildDependencies>
  19. <Dependency>zlib-devel</Dependency>
  20. <Dependency>curl-devel</Dependency>
  21. <Dependency>libXi-devel</Dependency>
  22. <Dependency>libX11-devel</Dependency>
  23. <Dependency>libXext-devel</Dependency>
  24. <Dependency>openssl-devel</Dependency>
  25. <Dependency>freetype-devel</Dependency>
  26. <Dependency>harfbuzz-devel</Dependency>
  27. <Dependency>mesa-glu-devel</Dependency>
  28. <Dependency>libglvnd-devel</Dependency>
  29. <Dependency>openjpeg2-devel</Dependency>
  30. <Dependency>libXrandr-devel</Dependency>
  31. <Dependency>leptonica-devel</Dependency>
  32. <Dependency>tesseract-devel</Dependency>
  33. <Dependency>libXcursor-devel</Dependency>
  34. <Dependency>libXinerama-devel</Dependency>
  35. <Dependency>libjpeg-turbo-devel</Dependency>
  36. </BuildDependencies>
  37. <Patches>
  38. <!-- <Patch>shared-lib.patch</Patch> -->
  39. <Patch>fix-build-on-big-endian.patch</Patch>
  40. </Patches>
  41. </Source>
  42. <Package>
  43. <Name>mupdf</Name>
  44. <RuntimeDependencies>
  45. <Dependency>curl</Dependency>
  46. <!-- <Dependency>mesa</Dependency> -->
  47. <Dependency>zlib</Dependency>
  48. <Dependency>libX11</Dependency>
  49. <Dependency>openssl</Dependency>
  50. <Dependency>libXext</Dependency>
  51. <Dependency>freetype</Dependency>
  52. <Dependency>harfbuzz</Dependency>
  53. <Dependency>libglvnd</Dependency>
  54. <Dependency>libXrandr</Dependency>
  55. <Dependency>openjpeg2</Dependency>
  56. <Dependency>libjpeg-turbo</Dependency>
  57. </RuntimeDependencies>
  58. <Files>
  59. <Path fileType="executable">/usr/bin</Path>
  60. <Path fileType="library">/usr/lib</Path>
  61. <Path fileType="man">/usr/share/man</Path>
  62. </Files>
  63. </Package>
  64. <Package>
  65. <Name>mupdf-devel</Name>
  66. <Summary>Development files for mupdf</Summary>
  67. <RuntimeDependencies>
  68. <Dependency release="current">mupdf</Dependency>
  69. </RuntimeDependencies>
  70. <Files>
  71. <Path fileType="header">/usr/include/mupdf</Path>
  72. <Path fileType="header">/usr/include/mupdf/fitz</Path>
  73. <Path fileType="header">/usr/include/mupdf/pdf</Path>
  74. </Files>
  75. </Package>
  76. <Package>
  77. <Name>mupdf-doc</Name>
  78. <Summary>mupdf html documentation.</Summary>
  79. <RuntimeDependencies>
  80. <!-- <Dependency release="current">mupdf</Dependency> -->
  81. </RuntimeDependencies>
  82. <Files>
  83. <Path fileType="doc">/usr/share/doc/mupdf</Path>
  84. </Files>
  85. </Package>
  86. <History>
  87. <Update release="18">
  88. <Date>2024-12-19</Date>
  89. <Version>1.25.2</Version>
  90. <Comment>Version bump.</Comment>
  91. <Name>Pisi Linux Community</Name>
  92. <Email>admin@pisilinux.org</Email>
  93. </Update>
  94. <Update release="17">
  95. <Date>2023-10-22</Date>
  96. <Version>1.23.4</Version>
  97. <Comment>Version bump.</Comment>
  98. <Name>Mustafa Cinasal</Name>
  99. <Email>muscnsl@gmail.com</Email>
  100. </Update>
  101. <Update release="16">
  102. <Date>2023-09-05</Date>
  103. <Version>1.23.3</Version>
  104. <Comment>Version bump.</Comment>
  105. <Name>Mustafa Cinasal</Name>
  106. <Email>muscnsl@gmail.com</Email>
  107. </Update>
  108. <Update release="15">
  109. <Date>2023-05-18</Date>
  110. <Version>1.22.1</Version>
  111. <Comment>Version bump.</Comment>
  112. <Name>Kamil Atlı</Name>
  113. <Email>suvari@pisilinux.org</Email>
  114. </Update>
  115. <Update release="14">
  116. <Date>2023-05-09</Date>
  117. <Version>1.22.0</Version>
  118. <Comment>Version bump</Comment>
  119. <Name>Kamil Atlı</Name>
  120. <Email>suvari@pisilinux.org</Email>
  121. </Update>
  122. <Update release="13">
  123. <Date>2022-12-16</Date>
  124. <Version>1.21.1</Version>
  125. <Comment>Version bump</Comment>
  126. <Name>fury</Name>
  127. <Email>uglyside@yandex.ru</Email>
  128. </Update>
  129. <Update release="12">
  130. <Date>2022-10-07</Date>
  131. <Version>1.20.3</Version>
  132. <Comment>Version bump</Comment>
  133. <Name>fury</Name>
  134. <Email>uglyside@yandex.ru</Email>
  135. </Update>
  136. <Update release="11">
  137. <Date>2022-07-06</Date>
  138. <Version>1.20.0</Version>
  139. <Comment>Version bump.</Comment>
  140. <Name>fury</Name>
  141. <Email>uglyside@yandex.ru</Email>
  142. </Update>
  143. <Update release="10">
  144. <Date>2022-04-14</Date>
  145. <Version>1.19.1</Version>
  146. <Comment>Version bump.</Comment>
  147. <Name>fury</Name>
  148. <Email>uglyside@yandex.ru</Email>
  149. </Update>
  150. <Update release="9">
  151. <Date>2021-10-15</Date>
  152. <Version>1.19.0</Version>
  153. <Comment>Version bump.</Comment>
  154. <Name>fury</Name>
  155. <Email>uglyside@yandex.ru</Email>
  156. </Update>
  157. <Update release="8">
  158. <Date>2021-03-14</Date>
  159. <Version>1.18.0</Version>
  160. <Comment>Version bump.</Comment>
  161. <Name>fury</Name>
  162. <Email>uglyside@yandex.ru</Email>
  163. </Update>
  164. <Update release="7">
  165. <Date>2020-02-22</Date>
  166. <Version>1.16.1</Version>
  167. <Comment>Rebuild.</Comment>
  168. <Name>İdris Kalp</Name>
  169. <Email>idriskalp@gmail.com</Email>
  170. </Update>
  171. <Update release="6">
  172. <Date>2019-09-28</Date>
  173. <Version>1.16.1</Version>
  174. <Comment>Version bump.</Comment>
  175. <Name>fury</Name>
  176. <Email>uglyside@yandex.ru</Email>
  177. </Update>
  178. <Update release="5">
  179. <Date>2019-06-04</Date>
  180. <Version>1.15.0</Version>
  181. <Comment>Version bump.</Comment>
  182. <Name>fury</Name>
  183. <Email>uglyside@yandex.ru</Email>
  184. </Update>
  185. <Update release="4">
  186. <Date>2019-04-25</Date>
  187. <Version>1.14.0</Version>
  188. <Comment>Version bump.</Comment>
  189. <Name>fury</Name>
  190. <Email>uglyside@yandex.ru</Email>
  191. </Update>
  192. <Update release="3">
  193. <Date>2018-08-09</Date>
  194. <Version>1.12.0</Version>
  195. <Comment>Rebuild.</Comment>
  196. <Name>Pisi Linux Community</Name>
  197. <Email>admin@pisilinux.org</Email>
  198. </Update>
  199. <Update release="2">
  200. <Date>2018-02-11</Date>
  201. <Version>1.12.0</Version>
  202. <Comment>Version Bump.</Comment>
  203. <Name>Pisi Linux Community</Name>
  204. <Email>admin@pisilinux.org</Email>
  205. </Update>
  206. <Update release="1">
  207. <Date>2017-07-13</Date>
  208. <Version>1.11</Version>
  209. <Comment>First Release</Comment>
  210. <Name>Kamil Atlı</Name>
  211. <Email>suvari@pisilinux.org</Email>
  212. </Update>
  213. </History>
  214. </PISI>