changeset 6144:5e75ebfca796

lilypondcairo: bump to 2.13.62 and add fix for Windows 7 SP1.
author Jan Nieuwenhuizen <janneke@gnu.org>
date Sun, 29 May 2011 12:45:46 +0200
parents feb5a63dc486
children aad77c79308a
files gub/specs/lilypondcairo.py
diffstat 1 files changed, 3 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/gub/specs/lilypondcairo.py	Sun May 29 12:45:05 2011 +0200
+++ b/gub/specs/lilypondcairo.py	Sun May 29 12:45:46 2011 +0200
@@ -6,11 +6,12 @@
 # in.  Hmm.
 
 class Lilypondcairo (lilypond.Lilypond):
-    source = 'http://lilypond.org/download/source/v2.13/lilypond-2.13.54.tar.gz'
+    source = 'http://lilypond.org/download/source/v2.13/lilypond-2.13.62.tar.gz'
     dependencies = [x.replace ('pango', 'pangocairo')
                     for x in lilypond.Lilypond.dependencies]
     patches = [
         '0003-Start-OTF-font-from-E800-avoids-hardcoded-linux-unic.patch',
+        '0001-Allow-for-spaces-in-ttf-font-glyph-names.-Fixes-1562.patch',
         ]
     def get_conflict_dict (self):
         return {'': ['lilypond']}
@@ -21,6 +22,7 @@
                 for x in lilypond.Lilypond__mingw.dependencies]
     patches = [
         '0003-Start-OTF-font-from-E800-avoids-hardcoded-linux-unic.patch',
+        '0001-Allow-for-spaces-in-ttf-font-glyph-names.-Fixes-1562.patch',
         ]
     def get_conflict_dict (self):
         return {'': ['lilypond']}