mirror of https://github.com/procxx/kepka.git
parent
7d3919e3f7
commit
91c85ec86b
|
@ -40,7 +40,7 @@ FFMPEG_PATH="$BUILD/ffmpeg"
|
||||||
FFMPEG_CACHE_VERSION="3"
|
FFMPEG_CACHE_VERSION="3"
|
||||||
|
|
||||||
OPENAL_PATH="$BUILD/openal-soft"
|
OPENAL_PATH="$BUILD/openal-soft"
|
||||||
OPENAL_CACHE_VERSION="3"
|
OPENAL_CACHE_VERSION="4"
|
||||||
|
|
||||||
GYP_DEFINES=""
|
GYP_DEFINES=""
|
||||||
|
|
||||||
|
@ -476,6 +476,8 @@ buildOpenAL() {
|
||||||
|
|
||||||
cd "$EXTERNAL"
|
cd "$EXTERNAL"
|
||||||
git clone https://github.com/kcat/openal-soft.git
|
git clone https://github.com/kcat/openal-soft.git
|
||||||
|
cd openal-soft
|
||||||
|
git checkout openal-soft-1.19.1
|
||||||
|
|
||||||
cd "$EXTERNAL/openal-soft/build"
|
cd "$EXTERNAL/openal-soft/build"
|
||||||
cmake \
|
cmake \
|
||||||
|
|
|
@ -89,7 +89,7 @@ Go to ***BuildPath*** and run
|
||||||
|
|
||||||
git clone git://repo.or.cz/openal-soft.git
|
git clone git://repo.or.cz/openal-soft.git
|
||||||
cd openal-soft
|
cd openal-soft
|
||||||
git checkout v1.18
|
git checkout openal-soft-1.19.1
|
||||||
cd build
|
cd build
|
||||||
cmake -D LIBTYPE:STRING=STATIC ..
|
cmake -D LIBTYPE:STRING=STATIC ..
|
||||||
make $MAKE_THREADS_CNT
|
make $MAKE_THREADS_CNT
|
||||||
|
|
|
@ -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
|
git clone git://repo.or.cz/openal-soft.git
|
||||||
cd openal-soft
|
cd openal-soft
|
||||||
git checkout 18bb46163af
|
git checkout openal-soft-1.19.1
|
||||||
cd build
|
cd build
|
||||||
cmake -G "Visual Studio 15 2017" -D LIBTYPE:STRING=STATIC -D FORCE_STATIC_VCRT:STRING=ON ..
|
cmake -G "Visual Studio 15 2017" -D LIBTYPE:STRING=STATIC -D FORCE_STATIC_VCRT:STRING=ON ..
|
||||||
msbuild OpenAL32.vcxproj /property:Configuration=Debug
|
msbuild OpenAL32.vcxproj /property:Configuration=Debug
|
||||||
|
|
|
@ -87,7 +87,9 @@ Go to ***BuildPath*** and run
|
||||||
cd ..
|
cd ..
|
||||||
|
|
||||||
git clone git://repo.or.cz/openal-soft.git
|
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 ..
|
cmake -D LIBTYPE:STRING=STATIC -D CMAKE_OSX_DEPLOYMENT_TARGET:STRING=10.8 ..
|
||||||
make -j4
|
make -j4
|
||||||
sudo make install
|
sudo make install
|
||||||
|
|
|
@ -284,7 +284,7 @@ parts:
|
||||||
openal:
|
openal:
|
||||||
source: https://github.com/kcat/openal-soft.git
|
source: https://github.com/kcat/openal-soft.git
|
||||||
source-depth: 1
|
source-depth: 1
|
||||||
source-branch: v1.18
|
source-branch: v1.19
|
||||||
plugin: cmake
|
plugin: cmake
|
||||||
build-packages:
|
build-packages:
|
||||||
- oss4-dev
|
- oss4-dev
|
||||||
|
|
Loading…
Reference in New Issue