Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37037370
en ru br
ALT Linux repos
S:2.0.11-alt1.git1ed61fe
5.0: 2.0.9-alt1
4.1: 2.0.9-alt1
4.0: 2.0.9-alt1
3.0: 2.0.6-alt3

Group :: System/Libraries
RPM: SDL_ttf

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Name: SDL_ttf
Version: 2.0.11
Release: alt1.git1ed61fe

Summary: Simple DirectMedia Layer - Sample TrueType Font Library
License: LGPL-2.0+
Group: System/Libraries
Url: http://www.libsdl.org/projects/SDL_ttf/
# https://github.com/libsdl-org/SDL_ttf/tree/SDL-1.2
# http://www.libsdl.org/projects/%name/release/%name-%version.tar.gz
Source: %name-%version.tar

# Automatically added by buildreq on Mon Aug 22 2011

# optimized out: libGL-devel libGLU-devel libX11-devel xorg-xproto-devel
BuildRequires: libSDL-devel libfreetype-devel zlib-devel

%description
This is a sample library which allows you to use TrueType fonts in your SDL
applications. It comes with an example program "showfont" which displays an
example string for a given TrueType font file.

Warning! TrueType font decoding is under patent, and software using this
library may be in violation of this patent. Use at your own risk! See
http://www.freetype.org/ for details.

%package -n lib%name
Summary: Main library for %name
Group: System/Libraries

%description -n lib%name
This package contains the library needed to run programs dynamically
linked with %name.

Warning! TrueType font decoding is under patent, and software using this
library may be in violation of this patent. Use at your own risk! See
http://www.freetype.org/ for details.

%package -n lib%name-devel
Summary: Headers for developing programs that will use %name
Group: Development/C
Requires: lib%name = %version-%release

%description -n lib%name-devel
This package contains the headers that programmers will need to develop
applications which will use %name.

Warning! TrueType font decoding is under patent, and software using this
library may be in violation of this patent. Use at your own risk! See
http://www.freetype.org/ for details.

%prep
%setup

%build
%configure --disable-static
%make_build

%install
%makeinstall_std

%files -n lib%name
%_libdir/*.so.*
%doc CHANGES README

%files -n lib%name-devel
%_libdir/*.so
%_includedir/SDL/*
%_pkgconfigdir/*.pc

%changelog

Full changelog you can see here

 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin