Move minizip into prepare.py/Dockerfile

This commit is contained in:
Ilya Fedin
2026-06-08 13:48:18 +00:00
committed by John Preston
parent 8f4a4ca0c1
commit fa2164c538
16 changed files with 60 additions and 5340 deletions

View File

@@ -89,6 +89,7 @@ parts:
- ada
- avif
- ffmpeg
- minizip
- mozjpeg
- openal
- protobuf
@@ -319,6 +320,18 @@ parts:
after:
- nv-codec-headers
minizip:
source: https://github.com/madler/zlib.git
source-depth: 1
source-commit: e3dc0a85b7032e98380dec011bc8f2c2ee0d8fca
source-subdir: contrib/minizip
plugin: autotools
autotools-configure-parameters:
- --prefix=/usr
- --libdir=\${exec_prefix}/lib/$CRAFT_ARCH_TRIPLET_BUILD_FOR
- --disable-shared
prime: [-./*]
mozjpeg:
source: https://github.com/mozilla/mozjpeg.git
source-depth: 1