ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/Deliantra-Client/makebin.linux
Revision: 1.28
Committed: Fri Dec 30 06:31:41 2011 UTC (12 years, 4 months ago) by root
Branch: MAIN
CVS Tags: HEAD
Changes since 1.27: +0 -0 lines
State: FILE REMOVED
Log Message:
*** empty log message ***

File Contents

# User Rev Content
1 root 1.1 #!/bin/bash
2    
3 root 1.21 # ./configure --disable-joystick --disable-cdrom --disable-alsa-shared --disable-esd-shared --disable-arts --disable-nas --disable-diskaudio --disable-dga --disable-video-fbcon --disable-video-directfb --disable-video-svga --disable-timidity
4    
5 root 1.1 # Convert a gtk2-perl program to a standalone linux binary
6    
7 root 1.17 EV_EVENTFD=
8 root 1.20
9     if [ $(arch) = i686 ]; then
10     PERL=/usr
11     PERLLIB=/usr/lib/perl5/
12     PP=/usr/bin/pp
13     LIBDB=db-4.6
14     ARCHNAME=x86
15     PERLARCH=i486-linux-gnu-thread-multi
16     else
17     PERL=/usr
18     PERLLIB=/usr/lib/perl5/
19     PP=/usr/local/bin/pp
20     LIBDB=db-4.7
21     ARCHNAME=amd64
22     PERLARCH=x86_64-linux-gnu-thread-multi
23     fi
24    
25 root 1.27 read EXE_VER <exe_ver
26    
27 root 1.4 PANGO=1.5.0
28 root 1.3 #PERL=/opt/perl
29     #PERLLIB=/opt/perl/lib/perl5/
30 root 1.4 #PANGO=1.6.0
31 root 1.1
32 root 1.23 export EV_EVENTFD=0
33     export EV_INOTIFY=0
34     export EV_SIGNALFD=0
35    
36     for mod in common-sense AnyEvent EV JSON-XS Deliantra Compress-LZF BDB Guard; do
37 root 1.8 (
38     cd /root/src/$mod
39 root 1.13 $PERL/bin/perl Makefile.PL </dev/null
40 root 1.8 make clean
41 root 1.13 $PERL/bin/perl Makefile.PL </dev/null
42     make install || exit
43     make clean
44     )
45 root 1.8 done
46 root 1.5
47 root 1.1 (
48 root 1.19 # # patch braindamaged pango
49 root 1.5 perl -pe 's{/u(?=sr/lib(32)?/pango)}{/\x00}g; s{\Q'$PANGO'\E\x00}{y.t.u\x00}g' </usr/lib/libpango-1.0.so.0 >pango-1.0.so.0
50     printf "%s" "$PANGO" >pangoversion
51 root 1.19 #pangoversion;root/pangoversion
52 root 1.1 cat <<EOF
53 root 1.20 pango-1.0.so.0;shlib/$PERLARCH/libpango-1.0.so.0
54     /usr/lib/libglib-2.0.so.0;shlib/$PERLARCH/libglib-2.0.so.0
55 root 1.27 /usr/lib/libgthread-2.0.so.0;shlib/$PERLARCH/libgthread-2.0.so.0
56     /usr/lib/libgobject-2.0.so.0;shlib/$PERLARCH/libgobject-2.0.so.0
57     /usr/lib/libgmodule-2.0.so.0;shlib/$PERLARCH/libgmodule-2.0.so.0
58 root 1.20 /usr/lib/libstdc++.so.6;shlib/$PERLARCH/libstdc++.so.6
59     /lib/libgcc_s.so.1;shlib/$PERLARCH/libgcc_s.so.1
60 root 1.11 docwiki.pst;root/Deliantra/Client/private/resources/docwiki.pst
61 root 1.1 EOF
62 root 1.24 #/usr/lib/pango/$PANGO;root/usr/lib/pango/$PANGO
63 root 1.1
64 root 1.19 cat <<EOF >pango.rc
65     [Pango]
66     ModuleFiles = pango.modules
67     EOF
68     echo "pango.rc;root/pango.rc"
69    
70     cat >fonts.conf <<EOF
71     <?xml version="1.0"?>
72     <!DOCTYPE fontconfig SYSTEM "fonts.dtd">
73     <fontconfig>
74    
75     <match target="pattern"> <test qual="any" name="family"> <string>mono</string> </test> <edit name="family" mode="assign"> <string>monospace</string> </edit> </match>
76    
77     <match target="pattern"> <test qual="any" name="family"> <string>sans serif</string> </test> <edit name="family" mode="assign"> <string>sans-serif</string> </edit> </match>
78    
79     <match target="pattern"> <test qual="any" name="family"> <string>sans</string> </test> <edit name="family" mode="assign"> <string>sans-serif</string> </edit> </match>
80    
81     <cachedir>fontconfig-cache</cachedir>
82    
83     <config>
84     <blank>
85     <int>0x0020</int><int>0x00A0</int><int>0x00AD</int><int>0x034F</int><int>0x0600</int><int>0x0601</int><int>0x0602</int><int>0x0603</int><int>0x06DD</int><int>0x070F</int><int>0x115F</int><int>0x1160</int><int>0x1680</int><int>0x17B4</int><int>0x17B5</int><int>0x180E</int><int>0x2000</int><int>0x2001</int><int>0x2002</int><int>0x2003</int><int>0x2004</int><int>0x2005</int><int>0x2006</int><int>0x2007</int><int>0x2008</int><int>0x2009</int><int>0x200A</int><int>0x200B</int><int>0x200C</int><int>0x200D</int><int>0x200E</int><int>0x200F</int><int>0x2028</int><int>0x2029</int><int>0x202A</int><int>0x202B</int><int>0x202C</int><int>0x202D</int><int>0x202E</int><int>0x202F</int><int>0x205F</int><int>0x2060</int><int>0x2061</int><int>0x2062</int><int>0x2063</int><int>0x206A</int><int>0x206B</int><int>0x206C</int><int>0x206D</int><int>0x206E</int><int>0x206F</int><int>0x2800</int><int>0x3000</int><int>0x3164</int><int>0xFEFF</int><int>0xFFA0</int><int>0xFFF9</int><int>0xFFFA</int><int>0xFFFB</int>
86     </blank>
87     </config>
88    
89     </fontconfig>
90     EOF
91     echo "fonts.conf;root/fonts.conf"
92    
93     (
94     cat /usr/lib/pango/$PANGO/module-files.d/* | grep ^/usr | while read so rest; do
95     base=$(basename "$so")
96 root 1.24 echo "$so;root/$base" # puts them in twice
97 root 1.19 echo "$base $rest" >&5
98     done
99     ) 5>pango.modules
100     echo "pango.modules;root/pango.modules"
101    
102 root 1.11 perl -ne '/^(resources\/.*)/ and print "$1;root/Deliantra/Client/private/$1\n"' <MANIFEST
103 root 1.1
104 root 1.27 cat >/tmp/exe-info-$ARCHNAME.pl <<EOF
105     \$EXE_ID = "schmorp1-linux-$ARCHNAME";
106     \$EXE_VER = "$EXE_VER";
107     1;
108     EOF
109     echo "/tmp/exe-info-$ARCHNAME.pl;lib/exe-info.pl"
110 root 1.1 ) >addlist
111    
112 root 1.19 trap "rm addlist pangoversion pango-1.0.so.0 fonts.conf" 0
113 root 1.1
114 root 1.5 $PERL/bin/perl Makefile.PL
115 root 1.13 make clean
116     $PERL/bin/perl Makefile.PL
117     make install || exit
118 root 1.1
119 root 1.5 wait
120    
121 root 1.21 #-l asound -l esd \
122 root 1.1 LD_LIBRARY_PATH=/lib:/usr/lib \
123 root 1.20 $PP -C -I /root/src/Deliantra \
124 root 1.7 -M AnyEvent::Impl::EV \
125 root 1.14 -M attributes \
126 root 1.25 -M utf8 \
127 root 1.11 -a "blib/arch/auto/Deliantra/Client/Client.so;lib/auto/Deliantra/Client/Client.so" \
128 root 1.20 -l $LIBDB \
129 root 1.1 -l pangoft2-1.0 \
130 root 1.21 -l SDL \
131 root 1.27 -l SDL_mixer -l vorbisfile -l vorbis -l ogg -l smpeg -l mikmod -l stdc++ \
132 root 1.26 -l SDL_image -l png12 -l jpeg -l z \
133 root 1.20 -o deliantra-gnu-linux-$ARCHNAME -A addlist bin/deliantra || exit
134 root 1.1
135 root 1.15 make clean
136    
137 root 1.20 tar cf deliantra-gnu-linux-$ARCHNAME.tar deliantra-gnu-linux-$ARCHNAME
138     gzip -9vf deliantra-gnu-linux-$ARCHNAME.tar
139     todata deliantra-gnu-linux-$ARCHNAME.tar.gz
140 root 1.16