Hi,

I just finished uploading it to Mandrakelinux repository, which means it
should be available (as a contribute package) in 10.2 version. A lot of
people helped during making the packages.

However some problem exists during packaging:

1. lilypond can't bootstrap -- it tries to search for .scm files in
   system location. This problem has been reported by others before
   but not patched in 2.5.11 yet. Patch is attached (again) with this mail.

2. And a more serious problem -- will lilypond support using DESTDIR for
   staged installation (i.e. install in another root dir)? This is very
   common for packaging, say:

        make install DESTDIR=/another/location

   However, seems DESTDIR is only supported when installing info and
   manpages. What's the direction here? Is complete support desired, or
   just eliminate the incomplete support altogether?

Abel

-- 
Abel Cheung
+---------------------------------+---------------------------------+
|GPG Key: (0xC67186FF)            |       http://deaddog.org/gpg.asc|
|Key fingerprint: 671C C7AE EFB5 110C D6D1  41EE 4152 E1F1 C671 86FF|
+---------------------------------+---------------------------------+
--- lilypond-2.5.10/mf/GNUmakefile.bak  2005-01-31 07:28:57.000000000 +0800
+++ lilypond-2.5.10/mf/GNUmakefile      2005-02-06 04:40:59.899101832 +0800
@@ -62,7 +62,7 @@
        (cd $(outdir) && fontforge -script $(notdir $<)) 
 
 $(CFF_PS_FILES): $(CFF_FILES)
-       cd $(outdir) && $(builddir)/lily/$(outconfbase)/lilypond --verbose 
$(abs-srcdir)/ly/generate-embedded-cff
+       cd $(outdir) && env LILYPONDPREFIX=$(builddir)/share/$(package) 
$(builddir)/lily/$(outconfbase)/lilypond --verbose 
$(abs-srcdir)/ly/generate-embedded-cff
 
 $(outdir)/%.otf-table: $(outdir)/%.lisp $(if $(findstring brace,$<),,$(subst 
feta,parmesan,$<)) 
        cat $< \

Attachment: pgpkGGS2yiDuv.pgp
Description: PGP signature

_______________________________________________
lilypond-devel mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/lilypond-devel

Reply via email to