From 91c85ec86bdaf4eb0e8f1d37c42f21c6c03badba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Magnus=20Gro=C3=9F?= Date: Wed, 7 Nov 2018 21:01:58 +0100 Subject: [PATCH] Update OpenAL-Soft Update to version 1.19.1 --- .travis/build.sh | 4 +++- docs/building-cmake.md | 2 +- docs/building-msvc.md | 2 +- docs/building-xcode.md | 4 +++- snap/snapcraft.yaml | 2 +- 5 files changed, 9 insertions(+), 5 deletions(-) diff --git a/.travis/build.sh b/.travis/build.sh index a377031fc2..240d6b4d19 100755 --- a/.travis/build.sh +++ b/.travis/build.sh @@ -40,7 +40,7 @@ FFMPEG_PATH="$BUILD/ffmpeg" FFMPEG_CACHE_VERSION="3" OPENAL_PATH="$BUILD/openal-soft" -OPENAL_CACHE_VERSION="3" +OPENAL_CACHE_VERSION="4" GYP_DEFINES="" @@ -476,6 +476,8 @@ buildOpenAL() { cd "$EXTERNAL" git clone https://github.com/kcat/openal-soft.git + cd openal-soft + git checkout openal-soft-1.19.1 cd "$EXTERNAL/openal-soft/build" cmake \ diff --git a/docs/building-cmake.md b/docs/building-cmake.md index 92b8e3f758..82e431f9b7 100644 --- a/docs/building-cmake.md +++ b/docs/building-cmake.md @@ -89,7 +89,7 @@ Go to ***BuildPath*** and run git clone git://repo.or.cz/openal-soft.git cd openal-soft - git checkout v1.18 + git checkout openal-soft-1.19.1 cd build cmake -D LIBTYPE:STRING=STATIC .. make $MAKE_THREADS_CNT diff --git a/docs/building-msvc.md b/docs/building-msvc.md index 1758bcbf03..4bd957fa3b 100644 --- a/docs/building-msvc.md +++ b/docs/building-msvc.md @@ -89,7 +89,7 @@ Open **x86 Native Tools Command Prompt for VS 2017.bat**, go to ***BuildPath*** git clone git://repo.or.cz/openal-soft.git cd openal-soft - git checkout 18bb46163af + git checkout openal-soft-1.19.1 cd build cmake -G "Visual Studio 15 2017" -D LIBTYPE:STRING=STATIC -D FORCE_STATIC_VCRT:STRING=ON .. msbuild OpenAL32.vcxproj /property:Configuration=Debug diff --git a/docs/building-xcode.md b/docs/building-xcode.md index 71d6c01726..e24ef3ed3b 100644 --- a/docs/building-xcode.md +++ b/docs/building-xcode.md @@ -87,7 +87,9 @@ Go to ***BuildPath*** and run cd .. git clone git://repo.or.cz/openal-soft.git - cd openal-soft/build + cd openal-soft + git checkout openal-soft-1.19.1 + cd build cmake -D LIBTYPE:STRING=STATIC -D CMAKE_OSX_DEPLOYMENT_TARGET:STRING=10.8 .. make -j4 sudo make install diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml index 10af7dbc69..68baa2aebd 100644 --- a/snap/snapcraft.yaml +++ b/snap/snapcraft.yaml @@ -284,7 +284,7 @@ parts: openal: source: https://github.com/kcat/openal-soft.git source-depth: 1 - source-branch: v1.18 + source-branch: v1.19 plugin: cmake build-packages: - oss4-dev