2009-03-19 03:17:57 +01:00
|
|
|
# Template build file for 'fontconfig'.
|
2008-10-04 06:29:49 +02:00
|
|
|
pkgname=fontconfig
|
2009-10-28 03:06:01 +01:00
|
|
|
version=2.7.3
|
2008-10-28 23:57:52 +01:00
|
|
|
distfiles="http://www.fontconfig.org/release/$pkgname-$version.tar.gz"
|
2008-10-02 09:09:21 +02:00
|
|
|
build_style=gnu_configure
|
2009-02-09 16:02:42 +01:00
|
|
|
configure_args="--enable-docs --with-cache-dir=/var/cache/$pkgname"
|
2008-10-02 09:09:21 +02:00
|
|
|
short_desc="Library for configuring and customizing font access"
|
|
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
2009-10-28 03:06:01 +01:00
|
|
|
checksum=ba8fbff15c6b0395ed2f263311250bc8d36eb8793d122014429becab5c94b050
|
2008-10-02 09:09:21 +02:00
|
|
|
long_desc="
|
|
|
|
Fontconfig is a library for configuring and customizing font access.
|
|
|
|
|
|
|
|
Fontconfig can:
|
|
|
|
* discover new fonts when installed automatically, removing a common
|
|
|
|
source of configuration problems.
|
|
|
|
* perform font name substitution, so that appropriate alternative fonts
|
|
|
|
can be selected if fonts are missing.
|
|
|
|
* identify the set of fonts required to completely cover a set of
|
|
|
|
languages.
|
|
|
|
* have GUI configuration tools built as it uses an XML-based
|
|
|
|
configuration file (though with autodiscovery, we believe this need is
|
|
|
|
minimized).
|
|
|
|
* efficiently and quickly find the fonts you need among the set of fonts
|
|
|
|
you have installed, even if you have installed thousands of fonts,
|
|
|
|
while minimizing memory usage.
|
|
|
|
* be used in concert with the X Render Extension and FreeType to
|
|
|
|
implement high quality, anti-aliased and subpixel rendered text on a
|
|
|
|
display.
|
|
|
|
|
|
|
|
Fontconfig does not:
|
|
|
|
* render the fonts themselves (this is left to FreeType or other
|
|
|
|
rendering mechanisms).
|
|
|
|
* depend on the X Window System in any fashion, so that printer only
|
|
|
|
applications do not have such dependencies."
|
2008-10-06 16:57:36 +02:00
|
|
|
|
2009-03-19 03:17:57 +01:00
|
|
|
conf_files="/etc/fonts/fonts.conf"
|
2009-11-22 08:31:44 +01:00
|
|
|
subpackages="$pkgname-devel"
|
2009-03-19 03:17:57 +01:00
|
|
|
Add_dependency build pkg-config
|
|
|
|
Add_dependency full glibc
|
|
|
|
Add_dependency full expat
|
|
|
|
Add_dependency full freetype
|