Add imagemagick,jbig,lerc,libaom,libde265,libheif,libjxl,libtiff,libwebp,libzip

This commit is contained in:
crazywhalecc
2026-02-05 20:59:23 +08:00
parent 807b90b182
commit 7ae16e5be8
20 changed files with 617 additions and 0 deletions

View File

@@ -0,0 +1,32 @@
imagemagick:
type: library
artifact:
source: {
"type": "ghtar",
"repo": "ImageMagick/ImageMagick"
}
metadata:
license-files: [LICENSE]
lang: cpp
pkg-configs: [
"Magick++-7.Q16HDRI",
"MagickCore-7.Q16HDRI",
"MagickWand-7.Q16HDRI"
]
depends:
- zlib
- libjpeg
- libjxl
- libpng
- libwebp
- freetype
- libtiff
- libheif
- bzip2
suggests:
- zstd
- xz
- libzip
- libxml2