harfbuzz: update to 0.9.28.

This commit is contained in:
Juan RP 2014-05-03 08:56:15 +02:00
parent 7e32d5fcfd
commit fdeb54ce1e

View file

@ -1,24 +1,21 @@
# Template build file for 'harfbuzz'.
pkgname=harfbuzz
version=0.9.27
version=0.9.28
revision=1
build_style=gnu-configure
configure_args="--with-glib --with-freetype --with-cairo --with-icu --with-graphite2"
hostmakedepends="pkg-config"
hostmakedepends="automake libtool pkg-config glib-devel"
makedepends="libglib-devel icu-devel freetype-devel cairo-devel graphite-devel"
short_desc="OpenType text shaping engine"
short_desc="An OpenType text shaping engine"
maintainer="Juan RP <xtraeme@gmail.com>"
homepage="http://www.pango.org/"
homepage="http://www.freedesktop.org/wiki/Software/HarfBuzz/"
license="LGPL-2.1"
distfiles="http://www.freedesktop.org/software/harfbuzz/release/${pkgname}-${version}.tar.bz2"
checksum=08584ae91c98d5b14d5f2c45b01410a12b030c9397bd73135bd2155297b447db
checksum=a567f7c58018af0a9751e18641fd8434bfcef8307122dabe47dd652ce8bde048
if [ "$CROSS_BUILD" ]; then
hostmakedepends+=" automake libtool glib-devel"
pre_configure() {
autoreconf -fi
}
fi
pre_configure() {
autoreconf -fi
}
libharfbuzz_package() {
short_desc+=" - runtime library"