[Scummvm-git-logs] scummvm master -> f4516e06ed2906ff0129d7f00dced1108d921b29

digitall 547637+digitall at users.noreply.github.com
Wed Jun 24 20:09:28 UTC 2020


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

Summary:
9270ee5cb8 TRAVIS: Update the list of dependencies
f4516e06ed TRAVIS: Only enable OPL2LPT and text console support on Linux


Commit: 9270ee5cb8fd675334b10ec35424a9b03ae7ccb3
    https://github.com/scummvm/scummvm/commit/9270ee5cb8fd675334b10ec35424a9b03ae7ccb3
Author: Cameron Cawley (ccawley2011 at gmail.com)
Date: 2020-06-24T21:09:24+01:00

Commit Message:
TRAVIS: Update the list of dependencies

Changed paths:
    .travis.yml


diff --git a/.travis.yml b/.travis.yml
index 06acadc27a..17872a578f 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -9,8 +9,7 @@ addons:
     - g++ make
     - ccache
     - libsdl2-dev
-    - libsdl2-net-dev
-    - libcurl4-openssl-dev
+    - liba52-dev
     - libjpeg-turbo8-dev
     - libmpeg2-4-dev
     - libogg-dev
@@ -23,30 +22,37 @@ addons:
     - libfluidsynth-dev
     - libfreetype6-dev
     - zlib1g-dev
+    - libfribidi-dev
+    - libsdl2-net-dev
+    - libcurl4-openssl-dev
+    - libunity-dev
+    - libgtk-3-dev
+    - libspeechd-dev
     - libieee1284-3-dev
     - libsndio-dev
-    - libunity-dev
+    - libreadline-dev
   homebrew:
     packages:
     - ccache
-    - sdl2
-    - sdl2_net
-    - curl
-    - jpeg-turbo
-    - libmpeg2
     - a52dec
-    - libogg
-    - libvorbis
+    - curl-openssl
+    - faad2
     - flac
+    - fluid-synth
+    - freetype
+    - fribidi
+    - jpeg-turbo
     - mad
+    - libmpeg2
+    - libogg
     - libpng
+    - libvorbis
+    - pandoc
+    - pkg-config
+    - sdl2
+    - sdl2_net
     - theora
-    - faad2
-    - fluid-synth
-    - freetype
     - zlib
-    - pandoc
-    - jack
     update: true
 
 branches:
@@ -79,7 +85,7 @@ script:
   - ccache --show-stats > /tmp/ccache_before
   - export PATH="/usr/local/opt/ccache/libexec:/usr/lib/ccache:$PATH"
   - export CCACHE_COMPRESS=1
-  - ./configure --enable-all-engines --enable-opl2lpt
+  - ./configure --enable-all-engines --enable-opl2lpt --enable-text-console
   - make -j 2
   - make test
   - make devtools


Commit: f4516e06ed2906ff0129d7f00dced1108d921b29
    https://github.com/scummvm/scummvm/commit/f4516e06ed2906ff0129d7f00dced1108d921b29
Author: Cameron Cawley (ccawley2011 at gmail.com)
Date: 2020-06-24T21:09:24+01:00

Commit Message:
TRAVIS: Only enable OPL2LPT and text console support on Linux

Changed paths:
    .travis.yml


diff --git a/.travis.yml b/.travis.yml
index 17872a578f..afa01cb818 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -63,9 +63,11 @@ matrix:
   include:
     - os: linux
       compiler: gcc
+      env: CONFIGFLAGS="--enable-opl2lpt --enable-text-console"
       cache: ccache
     - os: linux
       compiler: clang
+      env: CONFIGFLAGS="--enable-opl2lpt --enable-text-console"
       cache: ccache
       before_script:
         - sudo ln -s $(which ccache) /usr/lib/ccache/clang
@@ -85,7 +87,7 @@ script:
   - ccache --show-stats > /tmp/ccache_before
   - export PATH="/usr/local/opt/ccache/libexec:/usr/lib/ccache:$PATH"
   - export CCACHE_COMPRESS=1
-  - ./configure --enable-all-engines --enable-opl2lpt --enable-text-console
+  - ./configure --enable-all-engines $CONFIGFLAGS
   - make -j 2
   - make test
   - make devtools




More information about the Scummvm-git-logs mailing list