CVSROOT:        /cvsroot/lilypond
Module name:    lilypond
Branch:         
Changes by:     Jan Nieuwenhuizen <[EMAIL PROTECTED]>   05/04/17 09:55:44

Modified files:
        .              : SConstruct ChangeLog 

Log message:
        * SConstruct: Require pkg-config.
        (test_program): Bugfix for double digit version compares, use
        integer (not string-) compare.
        Optionall require gs 8.14.
        
        * SConstruct (test_lib): New function.  Update pkg-config and some
        other requirements.

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/lilypond/lilypond/SConstruct.diff?tr1=1.71&tr2=1.72&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/lilypond/lilypond/ChangeLog.diff?tr1=1.3446&tr2=1.3447&r1=text&r2=text

Patches:
Index: lilypond/ChangeLog
diff -u lilypond/ChangeLog:1.3446 lilypond/ChangeLog:1.3447
--- lilypond/ChangeLog:1.3446   Sun Apr 17 09:53:17 2005
+++ lilypond/ChangeLog  Sun Apr 17 09:55:44 2005
@@ -3,6 +3,7 @@
        * SConstruct: Require pkg-config.
        (test_program): Bugfix for double digit version compares, use
        integer (not string-) compare.
+       Optionall require gs 8.14.
 
        * stepmake/aclocal.m4 (STEPMAKE_PANGO_FT2): Define HAVE_PANGO16 too.
 
Index: lilypond/SConstruct
diff -u lilypond/SConstruct:1.71 lilypond/SConstruct:1.72
--- lilypond/SConstruct:1.71    Sun Apr 17 09:53:17 2005
+++ lilypond/SConstruct Sun Apr 17 09:55:44 2005
@@ -306,6 +306,7 @@
        optional = []
        test_program (optional, 'makeinfo', '4.7', 'Makeinfo tool', 'texinfo')
        test_program (optional, 'guile', '1.6', 'GUILE scheme', 'guile')
+       test_program (optional, 'gs', '8.14', 'Ghostscript PostScript 
interpreter', 'gs or gs-afpl or gs-esp or gs-gpl')
        test_program (optional, 'mftrace', '1.1.0', 'Metafont tracing Type1',
                        'mftrace')
        test_program (optional, 'perl', '4.0',


_______________________________________________
Lilypond-cvs mailing list
[EMAIL PROTECTED]
http://lists.gnu.org/mailman/listinfo/lilypond-cvs

Reply via email to