2009-03-19 03:01:31 +01:00
|
|
|
# Template build file 'freetype'.
|
2009-02-09 14:25:13 +01:00
|
|
|
pkgname=freetype
|
2010-12-17 15:12:46 +01:00
|
|
|
version=2.4.4
|
|
|
|
patch_args="-Np1"
|
2009-03-23 06:26:04 +01:00
|
|
|
distfiles="${NONGNU_SITE}/$pkgname/$pkgname-$version.tar.bz2"
|
2008-10-01 17:07:54 +02:00
|
|
|
build_style=gnu_configure
|
|
|
|
short_desc="Font rendering engine and library API"
|
|
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
2010-12-17 15:12:46 +01:00
|
|
|
checksum=4b8281c7dc4d375c6b65d3c6f4808e488a313fab47d7be82aad2c871c8480fef
|
2008-10-01 17:07:54 +02:00
|
|
|
long_desc="
|
|
|
|
FreeType is a portable, high-quality software solution for digital
|
|
|
|
typography. FreeType 1.3.1 was the last release of the FreeType 1
|
|
|
|
engine, as the project is now switching to a new version dubbed FreeType
|
|
|
|
2. It has, among other things, several advantages over FreeType 1:
|
|
|
|
|
|
|
|
* A universal and simple API to manage font files
|
|
|
|
* Support for several font formats through loadable drivers
|
|
|
|
* Even more portable
|
|
|
|
* An improved anti-aliasing algorithm"
|
2009-02-09 14:25:13 +01:00
|
|
|
|
2009-11-22 08:31:44 +01:00
|
|
|
subpackages="$pkgname-devel"
|
2010-02-19 05:06:45 +01:00
|
|
|
Add_dependency run glibc
|
|
|
|
Add_dependency run zlib
|
2009-03-19 03:01:31 +01:00
|
|
|
Add_dependency build pkg-config
|
2010-02-19 05:06:45 +01:00
|
|
|
Add_dependency build zlib-devel
|