changeset 6076:2f8585d237a9

lilypondcairo: bump to 2.13.54.
author Jan Nieuwenhuizen <janneke@gnu.org>
date Tue, 15 Mar 2011 13:25:27 +0100
parents 43cf0486073d
children edd71c0bfbc1 a658d6762db2 8c4aa224c101
files gub/specs/lilypondcairo.py
diffstat 1 files changed, 1 insertions(+), 7 deletions(-) [+]
line wrap: on
line diff
--- a/gub/specs/lilypondcairo.py	Sun Mar 13 17:49:17 2011 +0100
+++ b/gub/specs/lilypondcairo.py	Tue Mar 15 13:25:27 2011 +0100
@@ -6,14 +6,11 @@
 # in.  Hmm.
 
 class Lilypondcairo (lilypond.Lilypond):
-    source = 'http://lilypond.org/download/source/v2.13/lilypond-2.13.51.tar.gz'
+    source = 'http://lilypond.org/download/source/v2.13/lilypond-2.13.54.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-ly-spawn-pass-utf-8-strings-to-g_spawn.-Fixes-1522.patch',
-        '0001-Midi2ly-new-option-include-header.-Allows-titling-an.patch',
-        '0001-Midi2ly-use-SEQUENCE_TRACK_NAME-to-set-Staff.instrum.patch',
         ]
     def get_conflict_dict (self):
         return {'': ['lilypond']}
@@ -24,9 +21,6 @@
                 for x in lilypond.Lilypond__mingw.dependencies]
     patches = [
         '0003-Start-OTF-font-from-E800-avoids-hardcoded-linux-unic.patch',
-        '0001-ly-spawn-pass-utf-8-strings-to-g_spawn.-Fixes-1522.patch',
-        '0001-Midi2ly-new-option-include-header.-Allows-titling-an.patch',
-        '0001-Midi2ly-use-SEQUENCE_TRACK_NAME-to-set-Staff.instrum.patch',
         ]
     def get_conflict_dict (self):
         return {'': ['lilypond']}