[Scummvm-git-logs] scummvm master -> a69be0720bf4753a16da0affad178b3aec762cdd
sev-
sev at scummvm.org
Sat Oct 5 18:52:13 CEST 2019
This automated email contains information about 4 new commits which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .
Summary:
849a36e654 GLK: Engine requires jpeg and png as dependencies
837d86652b WINTERMUTE: Engine requires jpeg and png as dependecies
62d19782ee ANDROID: Added info about historical release version codes
a69be0720b ANDROID: Bump the target SDK to match the Google Play release
Commit: 849a36e654ace76c62adc63549db2f50bf94aa91
https://github.com/scummvm/scummvm/commit/849a36e654ace76c62adc63549db2f50bf94aa91
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2019-10-05T18:52:01+02:00
Commit Message:
GLK: Engine requires jpeg and png as dependencies
Changed paths:
engines/glk/configure.engine
diff --git a/engines/glk/configure.engine b/engines/glk/configure.engine
index 7f4efd6..c6e096c 100644
--- a/engines/glk/configure.engine
+++ b/engines/glk/configure.engine
@@ -1,3 +1,3 @@
# This file is included from the main "configure" script
# add_engine [name] [desc] [build-by-default] [subengines] [base games] [deps]
-add_engine glk "ScummGlk Interactive Fiction games" no "" "" "freetype2"
+add_engine glk "ScummGlk Interactive Fiction games" no "" "" "freetype2 jpeg png"
Commit: 837d86652b2be4d7a8e32e58dfa25862dd2e34d6
https://github.com/scummvm/scummvm/commit/837d86652b2be4d7a8e32e58dfa25862dd2e34d6
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2019-10-05T18:52:01+02:00
Commit Message:
WINTERMUTE: Engine requires jpeg and png as dependecies
Changed paths:
engines/wintermute/configure.engine
diff --git a/engines/wintermute/configure.engine b/engines/wintermute/configure.engine
index 29af560..6804968 100644
--- a/engines/wintermute/configure.engine
+++ b/engines/wintermute/configure.engine
@@ -1,3 +1,3 @@
# This file is included from the main "configure" script
# add_engine [name] [desc] [build-by-default] [subengines] [base games] [deps]
-add_engine wintermute "Wintermute" yes "" "" "zlib 16bit highres"
+add_engine wintermute "Wintermute" yes "" "" "zlib 16bit highres jpeg png"
Commit: 62d19782eeda3ebd4673cab78ec3e0bb3af52b71
https://github.com/scummvm/scummvm/commit/62d19782eeda3ebd4673cab78ec3e0bb3af52b71
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2019-10-05T18:52:01+02:00
Commit Message:
ANDROID: Added info about historical release version codes
Changed paths:
backends/platform/android/android.mk
diff --git a/backends/platform/android/android.mk b/backends/platform/android/android.mk
index 42fc718..d4e3efe 100644
--- a/backends/platform/android/android.mk
+++ b/backends/platform/android/android.mk
@@ -1,7 +1,13 @@
# Android specific build targets
# These must be incremented for each market upload
-ANDROID_VERSIONCODE = 16
+ANDROID_VERSIONCODE = 35
+
+# Historical version codes:
+# Scummvm 2.0.0: 30-34
+# ScummVM 1.9.0.1: 25-28
+# ScummVM 1.9.0: 19
+# ScummVM 1.8.1: 15
ANDROID_TARGET_VERSION = 23
Commit: a69be0720bf4753a16da0affad178b3aec762cdd
https://github.com/scummvm/scummvm/commit/a69be0720bf4753a16da0affad178b3aec762cdd
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2019-10-05T18:52:01+02:00
Commit Message:
ANDROID: Bump the target SDK to match the Google Play release
Changed paths:
backends/platform/android/android.mk
diff --git a/backends/platform/android/android.mk b/backends/platform/android/android.mk
index d4e3efe..c72058c 100644
--- a/backends/platform/android/android.mk
+++ b/backends/platform/android/android.mk
@@ -9,7 +9,7 @@ ANDROID_VERSIONCODE = 35
# ScummVM 1.9.0: 19
# ScummVM 1.8.1: 15
-ANDROID_TARGET_VERSION = 23
+ANDROID_TARGET_VERSION = 26
NDK_BUILD = $(ANDROID_NDK)/ndk-build APP_ABI=$(ABI)
SDK_ANDROID = $(ANDROID_SDK)/tools/android
More information about the Scummvm-git-logs
mailing list