Hi,

I believe 2.8.0 has a fix for font-cache corruption that was
introduced in 2.7.3, so here's patch to bump the version.

Thanks,
Patrick
From 73e8789534fcea0f192762c80ac230fa24020d96 Mon Sep 17 00:00:00 2001
From: Patrick McCarty <[email protected]>
Date: Thu, 28 Jan 2010 12:18:33 -0800
Subject: [PATCH] Bump fontconfig to latest stable release.

---
 gub/specs/fontconfig.py |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/gub/specs/fontconfig.py b/gub/specs/fontconfig.py
index 799a229..6630677 100644
--- a/gub/specs/fontconfig.py
+++ b/gub/specs/fontconfig.py
@@ -21,7 +21,7 @@ does not depend on the X Window System.  It is designed to locate
 fonts within the system and select them according to requirements
 specified by applications.'''
 
-    source = 'http://fontconfig.org/release/fontconfig-2.7.3.tar.gz'
+    source = 'http://fontconfig.org/release/fontconfig-2.8.0.tar.gz'
     #source = 'git://anongit.freedesktop.org/git/fontconfig?branch=master&revision=' + version
     dependencies = ['libtool', 'expat-devel', 'freetype-devel', 'tools::freetype', 'tools::pkg-config']
         # FIXME: system dir vs packaging install
@@ -140,7 +140,7 @@ class Fontconfig__freebsd (Fontconfig__linux):
 class Fontconfig__tools (tools.AutoBuild):
     # FIXME: use mi to get to source?
     #source = 'git://anongit.freedesktop.org/git/fontconfig?revision=' + version
-    source = 'http://fontconfig.org/release/fontconfig-2.7.3.tar.gz'
+    source = 'http://fontconfig.org/release/fontconfig-2.8.0.tar.gz'
     def patch (self):
         self.dump ('\nAC_SUBST(LT_AGE)', '%(srcdir)s/configure.in', mode='a', permissions=octal.o755)
         tools.AutoBuild.patch (self)
-- 
1.6.6.1

_______________________________________________
lilypond-devel mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/lilypond-devel

Reply via email to