pspec.xml 3.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>openjpeg</Name>
  6. <Homepage>http://www.openjpeg.org/</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="496e99ff1d37b73bbce6a066dd9bd3576ebca0a2" type="targz">http://downloads.sourceforge.net/project/openjpeg.mirror/1.5.2/openjpeg-1.5.2.tar.gz</Archive>
  17. <BuildDependencies>
  18. <!--<Dependency>lcms2-devel</Dependency>
  19. <Dependency>lcms2-32bit</Dependency>-->
  20. <Dependency>tiff-devel</Dependency>
  21. <Dependency>doxygen</Dependency>
  22. <Dependency>libpng-devel</Dependency>
  23. </BuildDependencies>
  24. <Patches>
  25. <Patch level="1">openjpeg-20070717svn-mqc-optimize.patch</Patch>
  26. </Patches>
  27. </Source>
  28. <Package>
  29. <Name>openjpeg</Name>
  30. <RuntimeDependencies>
  31. <Dependency>libpng</Dependency>
  32. <Dependency>tiff</Dependency>
  33. </RuntimeDependencies>
  34. <Files>
  35. <Path fileType="executable">/usr/bin</Path>
  36. <Path fileType="data">/usr/share/pkgconfig/</Path>
  37. <Path fileType="data">/usr/share/openjpeg-1.5</Path>
  38. <Path fileType="data">/usr/share/man/man1</Path>
  39. <Path fileType="library">/usr/lib</Path>
  40. <Path fileType="doc">/usr/share/doc</Path>
  41. </Files>
  42. </Package>
  43. <Package>
  44. <Name>openjpeg-devel</Name>
  45. <Summary>Development files for openjpeg</Summary>
  46. <RuntimeDependencies>
  47. <Dependency release="current">openjpeg</Dependency>
  48. </RuntimeDependencies>
  49. <Files>
  50. <Path fileType="data">/usr/lib/pkgconfig</Path>
  51. <Path fileType="data">/usr/lib32/pkgconfig</Path>
  52. <Path fileType="header">/usr/include</Path>
  53. <Path fileType="man">/usr/share/man/man3</Path>
  54. </Files>
  55. </Package>
  56. <Package>
  57. <Name>openjpeg-32bit</Name>
  58. <Summary>32-bit shared libraries for openjpeg</Summary>
  59. <BuildType>emul32</BuildType>
  60. <BuildDependencies>
  61. <Dependency>libpng-32bit</Dependency>
  62. </BuildDependencies>
  63. <RuntimeDependencies>
  64. <Dependency release="current">openjpeg</Dependency>
  65. </RuntimeDependencies>
  66. <Files>
  67. <Path fileType="library">/usr/lib32</Path>
  68. </Files>
  69. </Package>
  70. <History>
  71. <Update release="4">
  72. <Date>2017-02-05</Date>
  73. <Version>1.5.2</Version>
  74. <Comment>Rebuild</Comment>
  75. <Name>Pisi Linux Community</Name>
  76. <Email>admin@pisilinux.org</Email>
  77. </Update>
  78. <Update release="3">
  79. <Date>2016-06-09</Date>
  80. <Version>1.5.2</Version>
  81. <Comment>Release Bump</Comment>
  82. <Name>Pisi Linux Community</Name>
  83. <Email>admin@pisilinux.org</Email>
  84. </Update>
  85. <Update release="2">
  86. <Date>2016-05-27</Date>
  87. <Version>1.5.2</Version>
  88. <Comment>Release bump</Comment>
  89. <Name>Yusuf Aydemir</Name>
  90. <Email>yusuf.aydemir@pisilinux.org</Email>
  91. </Update>
  92. <Update release="1">
  93. <Date>2014-05-22</Date>
  94. <Version>1.5.2</Version>
  95. <Comment>First release</Comment>
  96. <Name>Yusuf Aydemir</Name>
  97. <Email>yusuf.aydemir@pisilinux.org</Email>
  98. </Update>
  99. </History>
  100. </PISI>