diff --git a/metadata/com.silentlexx.instead.txt b/metadata/com.silentlexx.instead.txt new file mode 100644 index 0000000000..90fa588784 --- /dev/null +++ b/metadata/com.silentlexx.instead.txt @@ -0,0 +1,31 @@ +Category:Games +License:GPLv2+ +Web Site:http://instead.syscall.ru/ +Source Code:http://sourceforge.net/p/instead/code/ +Issue Tracker:http://instead.syscall.ru/forum/viewforum.php?id=14 + +Name:INSTEAD +Summary:Interactive fiction player +Description: +STEAD is a Lua-based language for writing games that are the mix of visual novels, text quests and +classical 90ss quests. In addition to STEAD games INSTEAD supports URQ quests and Space Rangers in-game +quests. + +The package includes interpreter and interactive fiction manager, capable of downloading games in +choosen language. + +[http://sf.net/p/instead/wiki/ChangeLog/ Changelog] +. + +Repo Type:svn +Repo:http://instead-android.googlecode.com/svn/trunk/ + +# silly scanner thinks, that makefile.elf is dangerous.. you guys really should use libmagic there. +Build Version:1.6.1.9,16109,r44,buildjni=yes,subdir=project,init=cd .. && ./update_xml.sh || true,\ +scanignore=build/com.silentlexx.instead/project/jni/png/scripts/,\ +srclibs=INSTEAD@r1854,prebuild=ln -s `readlink -f $$INSTEAD$$` jni/src/instead,patch=jpeg.patch + +Auto Update Mode:None +Update Check Mode:AndroidManifest +Current Version:1.6.1.9 +Current Version Code:16109 diff --git a/metadata/com.silentlexx.instead/jpeg.patch b/metadata/com.silentlexx.instead/jpeg.patch new file mode 100644 index 0000000000..c2f57d5c1f --- /dev/null +++ b/metadata/com.silentlexx.instead/jpeg.patch @@ -0,0 +1,31 @@ +diff --git a/p/jni/jpeg/jidctfst.S b/p/jni/jpeg/jidctfst.S +index 34e1c24..b35f938 100644 +--- a/project/jni/jpeg/jidctfst.S ++++ b/project/jni/jpeg/jidctfst.S +@@ -63,7 +63,7 @@ + + + jpeg_idct_ifast: +- PLD (r2, #0) ++ PLD [r2, #0] + stmdb sp!, {r4,r5, r6,r7, r8,r9, r10,r11, r12,lr} + ldr r4, [sp, #4*10] + sub sp, #local_SIZE +@@ -256,7 +256,7 @@ VLoopHead: + + HLoopStart: + // reset pointers +- PLD (sp, #off_WORKSPACE) ++ PLD [sp, #off_WORKSPACE] + add ip, sp, #off_WORKSPACE + ldr r10, local_RANGE_TABLE + +@@ -268,7 +268,7 @@ HLoopTail: + str r0, local_OUTPUT_BUF + add fp, r2, r1 + +- PLD (ip, #32) ++ PLD [ip, #32] + ldmia ip!, {r0-r7} + + cmp r1, #0 diff --git a/srclibs/INSTEAD.txt b/srclibs/INSTEAD.txt new file mode 100644 index 0000000000..7687c3da6f --- /dev/null +++ b/srclibs/INSTEAD.txt @@ -0,0 +1,3 @@ +# The repo is blob-heavy, so no git-svn +Repo Type:svn +Repo:http://svn.code.sf.net/p/instead/code/trunk