mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-06-06 15:13:57 +02:00
Update OpenAL to 1.23.0 on Linux
This commit is contained in:
parent
db04e33128
commit
dc459d454f
2 changed files with 2 additions and 2 deletions
|
@ -629,7 +629,7 @@ RUN git clone -b 0.3.25 --depth=1 {{ GIT }}/PipeWire/pipewire.git \
|
||||||
FROM builder AS openal
|
FROM builder AS openal
|
||||||
COPY --link --from=pipewire {{ LibrariesPath }}/pipewire-cache /
|
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 \
|
&& cd openal-soft \
|
||||||
&& cmake -GNinja -B build . \
|
&& cmake -GNinja -B build . \
|
||||||
-DCMAKE_BUILD_TYPE=None \
|
-DCMAKE_BUILD_TYPE=None \
|
||||||
|
|
|
@ -330,7 +330,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-tag: 1.22.2
|
source-tag: 1.23.0
|
||||||
plugin: cmake
|
plugin: cmake
|
||||||
build-environment:
|
build-environment:
|
||||||
- LDFLAGS: -s
|
- LDFLAGS: -s
|
||||||
|
|
Loading…
Add table
Reference in a new issue