SDL_ttf: update to 2.0.11.

This commit is contained in:
Juan RP 2012-01-16 14:59:21 +01:00
parent 413c739bc9
commit 7c4d21e064
1 changed files with 3 additions and 3 deletions

View File

@ -1,14 +1,13 @@
# Template file for 'SDL_ttf'
pkgname=SDL_ttf
version=2.0.10
version=2.0.11
homepage="http://www.libsdl.org/projects/$pkgname"
distfiles="${homepage}/release/$pkgname-$version.tar.gz"
build_style=gnu-configure
revision=1
short_desc="Use TrueType fonts in your SDL applications"
maintainer="Juan RP <xtraeme@gmail.com>"
license="LGPL-2.1"
checksum=7d38704bcc7c34029c2dcb73b2d4857e8ad76341c6e0faed279eb9f743c66c6a
checksum=724cd895ecf4da319a3ef164892b72078bd92632a5d812111261cde248ebcdb7
long_desc="
SDL_ttf is a TrueType font rendering library that is used with the SDL
library, and almost as portable. It depends on freetype2 to handle the
@ -22,3 +21,4 @@ subpackages="$pkgname-devel"
Add_dependency build pkg-config
Add_dependency build freetype-devel
Add_dependency build SDL-devel
Add_dependency build MesaLib-devel