XSDL: fixed data not unpacking on arm64 architecture

This commit is contained in:
Sergii Pylypenko
2015-06-24 20:15:38 +03:00
parent 96ccb1c5ab
commit c026bea0bb
4 changed files with 5 additions and 4 deletions

View File

@@ -7,10 +7,10 @@ AppName="XServer XSDL"
AppFullName=x.org.server
# Application version code (integer)
AppVersionCode=11129
AppVersionCode=11130
# Application user-visible version name (string)
AppVersionName="1.11.29"
AppVersionName="1.11.30"
# Specify path to download application data in zip archive in the form 'Description|URL|MirrorURL^Description2|URL2|MirrorURL2^...'
# If you'll start Description with '!' symbol it will be enabled by default, other downloads should be selected by user from startup config menu

View File

@@ -81,6 +81,7 @@ rm -f ../AndroidData/binaries-$1.zip
zip -r ../AndroidData/binaries-$1.zip .
# Executables linked with NDK with -pie, which crash on pre-Lollipop.
for f in xhost xkbcomp xli xsel; do rm ./usr/bin/$f ; cp $CURDIR/xserver/android/$1/pie/$f ./usr/bin/$f ; done
cp $CURDIR/xserver/data/busybox-$1-pie ./busybox
rm -f ../AndroidData/binaries-$1-pie.zip
zip -r ../AndroidData/binaries-$1-pie.zip .

View File

@@ -45,6 +45,6 @@ TODO, which will get actually done
- SDL: add option for non-fullscreen non-immersive mode.
- Debian and Gimp: fails to launch on Galaxy S6 and Note 4 with Android 5.0.2, Snapdragon variants.
- Debian and Gimp: fails to launch on Galaxy S6 and Note 4 with Android 5.0.2, fixed busybox provided in XSDL.
- UQM HD: add fonts from http://mosc-portal.bursa.ru/showthread.php?t=206 and switch back to joystick controls, set 4:3 aspect ratio as default.