Files
2020-03-07 16:32:36 +03:00

118 lines
4.3 KiB
XML

<?xml version="1.0" encoding="utf-8" ?>
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>sdl-ttf</Name>
<Homepage>http://www.libsdl.org/projects/SDL_ttf/</Homepage>
<Packager>
<Name>Mathias Freire</Name>
<Email>mathiasfreire45@gmail.com</Email>
</Packager>
<License>LGPLv2.1</License>
<IsA>library</IsA>
<Summary>TrueType font support for SDL2</Summary>
<Description>SDL_ttf is a TrueType font rendering library that is used with the SDL library, and almost as portable.</Description>
<Archive sha1sum="0ccf7c70e26b7801d83f4847766e09f09db15cc6" type="targz">http://www.libsdl.org/projects/SDL_ttf/release/SDL_ttf-2.0.11.tar.gz</Archive>
<BuildDependencies>
<Dependency>libsdl-devel</Dependency>
<Dependency>freetype-devel</Dependency>
<Dependency>libtool</Dependency>
<Dependency>libICE-devel</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>sdl-ttf</Name>
<RuntimeDependencies>
<Dependency>libsdl</Dependency>
<Dependency>harfbuzz</Dependency>
<Dependency>freetype</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib</Path>
<Path fileType="doc">/usr/share/doc</Path>
</Files>
</Package>
<Package>
<Name>sdl-ttf-devel</Name>
<Summary>Development files for sdl-ttf</Summary>
<RuntimeDependencies>
<Dependency>libsdl-devel</Dependency>
<Dependency release="current">sdl-ttf</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="header">/usr/include</Path>
<Path fileType="data">/usr/lib/pkgconfig</Path>
<Path fileType="data">/usr/lib32/pkgconfig</Path>
</Files>
</Package>
<Package>
<Name>sdl-ttf-32bit</Name>
<PartOf>emul32</PartOf>
<Summary>32-bit shared libraries for sdl-ttf</Summary>
<BuildType>emul32</BuildType>
<BuildDependencies>
<Dependency>libsdl-32bit</Dependency>
<Dependency>freetype-32bit</Dependency>
</BuildDependencies>
<RuntimeDependencies>
<Dependency>libpng-32bit</Dependency>
<Dependency>libsdl-32bit</Dependency>
<Dependency>harfbuzz-32bit</Dependency>
<Dependency>freetype-32bit</Dependency>
<Dependency release="current">sdl-ttf</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib32/</Path>
</Files>
</Package>
<History>
<Update release="6">
<Date>2020-03-07</Date>
<Version>2.0.11</Version>
<Comment>Rebuild New T.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="5">
<Date>2018-08-29</Date>
<Version>2.0.11</Version>
<Comment>Rebuild New T.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="4">
<Date>2017-03-09</Date>
<Version>2.0.11</Version>
<Comment>Rebuild for new toolchain.</Comment>
<Name>Stefan Gronewold (groni)</Name>
<Email>groni@pisilinux.org</Email>
</Update>
<Update release="3">
<Date>2016-11-24</Date>
<Version>2.0.14</Version>
<Comment>Rebuild for Pisi Linux 2.0</Comment>
<Name>Stefan Gronewold (groni)</Name>
<Email>groni@pisilinux.org</Email>
</Update>
<Update release="2">
<Date>2016-06-09</Date>
<Version>2.0.14</Version>
<Comment>Release Bump</Comment>
<Name>Pisi Linux Community</Name>
<Email>admin@pisilinux.org</Email>
</Update>
<Update release="1">
<Date>2016-04-11</Date>
<Version>2.0.14</Version>
<Comment>First release</Comment>
<Name>Mathias Freire</Name>
<Email>mathiasfreire45@gmail.com</Email>
</Update>
</History>
</PISI>