pspec.xml 2.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "https://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>exempi</Name>
  6. <Homepage>https://libopenraw.freedesktop.org/exempi/</Homepage>
  7. <Packager>
  8. <Name>PisiLinux Community</Name>
  9. <Email>admins@pisilinux.org</Email>
  10. </Packager>
  11. <License>BSD-3</License>
  12. <IsA>library</IsA>
  13. <Summary>An implementation of XMP, based on Adobe SDK</Summary>
  14. <Description>exempi is a port of Adobe XMP SDK to work on UNIX and to be built with GNU automake. It includes XMPCore and XMPFiles, and exempi, a C-based API.</Description>
  15. <Archive sha1sum="445c20c1bad06c75ca5d1963662c25dd9bdf8e1d" type="tarbz2">http://libopenraw.freedesktop.org/download/exempi-2.5.1.tar.bz2</Archive>
  16. <BuildDependencies>
  17. <Dependency>zlib-devel</Dependency>
  18. <Dependency>expat-devel</Dependency>
  19. </BuildDependencies>
  20. </Source>
  21. <Package>
  22. <Name>exempi</Name>
  23. <RuntimeDependencies>
  24. <Dependency>zlib</Dependency>
  25. <Dependency>expat</Dependency>
  26. <Dependency>libgcc</Dependency>
  27. </RuntimeDependencies>
  28. <Files>
  29. <Path fileType="library">/usr/lib</Path>
  30. <Path fileType="executable">/usr/bin</Path>
  31. <Path fileType="doc">/usr/share/doc/exempi</Path>
  32. <Path fileType="man">/usr/share/man</Path>
  33. </Files>
  34. </Package>
  35. <Package>
  36. <Name>exempi-devel</Name>
  37. <Summary>Development files for exempi</Summary>
  38. <RuntimeDependencies>
  39. <Dependency release="current">exempi</Dependency>
  40. </RuntimeDependencies>
  41. <Files>
  42. <Path fileType="data">/usr/lib/pkgconfig</Path>
  43. <Path fileType="header">/usr/include</Path>
  44. </Files>
  45. </Package>
  46. <History>
  47. <Update release="1">
  48. <Date>2020-02-29</Date>
  49. <Version>2.5.1</Version>
  50. <Comment>First release</Comment>
  51. <Name>Ayhan Yalçınsoy</Name>
  52. <Email>ayhanyalcinsoy@pisilinux.org</Email>
  53. </Update>
  54. </History>
  55. </PISI>