mirror of
https://hubproxy.babadafafafafa.cn/https://github.com/telegramdesktop/tdesktop
synced 2026-09-20 08:03:45 +08:00
Update libde265, libheif
This commit is contained in:
@@ -286,7 +286,7 @@ EOF
|
||||
|
||||
FROM builder AS de265
|
||||
RUN --mount=type=cache,target=/var/cache/ccache <<EOF
|
||||
git clone -b v1.1.1 --depth=1 https://github.com/strukturag/libde265.git
|
||||
git clone -b v1.1.3 --depth=1 https://github.com/strukturag/libde265.git
|
||||
cd libde265
|
||||
cmake -B build . \
|
||||
-DCMAKE_BUILD_TYPE=None \
|
||||
@@ -358,7 +358,7 @@ FROM builder AS heif
|
||||
COPY --link --from=de265 /usr/src/de265-cache /
|
||||
|
||||
RUN --mount=type=cache,target=/var/cache/ccache <<EOF
|
||||
git clone -b v1.23.1 --depth=1 https://github.com/strukturag/libheif.git
|
||||
git clone -b v1.23.4 --depth=1 https://github.com/strukturag/libheif.git
|
||||
cd libheif
|
||||
cmake -B build . \
|
||||
-DBUILD_SHARED_LIBS=OFF \
|
||||
|
||||
@@ -920,7 +920,7 @@ mac:
|
||||
""")
|
||||
|
||||
stage('libde265', """
|
||||
git clone -b v1.1.1 https://github.com/strukturag/libde265.git
|
||||
git clone -b v1.1.3 https://github.com/strukturag/libde265.git
|
||||
cd libde265
|
||||
win:
|
||||
cmake . ^
|
||||
@@ -991,7 +991,7 @@ mac:
|
||||
""")
|
||||
|
||||
stage('libheif', """
|
||||
git clone -b v1.23.1 https://github.com/strukturag/libheif.git
|
||||
git clone -b v1.23.4 https://github.com/strukturag/libheif.git
|
||||
cd libheif
|
||||
win:
|
||||
%THIRDPARTY_DIR%\\msys64\\usr\\bin\\sed.exe -i 's/LIBHEIF_EXPORTS/LIBDE265_STATIC_BUILD/g' libheif/CMakeLists.txt
|
||||
|
||||
Reference in New Issue
Block a user