pspec.xml 5.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>jasper</Name>
  6. <Homepage>http://www.ece.uvic.ca/~mdadams/jasper</Homepage>
  7. <Packager>
  8. <Name>PisiLinux Community</Name>
  9. <Email>admins@pisilinux.org</Email>
  10. </Packager>
  11. <License>MIT</License>
  12. <IsA>app:console</IsA>
  13. <IsA>library</IsA>
  14. <Summary>Software implementation of JPEG-2000 Part 1</Summary>
  15. <Description>JasPer is a software-based implementation of the codec specified in the JPEG-2000 Part-1 standard (ISO/IEC 15444-1:2000).</Description>
  16. <Archive sha1sum="6a29dd39cb42bf8766c67f8d41fa7dfdef02a9f0" type="targz">https://github.com/jasper-software/jasper/releases/download/version-2.0.33/jasper-2.0.33.tar.gz</Archive>
  17. <BuildDependencies>
  18. <Dependency>cmake</Dependency>
  19. <Dependency>libjpeg-turbo-devel</Dependency>
  20. <!--<Dependency>mesa-devel</Dependency>-->
  21. <!--<Dependency>mesa-glu-devel</Dependency>-->
  22. </BuildDependencies>
  23. <Patches>
  24. <Patch level="1">jasper-1.900.1-fix-filename-buffer-overflow.patch</Patch>
  25. <Patch level="1">fix-opengl-linking.patch</Patch>
  26. </Patches>
  27. </Source>
  28. <Package>
  29. <Name>jasper</Name>
  30. <RuntimeDependencies>
  31. <!--<Dependency>freeglut</Dependency>-->
  32. <!--<Dependency>mesa</Dependency>-->
  33. <!--<Dependency>mesa-glu</Dependency>-->
  34. <Dependency>libjpeg-turbo</Dependency>
  35. </RuntimeDependencies>
  36. <Files>
  37. <Path fileType="executable">/usr/bin</Path>
  38. <Path fileType="library">/usr/lib</Path>
  39. <Path fileType="man">/usr/share/man</Path>
  40. </Files>
  41. </Package>
  42. <Package>
  43. <Name>jasper-docs</Name>
  44. <RuntimeDependencies>
  45. <Dependency>jasper</Dependency>
  46. </RuntimeDependencies>
  47. <Files>
  48. <Path fileType="doc">/usr/share/doc</Path>
  49. </Files>
  50. </Package>
  51. <Package>
  52. <Name>jasper-devel</Name>
  53. <Summary>Development files for jasper</Summary>
  54. <RuntimeDependencies>
  55. <Dependency release="current">jasper</Dependency>
  56. </RuntimeDependencies>
  57. <Files>
  58. <Path fileType="header">/usr/include</Path>
  59. <Path fileType="library">/usr/lib/pkgconfig/jasper.pc</Path>
  60. </Files>
  61. </Package>
  62. <Package>
  63. <Name>jasper-32bit</Name>
  64. <PartOf>emul32</PartOf>
  65. <Summary>32-bit shared libraries for jasper</Summary>
  66. <BuildType>emul32</BuildType>
  67. <BuildDependencies>
  68. <!--<Dependency>freeglut-32bit</Dependency>-->
  69. <Dependency>libjpeg-turbo-32bit</Dependency>
  70. </BuildDependencies>
  71. <RuntimeDependencies>
  72. <Dependency release="current">jasper</Dependency>
  73. <!--<Dependency>mesa-32bit</Dependency>
  74. <Dependency>freeglut-32bit</Dependency>-->
  75. <Dependency>libjpeg-turbo-32bit</Dependency>
  76. </RuntimeDependencies>
  77. <Files>
  78. <Path fileType="library">/usr/lib32</Path>
  79. </Files>
  80. </Package>
  81. <History>
  82. <Update release="9">
  83. <Date>2022-05-14</Date>
  84. <Version>2.0.33</Version>
  85. <Comment>Version bump.</Comment>
  86. <Name>Mustafa Cinasal</Name>
  87. <Email>muscnsl@gmail.com</Email>
  88. </Update>
  89. <Update release="8">
  90. <Date>2020-01-05</Date>
  91. <Version>2.0.14</Version>
  92. <Comment>Rebuild.</Comment>
  93. <Name>Pisi Linux Community</Name>
  94. <Email>admin@pisilinux.org</Email>
  95. </Update>
  96. <Update release="7">
  97. <Date>2019-02-06</Date>
  98. <Version>2.0.14</Version>
  99. <Comment>Rebuild.</Comment>
  100. <Name>Pisi Linux Community</Name>
  101. <Email>admin@pisilinux.org</Email>
  102. </Update>
  103. <Update release="6">
  104. <Date>2018-07-27</Date>
  105. <Version>2.0.14</Version>
  106. <Comment>Rebuild for new toolchain.</Comment>
  107. <Name>Pisi Linux Community</Name>
  108. <Email>admin@pisilinux.org</Email>
  109. </Update>
  110. <Update release="5">
  111. <Date>2018-03-21</Date>
  112. <Version>2.0.14</Version>
  113. <Comment>Version Bump.</Comment>
  114. <Name>Pisi Linux Community</Name>
  115. <Email>admin@pisilinux.org</Email>
  116. </Update>
  117. <Update release="4">
  118. <Date>2017-02-06</Date>
  119. <Version>2.0.10</Version>
  120. <Comment>Version Bump</Comment>
  121. <Name>Pisi Linux Community</Name>
  122. <Email>admin@pisilinux.org</Email>
  123. </Update>
  124. <Update release="3">
  125. <Date>2016-06-09</Date>
  126. <Version>1.900.1</Version>
  127. <Comment>Release Bump</Comment>
  128. <Name>Pisi Linux Community</Name>
  129. <Email>admin@pisilinux.org</Email>
  130. </Update>
  131. <Update release="2">
  132. <Date>2016-05-27</Date>
  133. <Version>1.900.1</Version>
  134. <Comment>Release bump</Comment>
  135. <Name>Hakan Yıldız</Name>
  136. <Email>hknyldz93@gmail.com</Email>
  137. </Update>
  138. <Update release="1">
  139. <Date>2015-06-26</Date>
  140. <Version>1.900.1</Version>
  141. <Comment>First release</Comment>
  142. <Name>Hakan Yıldız</Name>
  143. <Email>hknyldz93@gmail.com</Email>
  144. </Update>
  145. </History>
  146. </PISI>