sdl2-ttf.

This commit is contained in:
4fury-c3440d8
2023-01-24 07:20:36 +03:00
parent 730103057b
commit dfa0fda13c
3 changed files with 20 additions and 10 deletions
+3 -3
View File
@@ -2,7 +2,7 @@
# -*- coding: utf-8 -*-
#
# Licensed under the GNU General Public License, version 3.
# See the file http://www.gnu.org/licenses/gpl.txt
# See the file https://www.gnu.org/licenses/gpl-3.0.txt
from pisi.actionsapi import autotools
from pisi.actionsapi import pisitools
@@ -29,11 +29,11 @@ def setup():
autotools.configure(options)
def build():
pisitools.dosed("Makefile", "-lz -lbz2", "")
#pisitools.dosed("Makefile", "-lz -lbz2", "")
autotools.make()
def install():
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
pisitools.dodoc("CHANGES.txt", "COPYING.txt", "README.txt")
pisitools.dodoc("CHANGES.txt", "LICENSE.txt", "README.txt")
+16 -6
View File
@@ -1,19 +1,22 @@
<?xml version="1.0" encoding="utf-8" ?>
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>sdl2-ttf</Name>
<Homepage>http://www.libsdl.org/projects/SDL_ttf/</Homepage>
<Homepage>https://github.com/libsdl-org/SDL_ttf</Homepage>
<Packager>
<Name>Mathias Freire</Name>
<Email>mathiasfreire45@gmail.com</Email>
</Packager>
<License>LGPLv2.1</License>
<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="1453c5f72f986024c5271c76d74cc232aa57dd79" type="targz">http://www.libsdl.org/projects/SDL_ttf/release/SDL2_ttf-2.0.15.tar.gz</Archive>
<Archive sha1sum="f774ff407915ae4afa3d03e5a9395283d9090f28" type="targz">
https://github.com/libsdl-org/SDL_ttf/releases/download/release-2.20.1/SDL2_ttf-2.20.1.tar.gz
</Archive>
<BuildDependencies>
<Dependency>libX11-devel</Dependency>
<Dependency>libsdl2-devel</Dependency>
<Dependency>freetype-devel</Dependency>
</BuildDependencies>
@@ -52,11 +55,11 @@
<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>
@@ -69,6 +72,13 @@
</Package>
<History>
<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>
+1 -1
View File
@@ -17,4 +17,4 @@
<Name>sdl2-ttf-32bit</Name>
<Summary xml:lang="tr">sdl2-ttf için 32-bit paylaşımlı kitaplıklar</Summary>
</Package>
</PISI>
</PISI>