pspec.xml 3.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>libopenraw</Name>
  6. <Homepage>https://libopenraw.freedesktop.org/</Homepage>
  7. <Packager>
  8. <Name>PisiLinux Community</Name>
  9. <Email>admins@pisilinux.org</Email>
  10. </Packager>
  11. <License>LGPLv3+</License>
  12. <IsA>library</IsA>
  13. <PartOf>multimedia.graphics</PartOf>
  14. <Summary>A library for camera RAW files decoding.</Summary>
  15. <Description>
  16. libopenraw is an ongoing project to provide a free software implementation for camera RAW files decoding. One of the main reason is that dcraw is not suited for easy integration into applications, and there is a need for an easy to use API to build free software digital image processing application.
  17. </Description>
  18. <Archive sha1sum="5c2bdbe9cd73d9a66c52d702c4571af88888ec1b" type="tarxz">https://libopenraw.freedesktop.org/download/libopenraw-0.3.7.tar.xz</Archive>
  19. <BuildDependencies>
  20. <Dependency>rust</Dependency>
  21. <Dependency>curl-devel</Dependency>
  22. <Dependency>boost-devel</Dependency>
  23. <Dependency>libxml2-devel</Dependency>
  24. <Dependency>gdk-pixbuf-devel</Dependency>
  25. <Dependency>libjpeg-turbo-devel</Dependency>
  26. </BuildDependencies>
  27. </Source>
  28. <Package>
  29. <Name>libopenraw</Name>
  30. <RuntimeDependencies>
  31. <Dependency>glib2</Dependency>
  32. <Dependency>libgcc</Dependency>
  33. <Dependency>gdk-pixbuf</Dependency>
  34. <Dependency>libjpeg-turbo</Dependency>
  35. </RuntimeDependencies>
  36. <Files>
  37. <Path fileType="library">/usr/lib</Path>
  38. <Path fileType="doc">/usr/share/doc</Path>
  39. </Files>
  40. </Package>
  41. <Package>
  42. <Name>libopenraw-devel</Name>
  43. <RuntimeDependencies>
  44. <Dependency release="current">libopenraw</Dependency>
  45. </RuntimeDependencies>
  46. <Files>
  47. <Path fileType="header">/usr/include</Path>
  48. <Path fileType="data">/usr/lib/pkgconfig</Path>
  49. </Files>
  50. </Package>
  51. <History>
  52. <Update release="8">
  53. <Date>2023-11-01</Date>
  54. <Version>0.3.7</Version>
  55. <Comment>Version bump.</Comment>
  56. <Name>Mustafa Cinasal</Name>
  57. <Email>muscnsl@gmail.com</Email>
  58. </Update>
  59. <Update release="7">
  60. <Date>2023-01-27</Date>
  61. <Version>0.3.3</Version>
  62. <Comment>Version bump.</Comment>
  63. <Name>fury</Name>
  64. <Email>uglyside@yandex.ru</Email>
  65. </Update>
  66. <Update release="6">
  67. <Date>2022-11-24</Date>
  68. <Version>0.3.2</Version>
  69. <Comment>Version bump</Comment>
  70. <Name>fury</Name>
  71. <Email>uglyside@yandex.ru</Email>
  72. </Update>
  73. <Update release="5">
  74. <Date>2021-12-14</Date>
  75. <Version>0.3.0</Version>
  76. <Comment>Version bump.</Comment>
  77. <Name>fury</Name>
  78. <Email>uglyside@yandex.ru</Email>
  79. </Update>
  80. <Update release="4">
  81. <Date>2020-12-24</Date>
  82. <Version>0.1.3</Version>
  83. <Comment>Ver. bump.</Comment>
  84. <Name>fury</Name>
  85. <Email>uglyside@yandex.ru</Email>
  86. </Update>
  87. <Update release="3">
  88. <Date>2014-05-24</Date>
  89. <Version>0.0.9</Version>
  90. <Comment>Rebuild.</Comment>
  91. <Name>Alihan Öztürk</Name>
  92. <Email>alihan@pisilinux.org</Email>
  93. </Update>
  94. <Update release="2">
  95. <Date>2014-02-01</Date>
  96. <Version>0.0.9</Version>
  97. <Comment>Rebuild</Comment>
  98. <Name>Stefan Gronewold(groni)</Name>
  99. <Email>groni@pisilinux.org</Email>
  100. </Update>
  101. <Update release="1">
  102. <Date>2012-08-29</Date>
  103. <Version>0.0.9</Version>
  104. <Comment>First release</Comment>
  105. <Name>Osman Erkan</Name>
  106. <Email>osman.erkan@pisilinux.org</Email>
  107. </Update>
  108. </History>
  109. </PISI>