mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-07-16 21:35:36 +08:00
Add imagemagick,jbig,lerc,libaom,libde265,libheif,libjxl,libtiff,libwebp,libzip
This commit is contained in:
32
config/pkg/lib/imagemagick.yml
Normal file
32
config/pkg/lib/imagemagick.yml
Normal 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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user