changeset 6056:a5450f5b74a0

lilypondcairo: bump to .42
author Jan Nieuwenhuizen <janneke@gnu.org>
date Mon, 27 Dec 2010 11:47:47 +0100
parents b168efb873d5
children fc541e42b741
files gub/specs/lilypondcairo.py
diffstat 1 files changed, 2 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/gub/specs/lilypondcairo.py	Mon Dec 27 11:46:52 2010 +0100
+++ b/gub/specs/lilypondcairo.py	Mon Dec 27 11:47:47 2010 +0100
@@ -6,12 +6,11 @@
 # in.  Hmm.
 
 class Lilypondcairo (lilypond.Lilypond):
-    source = 'http://lilypond.org/download/source/v2.13/lilypond-2.13.38.tar.gz'
+    source = 'http://lilypond.org/download/source/v2.13/lilypond-2.13.42.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-midi2ly-bump-version-in-output-to-2.7.38-oldest-supp.patch',
         ]
     def get_conflict_dict (self):
         return {'': ['lilypond']}
@@ -22,7 +21,7 @@
                 for x in lilypond.Lilypond__mingw.dependencies]
     patches = [
         '0003-Start-OTF-font-from-E800-avoids-hardcoded-linux-unic.patch',
-        '0001-midi2ly-bump-version-in-output-to-2.7.38-oldest-supp.patch',
+        '0001-MINGW32-Prepend-cwd-to-PATH.-Fixes-invoking-as-lilyp.patch',
         ]
     def get_conflict_dict (self):
         return {'': ['lilypond']}