lilypond-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: installers/macos/LilyPad LilyPond.py lilycall.py


From: Han-Wen Nienhuys
Subject: Re: installers/macos/LilyPad LilyPond.py lilycall.py
Date: Thu, 15 Feb 2007 19:14:04 +0100
User-agent: Thunderbird 1.5.0.9 (X11/20070212)

Erlend Aasland escreveu:
> --- LilyPond.py       23 Mar 2006 08:34:07 -0000      1.14
> +++ LilyPond.py       15 Feb 2007 15:03:34 -0000      1.15
> @@ -151,7 +151,7 @@
>          bundle =  NSBundle.mainBundle ()
>          appdir = NSBundle.mainBundle().bundlePath()
>          prefix = appdir + '/Contents/Resources'
> -        env['LILYPONDPREFIX'] = prefix + '/share/lilypond/current' 
> +        env['LILYPOND_DATADIR'] = prefix + '/share/lilypond/current' 
>              
>          self.writeToFile_ofType_(self.fileName (), None)
>          binary = prefix + '/bin/convert-ly'

> --- lilycall.py       17 Mar 2006 00:42:00 -0000      1.11
> +++ lilycall.py       15 Feb 2007 15:03:34 -0000      1.12
> @@ -76,7 +76,7 @@
>       env['FONTCONFIG_PATH'] = prefix + '/etc/fonts/'
>       env['GS_LIB'] = prefix + '/share/ghostscript/8.15/lib/'
>       env['GUILE_LOAD_PATH'] = prefix + '/share/guile/1.6'
> -     env['LILYPONDPREFIX'] = prefix + '/share/lilypond/current'
> +     env['LILYPOND_DATADIR'] = prefix + '/share/lilypond/current'

I'm pretty sure that none of these are necessary anymore, 
but the CVS server isn't used anymore. I've converted
the LilyPad directory to git and pushed it to the macos-lilypad 
branch, see 

http://git.sv.gnu.org/gitweb/?p=lilypond.git;a=log;h=macos-lilypad

Now that you're working with the module, can you add a marker to the
installers/ modules to signal that they're dead?

-- 

Han-Wen Nienhuys - address@hidden - http://www.xs4all.nl/~hanwen

LilyPond Software Design
 -- Code for Music Notation
http://www.lilypond-design.com





reply via email to

[Prev in Thread] Current Thread [Next in Thread]