95 lines
3.5 KiB
XML
95 lines
3.5 KiB
XML
<?xml version="1.0" ?>
|
|
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
|
<PISI>
|
|
<Source>
|
|
<Name>giflib</Name>
|
|
<Homepage>http://sourceforge.net/projects/giflib</Homepage>
|
|
<Packager>
|
|
<Name>PisiLinux Community</Name>
|
|
<Email>admins@pisilinux.org</Email>
|
|
</Packager>
|
|
<License>MIT</License>
|
|
<IsA>library</IsA>
|
|
<Summary>Library to handle, display and manipulate GIF images</Summary>
|
|
<Description>The giflib package contains a shared library of functions for loading and saving GIF format image files. It is API and ABI compatible with libungif, the library which supported uncompressed GIFs while the Unisys LZW patent was in effect.</Description>
|
|
<Archive sha1sum="5c30ae506b6d1b24e331ab072e7ab4638c5ce709" type="tarbz2">mirrors://sourceforge/giflib/giflib-5.0.6.tar.bz2</Archive>
|
|
<BuildDependencies>
|
|
<!--<Dependency>libXt-devel</Dependency>
|
|
<Dependency>libSM-devel</Dependency>
|
|
<Dependency>libICE-devel</Dependency>-->
|
|
</BuildDependencies>
|
|
</Source>
|
|
|
|
<Package>
|
|
<Name>giflib</Name>
|
|
<Files>
|
|
<Path fileType="executable">/usr/bin</Path>
|
|
<Path fileType="library">/usr/lib</Path>
|
|
<Path fileType="doc">/usr/share/doc</Path>
|
|
<Path fileType="man">/usr/share/man</Path>
|
|
</Files>
|
|
</Package>
|
|
|
|
<Package>
|
|
<Name>giflib-devel</Name>
|
|
<RuntimeDependencies>
|
|
<Dependency release="current">giflib</Dependency>
|
|
</RuntimeDependencies>
|
|
<Files>
|
|
<Path fileType="header">/usr/include</Path>
|
|
<Path fileType="doc">/usr/share/doc/giflib/html</Path>
|
|
</Files>
|
|
</Package>
|
|
|
|
<Package>
|
|
<Name>giflib-32bit</Name>
|
|
<PartOf>emul32</PartOf>
|
|
<Summary>32-bit shared libraries for giflib</Summary>
|
|
<BuildType>emul32</BuildType>
|
|
<BuildDependencies>
|
|
<Dependency>glibc-32bit</Dependency>
|
|
<!--<Dependency>libXt-32bit</Dependency>
|
|
<Dependency>libSM-32bit</Dependency>
|
|
<Dependency>libICE-32bit</Dependency>-->
|
|
</BuildDependencies>
|
|
<RuntimeDependencies>
|
|
<Dependency release="current">giflib</Dependency>
|
|
<Dependency>glibc-32bit</Dependency>
|
|
</RuntimeDependencies>
|
|
<Files>
|
|
<Path fileType="library">/usr/lib32</Path>
|
|
</Files>
|
|
</Package>
|
|
|
|
<History>
|
|
<Update release="4">
|
|
<Date>2014-05-20</Date>
|
|
<Version>5.0.6</Version>
|
|
<Comment>Version bump.</Comment>
|
|
<Name>Serdar Soytetir</Name>
|
|
<Email>kaptan@pisilinux.org</Email>
|
|
</Update>
|
|
<Update release="3">
|
|
<Date>2014-01-28</Date>
|
|
<Version>5.0.5</Version>
|
|
<Comment>Version bump.</Comment>
|
|
<Name>Yusuf Aydemir</Name>
|
|
<Email>yusuf.aydemir@pisilinux.org</Email>
|
|
</Update>
|
|
<Update release="2">
|
|
<Date>2013-07-31</Date>
|
|
<Version>4.1.6</Version>
|
|
<Comment>missing dep.</Comment>
|
|
<Name>Erdinç Gültekin</Name>
|
|
<Email>erdincgultekin@pisilinux.org</Email>
|
|
</Update>
|
|
<Update release="1">
|
|
<Date>2011-05-03</Date>
|
|
<Version>4.1.6</Version>
|
|
<Comment>First release</Comment>
|
|
<Name>Pisi Linux Admins</Name>
|
|
<Email>admins@pisilinux.org</Email>
|
|
</Update>
|
|
</History>
|
|
</PISI>
|