mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-03-18 21:04:52 +08:00
33 lines
475 B
YAML
33 lines
475 B
YAML
|
|
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
|
||
|
|
|
||
|
|
|