mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-03-30 15:30:20 +00:00
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
|
||||
- liblzma-dev
|
||||
- libminizip-dev
|
||||
- libopenal-dev
|
||||
- libopus-dev
|
||||
- libpulse-dev
|
||||
- libssl-dev
|
||||
@ -88,7 +87,6 @@ parts:
|
||||
- liblz4-1
|
||||
- liblzma5
|
||||
- libminizip1
|
||||
- libopenal1
|
||||
- libopus0
|
||||
- libpulse0
|
||||
- libssl1.1
|
||||
@ -124,6 +122,7 @@ parts:
|
||||
- cmake
|
||||
- desktop-qt5
|
||||
- ffmpeg
|
||||
- openal
|
||||
- range-v3
|
||||
- xxhash
|
||||
|
||||
@ -296,6 +295,28 @@ parts:
|
||||
after:
|
||||
- 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:
|
||||
source: https://github.com/ericniebler/range-v3.git
|
||||
source-depth: 1
|
||||
|
Loading…
Reference in New Issue
Block a user