Files
main/multimedia/graphics/imlib2/pspec.xml
T
2015-07-14 16:02:02 +03:00

96 lines
3.8 KiB
XML
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>imlib2</Name>
<Homepage>http://enlightenment.org/Libraries/Imlib2</Homepage>
<Packager>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Packager>
<License>BSD</License>
<IsA>library</IsA>
<Summary>Second version of the general image loading and rendering library</Summary>
<Description>Imlib 2 is the successor to Imlib. It is not just a newer version - it is a completely new library. Imlib2 can be installed alongside Imlib 1.x without any problems since they are effectively different libraries - but they Have very similar functionality.</Description>
<Archive sha1sum="238943914df6caacda910ec9cfc81f4269a025aa" type="targz">http://sourceforge.net/projects/enlightenment/files/imlib2-src/1.4.6/imlib2-1.4.6.tar.gz</Archive>
<BuildDependencies>
<Dependency>giflib-devel</Dependency>
<Dependency>libid3tag-devel</Dependency>
<Dependency>libXext-devel</Dependency>
<Dependency>libjpeg-turbo-devel</Dependency>
<Dependency>tiff-devel</Dependency>
<Dependency>freetype-devel</Dependency>
</BuildDependencies>
<Patches>
<Patch level="1">imlib2-1.4.5-no-my-libs.patch</Patch>
<Patch level="0">imlib2-giflib5.patch</Patch>
<!--Patch level="0">imlib2-1.3.0-multilib.patch</Patch-->
</Patches>
</Source>
<Package>
<Name>imlib2</Name>
<RuntimeDependencies>
<Dependency>giflib</Dependency>
<Dependency>libid3tag</Dependency>
<Dependency>libXext</Dependency>
<Dependency>libjpeg-turbo</Dependency>
<Dependency>tiff</Dependency>
<Dependency>zlib</Dependency>
<Dependency>bzip2</Dependency>
<Dependency>libX11</Dependency>
<Dependency>libpng</Dependency>
<Dependency>freetype</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="executable">/usr/bin</Path>
<Path fileType="library">/usr/lib</Path>
<Path fileType="data">/usr/share/imlib2</Path>
<Path fileType="doc">/usr/share/doc</Path>
</Files>
</Package>
<Package>
<Name>imlib2-devel</Name>
<Summary>Development files for imlib2</Summary>
<RuntimeDependencies>
<Dependency release="current">imlib2</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="header">/usr/include</Path>
<Path fileType="data">/usr/lib/pkgconfig</Path>
</Files>
</Package>
<History>
<Update release="4">
<Date>2014-05-25</Date>
<Version>1.4.6</Version>
<Comment>Fix build.</Comment>
<Name>Marcin Bojara</Name>
<Email>marcin@pisilinux.org</Email>
</Update>
<Update release="3">
<Date>2014-05-21</Date>
<Version>1.4.6</Version>
<Comment>Rebuild.</Comment>
<Name>Kamil Atlı</Name>
<Email>suvarice@gmail.com</Email>
</Update>
<Update release="2">
<Date>2014-01-26</Date>
<Version>1.4.6</Version>
<Comment>Version bump.</Comment>
<Name>Stefan Gronewold(groni)</Name>
<Email>groni@pisilinux.org</Email>
</Update>
<Update release="1">
<Date>2012-08-29</Date>
<Version>1.4.5</Version>
<Comment>First release</Comment>
<Name>PisiLinux Community</Name>
<Email>namsp-01@hotmail.it</Email>
</Update>
</History>
</PISI>