pspec.xml 3.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>lcms</Name>
  6. <Homepage>http://www.littlecms.com/</Homepage>
  7. <Packager>
  8. <Name>PisiLinux Community</Name>
  9. <Email>admins@pisilinux.org</Email>
  10. </Packager>
  11. <License>LGPLv2.1</License>
  12. <IsA>app:console</IsA>
  13. <IsA>library</IsA>
  14. <Summary>A lightweight, speed optimized color management engine</Summary>
  15. <Description>LittleCMS intends to be a small-footprint, speed optimized color management engine in open source form.</Description>
  16. <!-- sourceforge keeps old files too
  17. <Archive sha1sum="d5b075ccffc0068015f74f78e4bc39138bcfe2d4" type="targz">http://www.littlecms.com/lcms-1.19.tar.gz</Archive>
  18. -->
  19. <Archive sha1sum="d5b075ccffc0068015f74f78e4bc39138bcfe2d4" type="targz">mirrors://sourceforge/project/lcms/lcms/1.19/lcms-1.19.tar.gz</Archive>
  20. <BuildDependencies>
  21. <Dependency>swig</Dependency>
  22. <Dependency>tiff-devel</Dependency>
  23. <Dependency>libjpeg-turbo-devel</Dependency>
  24. </BuildDependencies>
  25. <Patches>
  26. <Patch>CVE-2009-0793.patch</Patch>
  27. </Patches>
  28. </Source>
  29. <Package>
  30. <Name>lcms</Name>
  31. <RuntimeDependencies>
  32. <Dependency>tiff</Dependency>
  33. <Dependency>libjpeg-turbo</Dependency>
  34. </RuntimeDependencies>
  35. <Files>
  36. <Path fileType="executable">/usr/bin</Path>
  37. <Path fileType="library">/usr/lib</Path>
  38. <Path fileType="data">/usr/share/lcms</Path>
  39. <Path fileType="doc">/usr/share/doc</Path>
  40. <Path fileType="man">/usr/share/man</Path>
  41. </Files>
  42. </Package>
  43. <Package>
  44. <Name>lcms-devel</Name>
  45. <RuntimeDependencies>
  46. <Dependency release="current">lcms</Dependency>
  47. </RuntimeDependencies>
  48. <Files>
  49. <Path fileType="library">/usr/lib/pkgconfig</Path>
  50. <Path fileType="library">/usr/lib32/pkgconfig</Path>
  51. <Path fileType="header">/usr/include</Path>
  52. </Files>
  53. </Package>
  54. <Package>
  55. <Name>lcms-32bit</Name>
  56. <PartOf>emul32</PartOf>
  57. <Summary>32-bit shared libraries for lcms</Summary>
  58. <BuildType>emul32</BuildType>
  59. <BuildDependencies>
  60. <Dependency>tiff-32bit</Dependency>
  61. <Dependency>libjpeg-turbo-32bit</Dependency>
  62. </BuildDependencies>
  63. <RuntimeDependencies>
  64. <Dependency release="current">lcms</Dependency>
  65. </RuntimeDependencies>
  66. <Files>
  67. <Path fileType="library">/usr/lib32</Path>
  68. </Files>
  69. </Package>
  70. <History>
  71. <Update release="3">
  72. <Date>2017-02-05</Date>
  73. <Version>1.19</Version>
  74. <Comment>Rebuild</Comment>
  75. <Name>Pisi Linux Community</Name>
  76. <Email>admin@pisilinux.org</Email>
  77. </Update>
  78. <Update release="2">
  79. <Date>2016-06-09</Date>
  80. <Version>1.19</Version>
  81. <Comment>Release Bump</Comment>
  82. <Name>Pisi Linux Community</Name>
  83. <Email>admin@pisilinux.org</Email>
  84. </Update>
  85. <Update release="1">
  86. <Date>2014-05-19</Date>
  87. <Version>1.19</Version>
  88. <Comment>First release</Comment>
  89. <Name>Alihan Öztürk</Name>
  90. <Email>alihan@pisilinux.org</Email>
  91. </Update>
  92. </History>
  93. </PISI>