pango: update to pango-1.32.1

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2012-11-07 18:04:23 +01:00
parent 8330ef2e29
commit efabca2019
2 changed files with 6 additions and 5 deletions

View File

@ -30,7 +30,8 @@ cd $PKG_BUILD
--disable-static \
--enable-shared \
--disable-doc-cross-references \
--enable-debug=no
--enable-debug=no \
--with-xft
make
$MAKEINSTALL

View File

@ -19,14 +19,14 @@
################################################################################
PKG_NAME="pango"
PKG_VERSION="1.28.4"
PKG_VERSION="1.32.1"
PKG_REV="1"
PKG_ARCH="any"
PKG_LICENSE="GPL"
PKG_SITE="http://www.pango.org/"
PKG_URL="http://ftp.gnome.org/pub/gnome/sources/pango/1.28/$PKG_NAME-$PKG_VERSION.tar.gz"
PKG_DEPENDS="glib cairo freetype fontconfig libX11 libXft"
PKG_BUILD_DEPENDS="toolchain glib cairo freetype fontconfig libX11 libXft"
PKG_URL="http://ftp.gnome.org/pub/gnome/sources/pango/1.32/$PKG_NAME-$PKG_VERSION.tar.xz"
PKG_DEPENDS="glib cairo freetype fontconfig libX11 libXft harfbuzz"
PKG_BUILD_DEPENDS="toolchain glib cairo freetype fontconfig libX11 libXft harfbuzz"
PKG_PRIORITY="optional"
PKG_SECTION="x11/toolkits"
PKG_SHORTDESC="pango: Library for layout and rendering of internationalized text"