Added INSTEAD
This commit is contained in:
parent
4a611b9ff4
commit
25b9e9eaf5
31
metadata/com.silentlexx.instead.txt
Normal file
31
metadata/com.silentlexx.instead.txt
Normal file
|
@ -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
|
31
metadata/com.silentlexx.instead/jpeg.patch
Normal file
31
metadata/com.silentlexx.instead/jpeg.patch
Normal file
|
@ -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
|
3
srclibs/INSTEAD.txt
Normal file
3
srclibs/INSTEAD.txt
Normal file
|
@ -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
|
Loading…
Reference in a new issue