mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-06-05 06:33:57 +02:00
Upgrade libjxl on Linux to 0.10.3
This commit is contained in:
parent
a507d28b49
commit
e6e1b9446d
2 changed files with 2 additions and 2 deletions
|
@ -250,7 +250,7 @@ COPY --link --from=lcms2 {{ LibrariesPath }}/lcms2-cache /
|
||||||
COPY --link --from=brotli {{ LibrariesPath }}/brotli-cache /
|
COPY --link --from=brotli {{ LibrariesPath }}/brotli-cache /
|
||||||
COPY --link --from=highway {{ LibrariesPath }}/highway-cache /
|
COPY --link --from=highway {{ LibrariesPath }}/highway-cache /
|
||||||
|
|
||||||
RUN git clone -b v0.10.2 --depth=1 {{ GIT }}/libjxl/libjxl.git \
|
RUN git clone -b v0.10.3 --depth=1 {{ GIT }}/libjxl/libjxl.git \
|
||||||
&& cd libjxl \
|
&& cd libjxl \
|
||||||
&& git apply ../patches/libjxl.patch \
|
&& git apply ../patches/libjxl.patch \
|
||||||
&& git submodule update --init --recursive --depth=1 third_party/libjpeg-turbo \
|
&& git submodule update --init --recursive --depth=1 third_party/libjpeg-turbo \
|
||||||
|
|
|
@ -237,7 +237,7 @@ parts:
|
||||||
libjxl:
|
libjxl:
|
||||||
source: https://github.com/libjxl/libjxl.git
|
source: https://github.com/libjxl/libjxl.git
|
||||||
source-depth: 1
|
source-depth: 1
|
||||||
source-tag: v0.10.2
|
source-tag: v0.10.3
|
||||||
plugin: cmake
|
plugin: cmake
|
||||||
build-environment:
|
build-environment:
|
||||||
- LDFLAGS: ${LDFLAGS:+$LDFLAGS} -s
|
- LDFLAGS: ${LDFLAGS:+$LDFLAGS} -s
|
||||||
|
|
Loading…
Add table
Reference in a new issue