pspec.xml 3.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>enblend</Name>
  6. <Homepage>http://enblend.sourceforge.net/</Homepage>
  7. <Packager>
  8. <Name>PisiLinux Community</Name>
  9. <Email>admins@pisilinux.org</Email>
  10. </Packager>
  11. <License>GPLv2</License>
  12. <IsA>app:console</IsA>
  13. <Summary>Image blending with multiresolution splines</Summary>
  14. <Description>enblend is a tool for compositing images. Given a set of images that overlap in some irregular way, enblend overlays them in such a way that the seam between the images is invisible, or at least very difficult to see.</Description>
  15. <Archive sha1sum="12a4ef9138107c2eed06033c1a99b55249552c54" type="targz">mirrors://sourceforge/enblend/enblend-enfuse/enblend-enfuse-4.1/enblend-enfuse-4.1.3.tar.gz</Archive>
  16. <BuildDependencies>
  17. <Dependency>cmake</Dependency>
  18. <Dependency>gsl-devel</Dependency>
  19. <Dependency>zlib-devel</Dependency>
  20. <Dependency>tiff-devel</Dependency>
  21. <Dependency>vigra-devel</Dependency>
  22. <Dependency>boost-devel</Dependency>
  23. <Dependency>lcms2-devel</Dependency>
  24. <Dependency>libpng-devel</Dependency>
  25. <Dependency>openexr-devel</Dependency>
  26. <Dependency>imagemagick-devel</Dependency>
  27. <Dependency>libjpeg-turbo-devel</Dependency>
  28. </BuildDependencies>
  29. <Patches>
  30. <Patch level="1">gentoo_prepare.patch</Patch>
  31. <Patch level="1">enblend-4.1.4-gcc6.patch</Patch>
  32. </Patches>
  33. </Source>
  34. <Package>
  35. <Name>enblend</Name>
  36. <RuntimeDependencies>
  37. <Dependency>gsl</Dependency>
  38. <Dependency>tiff</Dependency>
  39. <Dependency>boost</Dependency>
  40. <Dependency>lcms2</Dependency>
  41. <Dependency>vigra</Dependency>
  42. <Dependency>libgcc</Dependency>
  43. </RuntimeDependencies>
  44. <Files>
  45. <Path fileType="executable">/usr/bin</Path>
  46. <Path fileType="man">/usr/share/man</Path>
  47. <Path fileType="data">/usr/share/doc</Path>
  48. <Path fileType="data">/usr/share/info</Path>
  49. </Files>
  50. </Package>
  51. <History>
  52. <Update release="3">
  53. <Date>2017-03-17</Date>
  54. <Version>4.1.3</Version>
  55. <Comment>Rebuild for new toolchain.</Comment>
  56. <Name>Ayhan Yalçınsoy</Name>
  57. <Email>ayhanyalcinsoy@pisilinux.org</Email>
  58. </Update>
  59. <Update release="2">
  60. <Date>2016-06-09</Date>
  61. <Version>4.1.3</Version>
  62. <Comment>Release Bump</Comment>
  63. <Name>Pisi Linux Community</Name>
  64. <Email>admin@pisilinux.org</Email>
  65. </Update>
  66. <Update release="1">
  67. <Date>2014-12-27</Date>
  68. <Version>4.1.3</Version>
  69. <Comment>First release</Comment>
  70. <Name>Yusuf Aydemir</Name>
  71. <Email>yusuf.aydemir@pisilinux.org</Email>
  72. </Update>
  73. </History>
  74. </PISI>