[Scummvm-git-logs] scummvm master -> 72c4e0cd7af1ba08229e8c9ada68664847c59047

sev- sev at scummvm.org
Thu Oct 13 16:37:10 CEST 2016


This automated email contains information about 3 new commits which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
b905a3ba8e RASPBERRYPI: Add script to use included SDL 2.0.4 build.
b44a501499 RASPBERRYPI: Add Raspberry Pi specific README.
72c4e0cd7a Merge pull request #848 from vanfanel/master


Commit: b905a3ba8efdcc15185d59b2796891acfaaef8af
    https://github.com/scummvm/scummvm/commit/b905a3ba8efdcc15185d59b2796891acfaaef8af
Author: vanfanel (redwindwanderer at gmail.com)
Date: 2016-10-13T09:38:16+02:00

Commit Message:
RASPBERRYPI: Add script to use included SDL 2.0.4 build.

Changed paths:
  A dists/raspberrypi/scummvm.sh



diff --git a/dists/raspberrypi/scummvm.sh b/dists/raspberrypi/scummvm.sh
new file mode 100755
index 0000000..b21df5c
--- /dev/null
+++ b/dists/raspberrypi/scummvm.sh
@@ -0,0 +1,2 @@
+#!/bin/sh
+LD_LIBRARY_PATH=./lib ./scummvm


Commit: b44a501499528a8bf3054a770295689044abde0f
    https://github.com/scummvm/scummvm/commit/b44a501499528a8bf3054a770295689044abde0f
Author: vanfanel (redwindwanderer at gmail.com)
Date: 2016-10-13T15:50:45+02:00

Commit Message:
RASPBERRYPI: Add Raspberry Pi specific README.

Changed paths:
  A dists/raspberrypi/README_raspberrypi



diff --git a/dists/raspberrypi/README_raspberrypi b/dists/raspberrypi/README_raspberrypi
new file mode 100644
index 0000000..da1d70a
--- /dev/null
+++ b/dists/raspberrypi/README_raspberrypi
@@ -0,0 +1,46 @@
+ScummVM Raspberry Pi README
+-------------------------------------------------------------------------------
+
+NOTES ON NEEDED DEPENDENCIES
+
+The Raspberry Pi version is linked against the following GNU/Linux libraries 
+that may or may not be already installed on a Raspberry Pi GNU/Linux system
+and hence needs them installed in your system before running ScummVM on it:
+	-SDL2, version 2.0.4 recommended and included. See notes on this below.
+	-libVorbis, for OGG music needed by some engines and the fantastic 
+	 enhanced music packs by James Woodcock.
+	-libJPEG, needed by some engines.
+	-libPNG, needed by some engines.
+
+So, if you are in Raspbian, for example, you can install these, except
+SDL 2.0.4 by doing:
+
+sudo apt-get install libvorbis0a libjpeg62-turbo libpng12-0
+
+You can look at the other library dependencies by running ldd on the
+scummvm executable. They are standard GNU Linux, C++ and Raspberry Pi
+Video Core IV libraries that should come installed with your system. 
+
+RUNNING SCUMMVM ON THE RASPBERRY PI SERIES OF MICROCOMPUTERS
+------------------------------------------------------------
+
+To launch Scummvm on the Raspberry Pi, run the scummvm.sh script.
+It will run the scummvm binary using the SDL2 library in the lib
+directory.
+You can do so like this:
+cd scummvm
+./scummvm.sh
+
+Notes on SDL2 version 2.0.4
+----------------------------------------------
+
+This version of ScummVM is built against SDL2, and stable version 2.0.4 is 
+recommended. Previous versions could have mouse input bugs on the Pi.
+Using SDL 1.x on the Pi is buggy, even if a hacky dispmanx (native 2D API)
+backend exists, it's not recommended at all.
+
+For this reason, a Pi-version-gnostic of libSDL2-2.0.so.0 (will work on a Pi1,
+Pi2 or Pi3) is included until the Raspbian people finally include SDL 2.0.4 
+with the system by default.
+That's why you should run scummvm using the scummvm.sh script instead of
+running the binary directly.


Commit: 72c4e0cd7af1ba08229e8c9ada68664847c59047
    https://github.com/scummvm/scummvm/commit/72c4e0cd7af1ba08229e8c9ada68664847c59047
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2016-10-13T16:37:06+02:00

Commit Message:
Merge pull request #848 from vanfanel/master

RASPBERRYPI: Add specific README and launch script for using SDL 2.0.4 included in the release package.

Changed paths:
  A dists/raspberrypi/README_raspberrypi
  A dists/raspberrypi/scummvm.sh








More information about the Scummvm-git-logs mailing list