1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677 |
- <?xml version="1.0" ?>
- <!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
- <PISI>
- <Source>
- <Name>enblend</Name>
- <Homepage>http://enblend.sourceforge.net/</Homepage>
- <Packager>
- <Name>PisiLinux Community</Name>
- <Email>admins@pisilinux.org</Email>
- </Packager>
- <License>GPLv2</License>
- <IsA>app:console</IsA>
- <Summary>Image blending with multiresolution splines</Summary>
- <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>
- <Archive sha1sum="12a4ef9138107c2eed06033c1a99b55249552c54" type="targz">mirrors://sourceforge/enblend/enblend-enfuse/enblend-enfuse-4.1/enblend-enfuse-4.1.3.tar.gz</Archive>
- <BuildDependencies>
- <Dependency>cmake</Dependency>
- <Dependency>gsl-devel</Dependency>
- <Dependency>zlib-devel</Dependency>
- <Dependency>tiff-devel</Dependency>
- <Dependency>vigra-devel</Dependency>
- <Dependency>boost-devel</Dependency>
- <Dependency>lcms2-devel</Dependency>
- <Dependency>libpng-devel</Dependency>
- <Dependency>openexr-devel</Dependency>
- <Dependency>imagemagick-devel</Dependency>
- <Dependency>libjpeg-turbo-devel</Dependency>
- </BuildDependencies>
- <Patches>
- <Patch level="1">gentoo_prepare.patch</Patch>
- <Patch level="1">enblend-4.1.4-gcc6.patch</Patch>
- </Patches>
- </Source>
- <Package>
- <Name>enblend</Name>
- <RuntimeDependencies>
- <Dependency>gsl</Dependency>
- <Dependency>tiff</Dependency>
- <Dependency>boost</Dependency>
- <Dependency>lcms2</Dependency>
- <Dependency>vigra</Dependency>
- <Dependency>libgcc</Dependency>
- </RuntimeDependencies>
- <Files>
- <Path fileType="executable">/usr/bin</Path>
- <Path fileType="man">/usr/share/man</Path>
- <Path fileType="data">/usr/share/doc</Path>
- <Path fileType="data">/usr/share/info</Path>
- </Files>
- </Package>
- <History>
- <Update release="3">
- <Date>2017-03-17</Date>
- <Version>4.1.3</Version>
- <Comment>Rebuild for new toolchain.</Comment>
- <Name>Ayhan Yalçınsoy</Name>
- <Email>ayhanyalcinsoy@pisilinux.org</Email>
- </Update>
- <Update release="2">
- <Date>2016-06-09</Date>
- <Version>4.1.3</Version>
- <Comment>Release Bump</Comment>
- <Name>Pisi Linux Community</Name>
- <Email>admin@pisilinux.org</Email>
- </Update>
- <Update release="1">
- <Date>2014-12-27</Date>
- <Version>4.1.3</Version>
- <Comment>First release</Comment>
- <Name>Yusuf Aydemir</Name>
- <Email>yusuf.aydemir@pisilinux.org</Email>
- </Update>
- </History>
- </PISI>
|