+2002-09-20 Jan Nieuwenhuizen <janneke@gnu.org>
+
+ * cygwin: Cygwin updates.
+
2002-09-19 Han-Wen Nienhuys <hanwen@cs.uu.nl>
* Documentation/windows/installing.texi (Top): version for python,
Runtime requirements:
cygwin-1.3.10 or newer
- libguile14
+ libguile12
bash
libiconv2
libintl2
binutils-20011102 or newer
gcc-2.95.3-5 or newer
bison-1.35 or newer
- guile-devel-1.5.6-5 or newer
+ guile-devel-1.6.0-1 or newer
fileutils
flex-2.5.4 or newer
- libguile14-1.5.6-5 or newer
- libkpathsea3-20020530-2 or newer
+ libguile12-1.6.0-1 or newer
+ libkpathsea3-20020911-1 or newer
python-2.2 or newer
sed-3.02 or newer
sh-utils
- tetex-devel-20020530-2 or newer
+ tetex-devel-20020911-1 or newer
texinfo-4.2 or newer
Website/documentation build requirements (lilypond-doc package):
type -p python.exe
lilypond --version
+python -V
ly2dvi --version
+lilypond (1.6.3-1) stable; urgency=low
+
+ * New upstream release.
+
+ -- Jan Nieuwenhuizen <janneke@gnu.org> Thu, 19 Sep 2002 11:35:34 +0200
+
+lilypond (1.6.0-1) stable; urgency=low
+
+ * New upstream release.
+
+ -- Jan Nieuwenhuizen <janneke@gnu.org> Mon, 19 Aug 2002 16:03:02 +0200
+
lilypond (1.5.73-1) unstable; urgency=low
* New upstream release.
sdesc: "A program for printing sheet music"
category: Publishing
-requires: bash libguile14 libiconv2 libintl2 libkpathsea3 python tetex-bin tetex-tiny
+requires: bash libguile12 libiconv2 libintl2 libkpathsea3 python tetex-bin tetex-tiny
#requires: tetex-bin, tetex-tiny | tetex-base
#suggests: emacs gsview lilypond-doc rxvt tetex-x11 XFree86-serv
ldesc: "A program for printing sheet music.
# -*- shell-script -*-
-# stable LilyPond releases: lilypond-1.4
-# archive=ftp://lilypond.org/pub/LilyPond/v1.4
+# stable LilyPond releases: lilypond-1.6
+# archive=ftp://lilypond.org/pub/LilyPond/v1.6
-# LilyPond development: lilypond-1.5
-# archive=ftp://lilypond.org/pub/LilyPond/v1.5
+# LilyPond development: lilypond-1.7
+# archive=ftp://lilypond.org/pub/LilyPond/v1.7
# Guile specific mknetrel overrides
# To use this, do something like:
cat >/dev/null <<EOC
- wget -P/var/tmp ftp://lilypond.org/pub/LilyPond/v1.5/lilypond-1.5.72.tar.gz
+ wget -P/var/tmp ftp://lilypond.org/pub/LilyPond/v1.6/lilypond-1.6.3.tar.gz
rm -rf /home/netrel/src/lilypond-*
mkdir -p /home/netrel/src && cd /home/netrel/src
## TODO: look at pimport
cd $build || exit 1
- GUILE=1.5.6
+ GUILE=1.6.0
cat > guile-config <<EOF
#!/bin/sh
[ "\$1" == "--version" ] && echo "guile-config - Guile version $GUILE"
# Configure for build, for generating doc
rm -f config.cache
(PATH="$old_path" \
- PATH="$HOME/usr/pkg/guile-1.5.6/bin:$PATH" \
+ PATH="$HOME/usr/pkg/guile-1.6.0/bin:$PATH" \
CFLAGS="-O2 -g" \
$src/configure --prefix=/usr --enable-config=for-build)
}