Update OpenAL to 1.23.0 on Linux

This commit is contained in:
Ilya Fedin 2023-04-01 22:43:08 +04:00 committed by John Preston
parent db04e33128
commit dc459d454f
2 changed files with 2 additions and 2 deletions

View File

@ -629,7 +629,7 @@ RUN git clone -b 0.3.25 --depth=1 {{ GIT }}/PipeWire/pipewire.git \
FROM builder AS openal
COPY --link --from=pipewire {{ LibrariesPath }}/pipewire-cache /
RUN git clone -b 1.22.2 --depth=1 {{ GIT }}/kcat/openal-soft.git \
RUN git clone -b 1.23.0 --depth=1 {{ GIT }}/kcat/openal-soft.git \
&& cd openal-soft \
&& cmake -GNinja -B build . \
-DCMAKE_BUILD_TYPE=None \

View File

@ -330,7 +330,7 @@ parts:
openal:
source: https://github.com/kcat/openal-soft.git
source-depth: 1
source-tag: 1.22.2
source-tag: 1.23.0
plugin: cmake
build-environment:
- LDFLAGS: -s