mirror of
https://github.com/scummvm/scummvm.git
synced 2026-05-21 05:40:43 +00:00
BUILD: Switch SDL backend to SDL2 by default. SDL1 is still a fallback.
This commit is contained in:
+5
-3
@@ -1,14 +1,14 @@
|
||||
language:
|
||||
- cpp
|
||||
|
||||
sudo: false
|
||||
sudo: required
|
||||
|
||||
addons:
|
||||
apt:
|
||||
packages:
|
||||
- g++ make
|
||||
- libsdl1.2-dev
|
||||
- libjpeg62-turbo-dev
|
||||
- libsdl2-dev
|
||||
- libjpeg-turbo8-dev
|
||||
- libmpeg2-4-dev
|
||||
- libogg-dev
|
||||
- libvorbis-dev
|
||||
@@ -32,6 +32,8 @@ compiler:
|
||||
os:
|
||||
- linux
|
||||
|
||||
dist: trusty
|
||||
|
||||
script:
|
||||
- ./configure --enable-all-engines
|
||||
- make -j 2
|
||||
|
||||
@@ -9,6 +9,7 @@ For a more comprehensive changelog of the latest experimental code, see:
|
||||
|
||||
General:
|
||||
- Fixed audio corruption in the MS ADPCM decoder.
|
||||
- Switched SDL backend to SDL2 by default. SDL1 is still a fallback.
|
||||
|
||||
AGI:
|
||||
- Added support for Hercules rendering. Both green and amber modes are
|
||||
|
||||
@@ -184,7 +184,7 @@ _amigaospath="Games:ScummVM"
|
||||
_staticlibpath=
|
||||
_xcodetoolspath=
|
||||
_sparklepath=
|
||||
_sdlconfig=sdl-config
|
||||
_sdlconfig=sdl2-config
|
||||
_freetypeconfig=freetype-config
|
||||
_sdlpath="$PATH"
|
||||
_freetypepath="$PATH"
|
||||
@@ -368,7 +368,7 @@ define_in_config_if_yes() {
|
||||
# TODO: small bit of code to test sdl usability
|
||||
find_sdlconfig() {
|
||||
echo_n "Looking for sdl-config... "
|
||||
sdlconfigs="$SDL_CONFIG:$_sdlconfig:sdl-config:sdl11-config:sdl12-config"
|
||||
sdlconfigs="$SDL_CONFIG:$_sdlconfig:sdl2-config:sdl12-config:sdl11-config:sdl-config"
|
||||
_sdlconfig=
|
||||
|
||||
IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="$SEPARATOR"
|
||||
@@ -3122,7 +3122,7 @@ case $_backend in
|
||||
append_var INCLUDES "-I$ANDROID_NDK/sources/cxx-stl/system/include"
|
||||
;;
|
||||
androidsdl)
|
||||
;;
|
||||
;;
|
||||
dc)
|
||||
append_var INCLUDES '-I$(srcdir)/backends/platform/dc'
|
||||
append_var INCLUDES '-isystem $(ronindir)/include'
|
||||
|
||||
@@ -3,7 +3,7 @@ Section: games
|
||||
Priority: optional
|
||||
Maintainer: Debian Games Team <pkg-games-devel@lists.alioth.debian.org>
|
||||
Uploaders: David Weinehall <tao@debian.org>, Moritz Muehlenhoff <jmm@debian.org>
|
||||
Build-Depends: debhelper (>= 7.0.50~), nasm [i386], libsdl1.2-dev, libmad0-dev, libasound2-dev [linux-any], libvorbis-dev, libmpeg2-4-dev, libflac-dev, libz-dev, libfluidsynth-dev, python
|
||||
Build-Depends: debhelper (>= 7.0.50~), nasm [i386], libsdl2-dev, libmad0-dev, libasound2-dev [linux-any], libvorbis-dev, libmpeg2-4-dev, libflac-dev, libz-dev, libfluidsynth-dev, python
|
||||
Standards-Version: 3.9.2
|
||||
Homepage: http://www.scummvm.org
|
||||
|
||||
|
||||
+2
-2
@@ -25,7 +25,7 @@ parts:
|
||||
build-packages:
|
||||
- g++
|
||||
- make
|
||||
- libsdl1.2-dev
|
||||
- libsdl2-dev
|
||||
- libjpeg62-dev
|
||||
- libmpeg2-4-dev
|
||||
- libogg-dev
|
||||
@@ -54,7 +54,7 @@ parts:
|
||||
- libmpeg2-4
|
||||
- libogg0
|
||||
- libpng12-0
|
||||
- libsdl1.2debian
|
||||
- libsdl2-2.0-0
|
||||
- libsndio6.1
|
||||
- libstdc++6
|
||||
- libtheora0
|
||||
|
||||
Reference in New Issue
Block a user