mirror of https://github.com/procxx/kepka.git
Update openal to fix 2x sound speed in snap
This commit is contained in:
parent
fb99b9b547
commit
cd33d855a4
|
@ -75,7 +75,6 @@ parts:
|
||||||
- liblz4-dev
|
- liblz4-dev
|
||||||
- liblzma-dev
|
- liblzma-dev
|
||||||
- libminizip-dev
|
- libminizip-dev
|
||||||
- libopenal-dev
|
|
||||||
- libopus-dev
|
- libopus-dev
|
||||||
- libpulse-dev
|
- libpulse-dev
|
||||||
- libssl-dev
|
- libssl-dev
|
||||||
|
@ -88,7 +87,6 @@ parts:
|
||||||
- liblz4-1
|
- liblz4-1
|
||||||
- liblzma5
|
- liblzma5
|
||||||
- libminizip1
|
- libminizip1
|
||||||
- libopenal1
|
|
||||||
- libopus0
|
- libopus0
|
||||||
- libpulse0
|
- libpulse0
|
||||||
- libssl1.1
|
- libssl1.1
|
||||||
|
@ -124,6 +122,7 @@ parts:
|
||||||
- cmake
|
- cmake
|
||||||
- desktop-qt5
|
- desktop-qt5
|
||||||
- ffmpeg
|
- ffmpeg
|
||||||
|
- openal
|
||||||
- range-v3
|
- range-v3
|
||||||
- xxhash
|
- xxhash
|
||||||
|
|
||||||
|
@ -296,6 +295,28 @@ parts:
|
||||||
after:
|
after:
|
||||||
- patches
|
- patches
|
||||||
|
|
||||||
|
openal:
|
||||||
|
source: https://github.com/kcat/openal-soft.git
|
||||||
|
source-depth: 1
|
||||||
|
source-tag: openal-soft-1.20.1
|
||||||
|
plugin: cmake
|
||||||
|
build-packages:
|
||||||
|
- libasound2-dev
|
||||||
|
- libpulse-dev
|
||||||
|
- libsndio-dev
|
||||||
|
- portaudio19-dev
|
||||||
|
stage-packages:
|
||||||
|
- libasound2
|
||||||
|
- libpulse0
|
||||||
|
- libportaudio2
|
||||||
|
- libsndio6.1
|
||||||
|
configflags:
|
||||||
|
- -DCMAKE_BUILD_TYPE=Release
|
||||||
|
- -DALSOFT_EXAMPLES=OFF
|
||||||
|
- -DALSOFT_TESTS=OFF
|
||||||
|
- -DALSOFT_UTILS=OFF
|
||||||
|
- -DALSOFT_CONFIG=OFF
|
||||||
|
|
||||||
range-v3:
|
range-v3:
|
||||||
source: https://github.com/ericniebler/range-v3.git
|
source: https://github.com/ericniebler/range-v3.git
|
||||||
source-depth: 1
|
source-depth: 1
|
||||||
|
|
Loading…
Reference in New Issue