pspec.xml 2.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>libraw</Name>
  6. <Homepage>http://www.libraw.org/</Homepage>
  7. <Packager>
  8. <Name>Yücel KILIÇ</Name>
  9. <Email>yucel.kilic@linux.org.tr</Email>
  10. </Packager>
  11. <License>LGPLv2.1</License>
  12. <License>CDDL</License>
  13. <IsA>library</IsA>
  14. <Summary>Raw image decoder</Summary>
  15. <Description>LibRaw is a library for reading RAW files obtained from digital photo cameras (CRW/CR2, NEF, RAF, DNG, and others).</Description>
  16. <Archive sha1sum="a6a69c4790061b77234ee707dccb200c90aadd8a" type="targz">http://www.libraw.org/data/LibRaw-0.18.1.tar.gz</Archive>
  17. <BuildDependencies>
  18. <Dependency>libgomp</Dependency>
  19. <Dependency>lcms2-devel</Dependency>
  20. <Dependency>jasper-devel</Dependency>
  21. <Dependency>libjpeg-turbo-devel</Dependency>
  22. </BuildDependencies>
  23. </Source>
  24. <Package>
  25. <Name>libraw</Name>
  26. <RuntimeDependencies>
  27. <Dependency>libgomp</Dependency>
  28. <Dependency>libgcc</Dependency>
  29. <Dependency>lcms2</Dependency>
  30. <Dependency>jasper</Dependency>
  31. <Dependency>libjpeg-turbo</Dependency>
  32. </RuntimeDependencies>
  33. <Files>
  34. <Path fileType="executable">/usr/bin</Path>
  35. <Path fileType="library">/usr/lib</Path>
  36. <Path fileType="doc">/usr/share/doc</Path>
  37. </Files>
  38. </Package>
  39. <Package>
  40. <Name>libraw-devel</Name>
  41. <Summary>Development files for libraw</Summary>
  42. <RuntimeDependencies>
  43. <Dependency release="current">libraw</Dependency>
  44. <Dependency>lcms2-devel</Dependency>
  45. <Dependency>jasper-devel</Dependency>
  46. <Dependency>libjpeg-turbo-devel</Dependency>
  47. </RuntimeDependencies>
  48. <Files>
  49. <Path fileType="header">/usr/include</Path>
  50. <Path fileType="library">/usr/lib/pkgconfig</Path>
  51. </Files>
  52. </Package>
  53. <History>
  54. <Update release="3">
  55. <Date>2017-03-02</Date>
  56. <Version>0.18.1</Version>
  57. <Comment>Version Bump</Comment>
  58. <Name>Ayhan Yalçınsoy</Name>
  59. <Email>ayhanyalcinsoy@pisilinux.org</Email>
  60. </Update>
  61. <Update release="2">
  62. <Date>2016-06-09</Date>
  63. <Version>0.16.2</Version>
  64. <Comment>Release Bump</Comment>
  65. <Name>Pisi Linux Community</Name>
  66. <Email>admin@pisilinux.org</Email>
  67. </Update>
  68. <Update release="1">
  69. <Date>2015-08-13</Date>
  70. <Version>0.16.2</Version>
  71. <Comment>First release</Comment>
  72. <Name>Ertuğrul Erata</Name>
  73. <Email>ertugrulerata@gmail.com</Email>
  74. </Update>
  75. </History>
  76. </PISI>