mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
pango: update to pango-1.32.1
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
8330ef2e29
commit
efabca2019
@ -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
|
||||
|
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user