mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-06-05 06:33:57 +02:00
Update libjxl in Docker & snap
This commit is contained in:
parent
90405f3ebc
commit
5e546d1198
2 changed files with 2 additions and 2 deletions
|
@ -263,7 +263,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.8.2 --depth=1 {{ GIT }}/libjxl/libjxl.git \
|
RUN git clone -b v0.10.2 --depth=1 {{ GIT }}/libjxl/libjxl.git \
|
||||||
&& cd libjxl \
|
&& cd libjxl \
|
||||||
&& cmake -GNinja -B build . \
|
&& cmake -GNinja -B build . \
|
||||||
-DCMAKE_BUILD_TYPE=None \
|
-DCMAKE_BUILD_TYPE=None \
|
||||||
|
|
|
@ -246,7 +246,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.8.2
|
source-tag: v0.10.2
|
||||||
plugin: cmake
|
plugin: cmake
|
||||||
build-environment:
|
build-environment:
|
||||||
- LDFLAGS: ${LDFLAGS:+$LDFLAGS} -s
|
- LDFLAGS: ${LDFLAGS:+$LDFLAGS} -s
|
||||||
|
|
Loading…
Add table
Reference in a new issue