# HG changeset patch # User Masamichi Hosoda # Date 1427205578 -32400 # Node ID 754346b9dc1daf3a929570c7ecc532b0a819c7ee # Parent 7419e5bfccdbc55fcca185a38df9519c532daf28 Upgrade pango to 1.28.3 Fix issue 2656: some LilyPond builds don't produce font ligatures Pango 1.28.4 requires glib 2.24.0. However, GUB's glib is 2.21.5, now. Therefore, in order to upgrade to newer pango, it is necessary to also upgrade glib. diff -r 7419e5bfccdb -r 754346b9dc1d gub/specs/pango.py --- a/gub/specs/pango.py Sun Mar 22 00:33:00 2015 +0900 +++ b/gub/specs/pango.py Tue Mar 24 22:59:38 2015 +0900 @@ -12,10 +12,11 @@ (r'^1\.24', '1.6.0'), (r'^1\.26', '1.6.0'), (r'^1\.27', '1.6.0'), + (r'^1\.28', '1.6.0'), ] class Pango (target.AutoBuild): - source = 'http://ftp.gnome.org/pub/GNOME/platform/2.28/2.28.1/sources/pango-1.26.0.tar.gz' + source = 'http://ftp.gnome.org/pub/GNOME/sources/pango/1.28/pango-1.28.3.tar.gz' patches = ['pango-1.20-substitute-env.patch'] dependencies = [ 'tools::glib',