]> git.donarmstrong.com Git - lilypond.git/blob - cygwin/mknetrel
*** empty log message ***
[lilypond.git] / cygwin / mknetrel
1 # -*- shell-script -*-
2 # cygwin/mknetrel - LilyPond mknetrel overrides
3
4 # This script should be used to package LilyPond for Cygwin.
5 # It can be used to build LilyPond on Cygwin, but also on GNU/Linux.
6 #
7 # See http://lilypond.org/web/devel/packaging.html for more information,
8 # report bugs to bug-lilypond@gnu.org.
9 #
10 # To build the package, do:
11 cat >/dev/null <<EOC
12
13    cd /
14    cvs -d:pserver:anoncvs@sources.redhat.com:/cvs/cygwin-apps co -d netrel mknetrel
15    wget -P/var/tmp ftp://lilypond.org/pub/LilyPond/v1.9/lilypond-1.9.9.tar.gz
16    mkdir -p /netrel/src && cd /netrel/src
17    rm -rf /netrel/src/lilypond-*
18    tar xzf /var/tmp/lilypond-*
19    mv lilypond-1.9.9 lilypond-1.9.9-1
20    cp lilypond-1.9.9-1/cygwin/mknetrel /netrel/extra/lilypond
21    /netrel/bin/mknetrel -xX lilypond
22
23 EOC
24
25 sub_packages="doc"
26 old_path=$PATH
27
28 patch=$mknetrel_root/patch
29
30 # for cross-compiling LilyPond:
31 if ! iscygwin; then
32     uploads=$here/uploads/$base && mkdir -p $uploads/
33     tarstem=$uploads/$package
34 fi
35
36 # copy and include extra mknetrel stuff
37 extras="doc patch auto cross split"
38 for i in $extras; do
39     f=mknetrel.$i
40     [ -r $extra/$f ] && cp -pv $extra/$f $src/cygwin/$f
41     . $src/cygwin/$f
42 done
43
44
45 needdevoflags () {
46     false
47 }
48
49 fix_libtool_script () {
50     cd $build || exit 1
51
52     # Fix libtool's -rpath detection
53     export CC="${build_cc}"
54     export CXX="${build_cxx}"
55     export DLLTOOL=${build_dlltool}
56     export OBJDUMP=${build_objdump}
57     export AS="${build_as}"
58     export HOST_CC=/usr/bin/gcc
59     export allow_undefined="yes"
60     export allow_undefined_flag=""
61     
62     # fix libtool's dlltool usage
63     mv libtool libtool.orig
64     sed -e 's/^DLLTOOL="dlltool"/DLLTOOL="i686-cygwin-dlltool"/' \
65         -e 's/^DLLTOOL=/HOST_CC=gcc\nDLLTOOL=/' \
66         -e 's/^HOST_CC=/SED=sed\nHOST_CC=/' < libtool.orig > libtool
67     chmod +x libtool
68 }
69
70 fix_libtool_la () {
71     # fix libtool's .la dependency_libs output for dlopen
72     for i in $inst/lib $inst/$prefix/lib ]; do
73         if [ -d $i ]; then
74             cd $i || exit 1
75             for j in $(ls -1 *la); do
76                 mv $j .libtool-$j
77                 sed -e 's/ *-L *[^ ][^ ]*//g' .libtool-$j > $j
78                 chmod +x $j
79             done
80         fi
81     done
82 }
83
84 preconfig () {
85
86     patchsrc 
87     rm -f config.cache
88
89     # for cross-compiling LilyPond, fake a guile-config
90     if ! iscygwin; then
91         cd $build || exit 1
92         GUILE=1.6.5
93         cat > i686-cygwin-guile-config <<EOF
94 [ "\$1" == "--version" ] && echo "i686-cygwin-guile-config - Guile version $GUILE"
95 [ "\$1" == "compile" ] && echo "-I$cygwin_root/usr/include"
96 [ "\$1" == "link" ] && echo "-L$cygwin_root/usr/lib -lguile"
97 exit 0
98 EOF
99         chmod 755 i686-cygwin-guile-config
100         PATH=$(pwd):$PATH
101         export PKG_CONFIG_PATH=$cygwin_root/usr/lib/pkgconfig
102         export PKG_CONFIG="pkg-config \
103 --define-variable prefix=$cygwin_root \
104 --define-variable includedir=$cygwin_root/usr/include"
105     fi
106 }
107
108 postconfig () {
109     # fix_libtool_script
110
111     # cross-compiling: configure for build-host
112     if ! iscygwin; then
113         rm -f config.cache
114         export HOST_CC=gcc
115         export HOST_CXX=g++
116         (PATH="$old_path" \
117             PATH="$HOME/usr/pkg/guile/bin:$PATH" \
118             CFLAGS="-O2 -g" \
119             CC=$HOST_CC \
120             CXX=$HOST_CXX \
121             $src/configure --prefix=/usr --enable-config=for-build)
122     fi
123 }
124
125 prebuild () {
126     for i in $sub_packages; do
127         rm -rf $inst-$i
128         mkdir -p $inst-$i || exit 1
129     done
130     
131     # cross-compiling: build for build-host, generate doc
132     if ! iscygwin; then
133         cd $build || exit 1
134
135         PATH=/bin:/usr/bin:$PATH \
136             make conf=for-build all doc web || exit 1
137         
138         mkdir -p mf/out
139         cp -pv mf/out-for-build/* mf/out
140
141         mkdir -p Documentation/user/out
142         cp -pv Documentation/user/out-for-build/*{tely,texi} Documentation/user/out
143     fi
144
145     # set LDFLAGS to find the python library
146     # EXTRABUILDARGS="LDFLAGS=$cygwin_root/usr/bin/libpython2.3.dll"
147
148     addmakeflags LDFLAGS="$cygwin_root/usr/bin/libpython2.4.dll" ' ' "target=i686-pc-cygwin" ' '
149
150     if iscygwin; then
151         # EXTRABUILDARGS="$EXTRABUILDARGS all doc web"
152         addmakeflags all ' ' doc ' ' web ' '
153     fi
154 }
155
156 preinstall () {
157
158     # set LDFLAGS to find the python library
159     # addmakeflags LDFLAGS="$cygwin_root/usr/bin/libpython2.3.dll" ' ' "target=i686-pc-cygwin"
160 #    if ! iscygwin; then
161 #       EXTRAINSTALLARGS="target=i686-pc-cygwin"
162 #    else
163     if iscygwin; then
164         #EXTRAINSTALLARGS="web-install target=i686-pc-cygwin"
165         addmakeflags webdir="$inst-doc/$packagedocdir" ' ' web-install
166     fi
167 }
168
169 postinstall () {
170     fixdoc
171     fix_libtool_la
172     
173     mkdir -p $inst-doc/$docprefix
174     cd $build || exit 1
175     
176     if ! iscygwin; then
177         make conf=for-build webdir=$inst-doc/$packagedocdir web-install
178     fi
179
180     ## copy READMEs etc
181
182     cd $src || exit 1
183     install -d -m755 $inst/$packagedocdir
184
185     install -m644  COPYING ChangeLog DEDICATION THANKS VERSION $inst/$packagedocdir
186
187     # txt files reside elsewhere
188     cd $build/Documentation/topdocs/out
189     install -m644 AUTHORS.txt INSTALL.txt NEWS.txt README.txt $inst/$packagedocdir
190
191     ## Cygwin readmes
192     cygwin=cygwin
193     cd $src || exit 1
194     install -d -m755 $inst/$cygdocdir
195     install -m644 $cygwin/changelog $inst/$packagedocdir/changelog.Cygwin
196
197     cd $build || exit 1
198     install -m644 $cygwin/out/README $inst/$packagedocdir/README.Cygwin
199     install -m644 $cygwin/out/README $inst/$cygdocdir/$package.README
200
201     ## copy examples
202     cd $src || exit 1
203     cp -prv input $inst/$packagedocdir
204        cd $inst/$packagedocdir
205        rm -rf $(find -name 'CVS')
206
207     #cd $inst-doc/$packagedocdir &&
208     #ln -s $(find html/Documentation -name '*.ps.gz') .
209
210     install -d -m755 $inst-doc/$infodir/lilypond
211     cd $inst-doc/$infodir/lilypond && ln -sf ../../doc/$base-$ver/Documentation/user/out-www/*png .
212 }