fdroiddata/metadata/org.ppsspp.ppsspp.txt

366 lines
11 KiB
Plaintext
Raw Normal View History

AntiFeatures:UpstreamNonFree
2013-11-03 18:21:22 +00:00
Categories:Games
2013-02-08 17:48:22 +00:00
License:GPLv2+
Web Site:http://ppsspp.org
Source Code:https://github.com/hrydgard/ppsspp
2013-02-07 22:53:31 +00:00
Issue Tracker:https://github.com/hrydgard/ppsspp/issues
2013-06-15 16:23:15 +00:00
Auto Name:PPSSPP
Summary:PSP emulator
Description:
2015-09-12 05:52:14 +00:00
PPSSPP is a PSP emulator for Android and other platforms. It is being developed
at a rapid speed and compatibility is increasing quickly, but there are many
games it doesn't run yet and it doesn't run fast on Android yet.
2013-02-07 22:53:31 +00:00
No games are included with this download, you will have to dump your own PSP
2015-09-12 05:52:14 +00:00
games and turn them into .ISO or .CSO files, or simply play free homebrew games,
which are available online.
2013-02-07 22:53:31 +00:00
* PSP is a trademark of Sony, Inc.
A proprietary analytics library has been removed from this build.
.
Repo Type:git
Repo:https://github.com/hrydgard/ppsspp.git
Build:0.6.1,61
commit=v0.6.1
subdir=android
submodules=yes
forceversion=yes
forcevercode=yes
prebuild=rm -rf ../pspautotests/demos*/
2014-07-23 03:28:53 +00:00
update=.,../native/android
target=android-10
2014-07-02 13:01:52 +00:00
build=./ab.sh
Build:0.70,70
commit=v0.7
subdir=android
submodules=yes
prebuild=rm -rf ../pspautotests/demos*/
2014-07-23 03:28:53 +00:00
update=.,../native/android
target=android-10
2014-07-02 13:01:52 +00:00
build=./ab.sh
Build:0.7.5,75
commit=v0.7.5
subdir=android
submodules=yes
prebuild=rm -rf ../pspautotests/demos*/ custom_rules.xml
2014-07-23 03:28:53 +00:00
update=.,../native/android
2014-07-02 13:01:52 +00:00
build=./ab.sh
Build:0.7.6,76
commit=v0.7.6
subdir=android
submodules=yes
prebuild=rm -rf ../pspautotests/demos*/ custom_rules.xml
2014-07-23 03:28:53 +00:00
update=.,../native/android
2014-07-02 13:01:52 +00:00
build=./ab.sh
Build:0.8,80
commit=v0.8
subdir=android
submodules=yes
prebuild=rm -rf ../pspautotests/demos*/ custom_rules.xml
2014-07-23 03:28:53 +00:00
update=.,../native/android
2014-07-02 13:01:52 +00:00
build=./ab.sh
Build:0.8.1,81
commit=v0.8.1
subdir=android
submodules=yes
prebuild=rm -rf ../pspautotests/demos*/ custom_rules.xml
2014-07-23 03:28:53 +00:00
update=.,../native/android
2014-07-02 13:01:52 +00:00
build=./ab.sh
Build:0.9.0,90
commit=v0.9
subdir=android
submodules=yes
prebuild=rm -rf ../pspautotests/demos*/ custom_rules.xml
2014-07-23 03:28:53 +00:00
update=.,../native/android
2014-07-02 13:01:52 +00:00
build=./ab.sh
2013-08-22 18:44:12 +00:00
# dev forgot to bump AM.xml
Build:0.9.1,91
commit=v0.9.1
subdir=android
submodules=yes
forceversion=yes
forcevercode=yes
prebuild=rm -rf ../pspautotests/demos*/ custom_rules.xml
2014-07-23 03:28:53 +00:00
update=.,../native/android
2014-07-02 13:01:52 +00:00
build=./ab.sh
2013-11-13 16:57:44 +00:00
Build:0.9.5-x86,951
commit=v0.9.5
subdir=android
submodules=yes
2014-07-23 03:28:53 +00:00
srclibs=NoAnalytics@d38ae535b5
2013-11-13 16:57:44 +00:00
forceversion=yes
forcevercode=yes
2014-02-16 05:42:59 +00:00
rm=dx9sdk,pspautotests,android/custom_rules.xml
2013-11-13 16:57:44 +00:00
prebuild=echo 'APP_ABI=x86' >> jni/Application.mk && \
rm libs/libGoogleAnalytics* && \
echo "android.library.reference.2=$$NoAnalytics$$" >> project.properties
scandelete=ffmpeg
2014-07-02 13:01:52 +00:00
build=cd ../ffmpeg && \
2013-11-13 16:57:44 +00:00
sed -i -e 's@^NDK.*@NDK=$$NDK$$@' -e 's/windows.*/linux-x86*/' ax86-build.sh && \
./ax86-build.sh && \
cd ../android && \
2014-02-17 15:01:24 +00:00
./ab.sh
2013-11-13 16:57:44 +00:00
Build:0.9.5-armv7,953
commit=v0.9.5
subdir=android
submodules=yes
2014-07-23 03:28:53 +00:00
srclibs=NoAnalytics@d38ae535b5
2013-11-10 11:59:44 +00:00
forceversion=yes
forcevercode=yes
2014-02-16 05:42:59 +00:00
rm=dx9sdk,pspautotests,android/custom_rules.xml
2013-11-10 11:59:44 +00:00
prebuild=echo 'APP_ABI=armeabi-v7a' >> jni/Application.mk && \
rm libs/libGoogleAnalytics* && \
echo "android.library.reference.2=$$NoAnalytics$$" >> project.properties
scandelete=ffmpeg
2014-07-02 13:01:52 +00:00
build=cd ../ffmpeg && \
2013-11-10 11:59:44 +00:00
sed -i -e 's@^NDK.*@NDK=$$NDK$$@' -e 's/windows.*/linux-x86*/' -e '/^build_ARMv6/d' android-build.sh && \
./android-build.sh && \
cd ../android && \
2014-02-17 15:01:24 +00:00
./ab.sh
Build:0.9.6-x86,961
commit=v0.9.6
subdir=android
submodules=yes
2014-07-23 03:28:53 +00:00
srclibs=2:NoAnalytics@d38ae535b5
forceversion=yes
forcevercode=yes
2014-02-16 05:42:59 +00:00
rm=dx9sdk,pspautotests,android/custom_rules.xml
prebuild=echo 'APP_ABI=x86' >> jni/Application.mk && \
rm libs/libGoogleAnalytics*
scanignore=android/android-ndk-profiler
2014-02-15 05:36:17 +00:00
scandelete=ffmpeg
2014-07-02 13:01:52 +00:00
build=cd ../ffmpeg && \
sed -i -e 's@^NDK.*@NDK=$$NDK$$@' -e 's/windows.*/linux-x86*/' ax86-build.sh && \
./ax86-build.sh && \
cd ../android && \
2014-02-17 15:01:24 +00:00
./ab.sh
Build:0.9.6-armv7,963
commit=v0.9.6
subdir=android
submodules=yes
2014-07-23 03:28:53 +00:00
srclibs=2:NoAnalytics@d38ae535b5
forceversion=yes
forcevercode=yes
2014-02-16 05:42:59 +00:00
rm=dx9sdk,pspautotests,android/custom_rules.xml
prebuild=echo 'APP_ABI=armeabi-v7a' >> jni/Application.mk && \
rm libs/libGoogleAnalytics*
scanignore=android/android-ndk-profiler
2014-02-15 05:36:17 +00:00
scandelete=ffmpeg
2014-07-02 13:01:52 +00:00
build=cd ../ffmpeg && \
sed -i -e 's@^NDK.*@NDK=$$NDK$$@' -e 's/windows.*/linux-x86*/' -e '/^build_ARMv6/d' android-build.sh && \
./android-build.sh && \
cd ../android && \
2014-02-17 15:01:24 +00:00
./ab.sh
2014-02-17 15:01:24 +00:00
Build:0.9.7.1,9711
2014-02-17 08:10:08 +00:00
commit=v0.9.7.1
subdir=android
submodules=yes
2014-07-23 03:28:53 +00:00
srclibs=2:NoAnalytics@d38ae535b5
2014-02-17 08:10:08 +00:00
forcevercode=yes
rm=dx9sdk,pspautotests,android/custom_rules.xml
prebuild=echo 'APP_ABI=armeabi-v7a' >> jni/Application.mk && \
rm libs/libGoogleAnalytics*
scanignore=android/android-ndk-profiler
scandelete=ffmpeg
2014-07-02 13:01:52 +00:00
build=cd ../ffmpeg && \
2014-02-17 08:10:08 +00:00
sed -i -e 's@^NDK.*@NDK=$$NDK$$@' -e 's/windows.*/linux-x86*/' -e '/^build_ARMv6/d' android-build.sh && \
./android-build.sh && \
cd ../android && \
2014-02-17 15:01:24 +00:00
./ab.sh
Build:0.9.7.1,9713
commit=v0.9.7.1
subdir=android
submodules=yes
2014-07-23 03:28:53 +00:00
srclibs=2:NoAnalytics@d38ae535b5
2014-02-17 15:01:24 +00:00
forcevercode=yes
rm=dx9sdk,pspautotests,android/custom_rules.xml
prebuild=echo 'APP_ABI=x86' >> jni/Application.mk && \
rm libs/libGoogleAnalytics*
scanignore=android/android-ndk-profiler
scandelete=ffmpeg
2014-07-02 13:01:52 +00:00
build=cd ../ffmpeg && \
2014-02-17 15:01:24 +00:00
sed -i -e 's@^NDK.*@NDK=$$NDK$$@' -e 's/windows.*/linux-x86*/' ax86-build.sh && \
./ax86-build.sh && \
cd ../android && \
./ab.sh
2014-02-17 08:10:08 +00:00
2014-03-23 11:46:09 +00:00
Build:0.9.8,9801
commit=v0.9.8
subdir=android
submodules=yes
2014-07-23 03:28:53 +00:00
srclibs=2:NoAnalytics@d38ae535b5
2014-03-23 11:46:09 +00:00
forcevercode=yes
rm=dx9sdk,pspautotests,android/custom_rules.xml
prebuild=echo 'APP_ABI=x86' >> jni/Application.mk && \
rm libs/libGoogleAnalytics*
scanignore=android/android-ndk-profiler
scandelete=ffmpeg
2014-07-02 13:01:52 +00:00
build=cd ../ffmpeg && \
2014-03-23 11:46:09 +00:00
sed -i -e 's@^NDK.*@NDK=$$NDK$$@' -e 's/windows.*/linux-x86*/' ax86-build.sh && \
./ax86-build.sh && \
cd ../android && \
./ab.sh
Build:0.9.8,9803
commit=v0.9.8
subdir=android
submodules=yes
2014-07-23 03:28:53 +00:00
srclibs=2:NoAnalytics@d38ae535b5
2014-03-23 11:46:09 +00:00
forcevercode=yes
rm=dx9sdk,pspautotests,android/custom_rules.xml
prebuild=echo 'APP_ABI=armeabi-v7a' >> jni/Application.mk && \
rm libs/libGoogleAnalytics*
scanignore=android/android-ndk-profiler
scandelete=ffmpeg
2014-07-02 13:01:52 +00:00
build=cd ../ffmpeg && \
2014-03-23 11:46:09 +00:00
sed -i -e 's@^NDK.*@NDK=$$NDK$$@' -e 's/windows.*/linux-x86*/' -e '/^build_ARMv6/d' android-build.sh && \
./android-build.sh && \
cd ../android && \
./ab.sh
2014-08-25 07:41:15 +00:00
Build:0.9.9.1,9911
commit=v0.9.9.1
subdir=android
submodules=yes
srclibs=2:NoAnalytics@d38ae535b5
forcevercode=yes
rm=dx9sdk,pspautotests,android/custom_rules.xml
prebuild=echo 'APP_ABI=x86' >> jni/Application.mk && \
rm libs/libGoogleAnalytics*
scanignore=android/android-ndk-profiler
scandelete=ffmpeg
build=cd ../ffmpeg && \
sed -i -e 's@^NDK.*@NDK=$$NDK$$@' -e 's/windows.*/linux-x86*/' ax86-build.sh && \
./ax86-build.sh && \
cd ../android && \
./ab.sh
Build:0.9.9.1,9913
commit=v0.9.9.1
subdir=android
submodules=yes
srclibs=2:NoAnalytics@d38ae535b5
forcevercode=yes
rm=dx9sdk,pspautotests,android/custom_rules.xml
prebuild=echo 'APP_ABI=armeabi-v7a' >> jni/Application.mk && \
rm libs/libGoogleAnalytics*
scanignore=android/android-ndk-profiler
scandelete=ffmpeg
build=cd ../ffmpeg && \
sed -i -e 's@^NDK.*@NDK=$$NDK$$@' -e 's/windows.*/linux-x86*/' -e '/^build_ARMv6/d' android-build.sh && \
./android-build.sh && \
cd ../android && \
./ab.sh
2015-02-03 10:20:23 +00:00
Build:1.0.0.0,10001
2015-02-03 10:52:49 +00:00
commit=v1.0
2015-02-03 10:20:23 +00:00
subdir=android
submodules=yes
srclibs=2:NoAnalytics@d38ae535b5
forcevercode=yes
rm=dx9sdk,pspautotests,android/custom_rules.xml
prebuild=echo 'APP_ABI=x86' >> jni/Application.mk && \
rm libs/libGoogleAnalytics*
scanignore=android/android-ndk-profiler
scandelete=ffmpeg
build=cd ../ffmpeg && \
sed -i -e 's@^NDK.*@NDK=$$NDK$$@' -e 's/windows.*/linux-x86*/' ax86-build.sh && \
./ax86-build.sh && \
cd ../android && \
./ab.sh
Build:1.0.0.0,10003
2015-02-03 10:52:49 +00:00
commit=v1.0
2015-02-03 10:20:23 +00:00
subdir=android
submodules=yes
srclibs=2:NoAnalytics@d38ae535b5
forcevercode=yes
rm=dx9sdk,pspautotests,android/custom_rules.xml
prebuild=echo 'APP_ABI=armeabi-v7a' >> jni/Application.mk && \
rm libs/libGoogleAnalytics*
scanignore=android/android-ndk-profiler
scandelete=ffmpeg
build=cd ../ffmpeg && \
sed -i -e 's@^NDK.*@NDK=$$NDK$$@' -e 's/windows.*/linux-x86*/' -e '/^build_ARMv6/d' android-build.sh && \
./android-build.sh && \
cd ../android && \
./ab.sh
2015-08-22 01:40:14 +00:00
Build:1.0.1.0,10101
2015-08-22 18:49:39 +00:00
disable=ndk r10e build fails
2015-08-22 01:40:14 +00:00
commit=v1.0.1
subdir=android
submodules=yes
srclibs=2:NoAnalytics@d38ae535b5
forcevercode=yes
rm=dx9sdk,pspautotests,android/custom_rules.xml
prebuild=echo 'APP_ABI=x86' >> jni/Application.mk && \
rm libs/libGoogleAnalytics*
scanignore=android/android-ndk-profiler
scandelete=ffmpeg
build=cd ../ffmpeg && \
sed -i -e 's@^NDK.*@NDK=$$NDK$$@' -e 's/windows.*/linux-x86*/' ax86-build.sh && \
./ax86-build.sh && \
cd ../android && \
./ab.sh
Build:1.0.1.0,10103
commit=v1.0.1
subdir=android
submodules=yes
srclibs=2:NoAnalytics@d38ae535b5
forcevercode=yes
rm=dx9sdk,pspautotests,android/custom_rules.xml
prebuild=echo 'APP_ABI=armeabi-v7a' >> jni/Application.mk && \
rm libs/libGoogleAnalytics*
scanignore=android/android-ndk-profiler
scandelete=ffmpeg
build=cd ../ffmpeg && \
sed -i -e 's@^NDK.*@NDK=$$NDK$$@' -e 's/windows.*/linux-x86*/' -e '/^build_ARMv6/d' android-build.sh && \
./android-build.sh && \
cd ../android && \
./ab.sh
2015-11-14 11:25:47 +00:00
Build:1.1.1.0,11103
commit=v1.1.1
subdir=android
submodules=yes
forcevercode=yes
rm=dx9sdk,pspautotests,android/custom_rules.xml
prebuild=echo 'APP_ABI=armeabi-v7a' >> jni/Application.mk
scanignore=android/android-ndk-profiler
scandelete=ffmpeg,ext/armips/Tests
build=cd ../ffmpeg && \
sed -i -e 's@^NDK.*@NDK=$$NDK$$@' -e 's/windows.*/linux-x86*/' -e '/^build_ARMv6/d' android-build.sh && \
./android-build.sh && \
cd ../android && \
./ab.sh
# +0: - (upstream)
# +1: x86
# +2: arm
# +3: armv7 (CV)
2014-03-23 11:46:09 +00:00
Archive Policy:4 versions
Auto Update Mode:None
Update Check Mode:Tags
2013-11-10 11:59:44 +00:00
Vercode Operation:%c*10 + 3
2015-10-13 02:50:24 +00:00
Current Version:1.1.1.0
Current Version Code:11103