Thank you to anyone who has already donated - your generous donations helped make three months of treatment possible.

My brother Nate continues to fight stage IV Hodgkin's lymphoma. He's just 31, with a wife and baby girl. They have no active income (since he's been unable to return to work), no insurance, and cannot afford the treatment he needs. Nate and his family need your help. Please consider a donation, every dollar helps. Thanks.


1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
Index: buildserver/builds
===================================================================
--- buildserver/builds	(Revision 31409)
+++ buildserver/builds	(Arbeitskopie)
@@ -187,4 +187,4 @@
 sdl:0:playerdb:Player - Database:database.archosplayer:164:../tools/configure --target=archosplayer --ram=2 --type=d && make
 sdl:0:iriverh300db:iriver H300 - Database:database.iriverh300:401:../tools/configure --target=iriverh300 --type=d && make
 sdl:0:sdlapplication:SDL Application:rockbox:10473:../tools/configure --target=sdlapp --type=n --lcdwidth=640 --lcdheight=480 && make
-android30:0:android480x800:Android 480x800:rockbox.apk:18415:../tools/configure --target=android --type=n --lcdwidth=480 --lcdheight=800 && make apk
+android403:0:android480x800:Android 480x800:rockbox.apk:18415:../tools/configure --target=android --type=n --lcdwidth=480 --lcdheight=800 && make apk
Index: buildserver/rbclient.pl
===================================================================
--- buildserver/rbclient.pl	(Revision 31409)
+++ buildserver/rbclient.pl	(Arbeitskopie)
@@ -15,7 +15,7 @@
 use POSIX ":sys_wait_h";
 
 my $perlfile = "rbclient.pl";
-my $revision = 47;
+my $revision = 48;
 my $cwd = `pwd`;
 chomp $cwd;
 
@@ -547,7 +547,7 @@
                   "m68k-gcc452", ["m68k-elf-gcc --version", "4.5.2"],
                   "mipsel", ["mipsel-elf-gcc --version", "4.1.2"],
                   "sdl", ["sdl-config --version", ".*"],
-                  "android30", ["android list target", "API level: 11"],
+                  "android403", ["\$ANDROID_SDK_PATH/tools/android list target", "API level: 15"],
                   );
 
     for (split ',', $archlist) {