pspec.xml 5.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>openjpeg2</Name>
  6. <Homepage>https://github.com/uclouvain/openjpeg</Homepage>
  7. <Packager>
  8. <Name>PisiLinux Community</Name>
  9. <Email>admins@pisilinux.org</Email>
  10. </Packager>
  11. <License>BSD</License>
  12. <IsA>library</IsA>
  13. <IsA>app:console</IsA>
  14. <Summary>JPEG2000 decoding library</Summary>
  15. <Description>openjpeg is an open-source JPEG 2000 codec written in C. It has been developed in order to promote the use of JPEG 2000, the new still-image compression standard from the Joint Photographic Experts Group (JPEG).</Description>
  16. <Archive sha1sum="82c7aa51b94684ab537eca26d55731830ecf0a74" type="targz">https://github.com/uclouvain/openjpeg/archive/refs/tags/v2.5.2.tar.gz</Archive>
  17. <BuildDependencies>
  18. <Dependency>cmake</Dependency>
  19. <Dependency>doxygen</Dependency>
  20. <Dependency>lcms2-devel</Dependency>
  21. <Dependency>tiff-devel</Dependency>
  22. <Dependency>zlib-devel</Dependency>
  23. <Dependency>libpng-devel</Dependency>
  24. </BuildDependencies>
  25. </Source>
  26. <Package>
  27. <Name>openjpeg2</Name>
  28. <RuntimeDependencies>
  29. <Dependency>lcms2</Dependency>
  30. <Dependency>tiff</Dependency>
  31. <Dependency>libpng</Dependency>
  32. </RuntimeDependencies>
  33. <Files>
  34. <Path fileType="executable">/usr/bin</Path>
  35. <Path fileType="library">/usr/lib</Path>
  36. <Path fileType="data">/usr/share</Path>
  37. <Path fileType="man">/usr/share/man1</Path>
  38. <Path fileType="man">/usr/share/man3</Path>
  39. <Path fileType="doc">/usr/share/doc</Path>
  40. </Files>
  41. </Package>
  42. <Package>
  43. <Name>openjpeg2-devel</Name>
  44. <Summary>Development files for openjpeg2</Summary>
  45. <RuntimeDependencies>
  46. <Dependency release="current">openjpeg2</Dependency>
  47. </RuntimeDependencies>
  48. <Files>
  49. <Path fileType="header">/usr/include</Path>
  50. <Path fileType="library">/usr/lib/pkgconfig</Path>
  51. <Path fileType="library">/usr/lib32/pkgconfig</Path>
  52. <Path fileType="data">/usr/lib/openjpeg-2*</Path>
  53. <Path fileType="data">/usr/lib32/openjpeg-2*</Path>
  54. </Files>
  55. </Package>
  56. <Package>
  57. <Name>openjpeg2-32bit</Name>
  58. <PartOf>emul32</PartOf>
  59. <Summary>32-bit shared libraries for openjpeg2</Summary>
  60. <BuildType>emul32</BuildType>
  61. <BuildDependencies>
  62. <Dependency>zlib-32bit</Dependency>
  63. <Dependency>lcms2-32bit</Dependency>
  64. <Dependency>tiff-32bit</Dependency>
  65. <Dependency>libpng-32bit</Dependency>
  66. </BuildDependencies>
  67. <RuntimeDependencies>
  68. <Dependency>lcms2-32bit</Dependency>
  69. <Dependency>tiff-32bit</Dependency>
  70. <Dependency>libpng-32bit</Dependency>
  71. </RuntimeDependencies>
  72. <Files>
  73. <Path fileType="library">/usr/lib32</Path>
  74. <Path fileType="executable">/usr/bin/*_32</Path>
  75. </Files>
  76. </Package>
  77. <History>
  78. <Update release="10">
  79. <Date>2024-05-16</Date>
  80. <Version>2.5.2</Version>
  81. <Comment>Version bump.</Comment>
  82. <Name>Kamil Atlı</Name>
  83. <Email>suvari@pisilinux.org</Email>
  84. </Update>
  85. <Update release="9">
  86. <Date>2024-03-10</Date>
  87. <Version>2.5.1</Version>
  88. <Comment>Version bump.</Comment>
  89. <Name>Mustafa Cinasal</Name>
  90. <Email>muscnsl@gmail.com</Email>
  91. </Update>
  92. <Update release="8">
  93. <Date>2023-01-22</Date>
  94. <Version>2.5.0</Version>
  95. <Comment>Rebuild.</Comment>
  96. <Name>Mustafa Cinasal</Name>
  97. <Email>muscnsl@gmail.com</Email>
  98. </Update>
  99. <Update release="7">
  100. <Date>2022-06-24</Date>
  101. <Version>2.5.0</Version>
  102. <Comment>Version bump.</Comment>
  103. <Name>Mustafa Cinasal</Name>
  104. <Email>muscnsl@gmail.com</Email>
  105. </Update>
  106. <Update release="6">
  107. <Date>2021-06-03</Date>
  108. <Version>2.4.0</Version>
  109. <Comment>Version bump.</Comment>
  110. <Name>Mustafa Cinasal</Name>
  111. <Email>muscnsl@gmail.com</Email>
  112. </Update>
  113. <Update release="5">
  114. <Date>2020-01-18</Date>
  115. <Version>2.3.1</Version>
  116. <Comment>Rebuild.</Comment>
  117. <Name>İdris Kalp</Name>
  118. <Email>idriskalp@gmail.com</Email>
  119. </Update>
  120. <Update release="4">
  121. <Date>2019-11-05</Date>
  122. <Version>2.3.1</Version>
  123. <Comment>Version bump.</Comment>
  124. <Name>Mustafa Cinasal</Name>
  125. <Email>muscnsl@gmail.com</Email>
  126. </Update>
  127. <Update release="3">
  128. <Date>2019-01-23</Date>
  129. <Version>2.3.0</Version>
  130. <Comment>First release.</Comment>
  131. <Name>PisiLinux Community</Name>
  132. <Email>admins@pisilinux.org</Email>
  133. </Update>
  134. <Update release="2">
  135. <Date>2018-08-03</Date>
  136. <Version>2.3.0</Version>
  137. <Comment>First release.</Comment>
  138. <Name>PisiLinux Community</Name>
  139. <Email>admins@pisilinux.org</Email>
  140. </Update>
  141. <Update release="1">
  142. <Date>2018-03-30</Date>
  143. <Version>2.3.0</Version>
  144. <Comment>First release</Comment>
  145. <Name>PisiLinux Community</Name>
  146. <Email>admins@pisilinux.org</Email>
  147. </Update>
  148. </History>
  149. </PISI>