Files
2023-02-10 15:28:01 +03:00

124 lines
4.5 KiB
XML

<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>sdl2-ttf</Name>
<Homepage>https://github.com/libsdl-org/SDL_ttf</Homepage>
<Packager>
<Name>Mathias Freire</Name>
<Email>mathiasfreire45@gmail.com</Email>
</Packager>
<License>Zlib</License>
<IsA>library</IsA>
<Summary>TrueType font support for SDL2</Summary>
<Description>SDL2_ttf is a TrueType font rendering library that is used with the SDL library, and almost as portable.</Description>
<Archive sha1sum="2326e02810b20f3221d71a0bc76dc06acdc23f6e" type="targz">https://github.com/libsdl-org/SDL_ttf/releases/download/release-2.20.2/SDL2_ttf-2.20.2.tar.gz</Archive>
<BuildDependencies>
<Dependency>libX11-devel</Dependency>
<Dependency>libsdl2-devel</Dependency>
<Dependency>freetype-devel</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>sdl2-ttf</Name>
<RuntimeDependencies>
<Dependency>libsdl2</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>sdl2-ttf-devel</Name>
<Summary>Development files for sdl2-ttf</Summary>
<RuntimeDependencies>
<Dependency>libsdl2-devel</Dependency>
<Dependency release="current">sdl2-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>sdl2-ttf-32bit</Name>
<PartOf>emul32</PartOf>
<Summary>32-bit shared libraries for sdl2-ttf</Summary>
<BuildType>emul32</BuildType>
<BuildDependencies>
<Dependency>libX11-32bit</Dependency>
<Dependency>libsdl2-32bit</Dependency>
<Dependency>freetype-32bit</Dependency>
</BuildDependencies>
<RuntimeDependencies>
<Dependency>libpng-32bit</Dependency>
<Dependency>libsdl2-32bit</Dependency>
<Dependency>harfbuzz-32bit</Dependency>
<Dependency>freetype-32bit</Dependency>
<Dependency release="current">sdl2-ttf</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib32/</Path>
</Files>
</Package>
<History>
<Update release="7">
<Date>2023-02-08</Date>
<Version>2.20.2</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="6">
<Date>2023-01-24</Date>
<Version>2.20.1</Version>
<Comment>Version bump.</Comment>
<Name>fury</Name>
<Email>uglyside@yandex.ru</Email>
</Update>
<Update release="5">
<Date>2020-03-07</Date>
<Version>2.0.15</Version>
<Comment>Version bump</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="4">
<Date>2018-09-01</Date>
<Version>2.0.14</Version>
<Comment>Rebuild New T.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="3">
<Date>2017-03-09</Date>
<Version>2.0.14</Version>
<Comment>Rebuild for new toolchain.</Comment>
<Name>Pisi Linux Community</Name>
<Email>admin@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>