mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-03-18 04:44:53 +08:00
sort config, add imagemagick
This commit is contained in:
parent
a59e338438
commit
9daa10e939
@ -1,4 +1,8 @@
|
|||||||
{
|
{
|
||||||
|
"apcu": {
|
||||||
|
"type": "external",
|
||||||
|
"source": "apcu"
|
||||||
|
},
|
||||||
"bcmath": {
|
"bcmath": {
|
||||||
"type": "builtin"
|
"type": "builtin"
|
||||||
},
|
},
|
||||||
@ -35,10 +39,6 @@
|
|||||||
"zlib"
|
"zlib"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"apcu": {
|
|
||||||
"type": "external",
|
|
||||||
"source": "apcu"
|
|
||||||
},
|
|
||||||
"event": {
|
"event": {
|
||||||
"type": "external",
|
"type": "external",
|
||||||
"source": "ext-event",
|
"source": "ext-event",
|
||||||
@ -114,6 +114,14 @@
|
|||||||
"libiconv"
|
"libiconv"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
"imagick": {
|
||||||
|
"type": "external",
|
||||||
|
"source": "ext-imagick",
|
||||||
|
"arg-type": "custom",
|
||||||
|
"lib-depends": [
|
||||||
|
"imagemagick"
|
||||||
|
]
|
||||||
|
},
|
||||||
"imap": {
|
"imap": {
|
||||||
"type": "builtin",
|
"type": "builtin",
|
||||||
"arg-type": "with",
|
"arg-type": "with",
|
||||||
|
|||||||
@ -15,21 +15,6 @@
|
|||||||
"brotli"
|
"brotli"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"ncurses": {
|
|
||||||
"source": "ncurses",
|
|
||||||
"static-libs-unix": [
|
|
||||||
"libncurses.a"
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"readline": {
|
|
||||||
"source": "readline",
|
|
||||||
"static-libs-unix": [
|
|
||||||
"libreadline.a"
|
|
||||||
],
|
|
||||||
"lib-depends": [
|
|
||||||
"ncurses"
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"bzip2": {
|
"bzip2": {
|
||||||
"source": "bzip2",
|
"source": "bzip2",
|
||||||
"static-libs-unix": [
|
"static-libs-unix": [
|
||||||
@ -111,6 +96,28 @@
|
|||||||
"gmp.h"
|
"gmp.h"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
"imagemagick": {
|
||||||
|
"source": "imagemagick",
|
||||||
|
"static-libs-unix": [
|
||||||
|
"libMagick++-7.Q16HDRI.a",
|
||||||
|
"libMagickCore-7.Q16HDRI.a",
|
||||||
|
"libMagickWand-7.Q16HDRI.a"
|
||||||
|
],
|
||||||
|
"lib-depends": [
|
||||||
|
"zlib",
|
||||||
|
"libpng",
|
||||||
|
"libjpeg",
|
||||||
|
"bzip2"
|
||||||
|
],
|
||||||
|
"lib-suggests": [
|
||||||
|
"libwebp",
|
||||||
|
"freetype",
|
||||||
|
"zstd",
|
||||||
|
"xz",
|
||||||
|
"libzip",
|
||||||
|
"libxml2"
|
||||||
|
]
|
||||||
|
},
|
||||||
"libavif": {
|
"libavif": {
|
||||||
"source": "libavif",
|
"source": "libavif",
|
||||||
"static-libs-unix": [
|
"static-libs-unix": [
|
||||||
@ -294,6 +301,12 @@
|
|||||||
"libmcrypt.a"
|
"libmcrypt.a"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
"ncurses": {
|
||||||
|
"source": "ncurses",
|
||||||
|
"static-libs-unix": [
|
||||||
|
"libncurses.a"
|
||||||
|
]
|
||||||
|
},
|
||||||
"nghttp2": {
|
"nghttp2": {
|
||||||
"source": "nghttp2",
|
"source": "nghttp2",
|
||||||
"static-libs-unix": [
|
"static-libs-unix": [
|
||||||
@ -346,6 +359,9 @@
|
|||||||
"zlib"
|
"zlib"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
"pkg-config": {
|
||||||
|
"source": "pkg-config"
|
||||||
|
},
|
||||||
"postgresql": {
|
"postgresql": {
|
||||||
"source": "postgresql",
|
"source": "postgresql",
|
||||||
"static-libs-unix": [
|
"static-libs-unix": [
|
||||||
@ -364,6 +380,15 @@
|
|||||||
"semaphore.h"
|
"semaphore.h"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
"readline": {
|
||||||
|
"source": "readline",
|
||||||
|
"static-libs-unix": [
|
||||||
|
"libreadline.a"
|
||||||
|
],
|
||||||
|
"lib-depends": [
|
||||||
|
"ncurses"
|
||||||
|
]
|
||||||
|
},
|
||||||
"sqlite": {
|
"sqlite": {
|
||||||
"source": "sqlite",
|
"source": "sqlite",
|
||||||
"static-libs-unix": [
|
"static-libs-unix": [
|
||||||
|
|||||||
@ -6,6 +6,16 @@
|
|||||||
"path": "LICENSE"
|
"path": "LICENSE"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"apcu": {
|
||||||
|
"type": "url",
|
||||||
|
"url": "http://pecl.php.net/get/APCu",
|
||||||
|
"path": "php-src/ext/apcu",
|
||||||
|
"filename": "apcu.tgz",
|
||||||
|
"license": {
|
||||||
|
"type": "file",
|
||||||
|
"path": "LICENSE"
|
||||||
|
}
|
||||||
|
},
|
||||||
"brotli": {
|
"brotli": {
|
||||||
"type": "ghtar",
|
"type": "ghtar",
|
||||||
"repo": "google/brotli",
|
"repo": "google/brotli",
|
||||||
@ -41,22 +51,14 @@
|
|||||||
"path": "LICENSE"
|
"path": "LICENSE"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"ncurses": {
|
"ext-imagick": {
|
||||||
"type": "filelist",
|
"type": "url",
|
||||||
"url": "https://ftp.gnu.org/pub/gnu/ncurses/",
|
"url": "https://pecl.php.net/get/imagick",
|
||||||
"regex": "/href=\"(?<file>ncurses-(?<version>[^\"]+)\\.tar\\.gz)\"/",
|
"path": "php-src/ext/imagick",
|
||||||
|
"filename": "imagick.tgz",
|
||||||
"license": {
|
"license": {
|
||||||
"type": "file",
|
"type": "file",
|
||||||
"path": "COPYING"
|
"path": "LICENSE"
|
||||||
}
|
|
||||||
},
|
|
||||||
"readline": {
|
|
||||||
"type": "filelist",
|
|
||||||
"url": "https://ftp.gnu.org/pub/gnu/readline/",
|
|
||||||
"regex": "/href=\"(?<file>readline-(?<version>[^\"]+)\\.tar\\.gz)\"/",
|
|
||||||
"license": {
|
|
||||||
"type": "file",
|
|
||||||
"path": "COPYING"
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"ext-zstd": {
|
"ext-zstd": {
|
||||||
@ -87,6 +89,14 @@
|
|||||||
"text": "Since version 6, GMP is distributed under the dual licenses, GNU LGPL v3 and GNU GPL v2. These licenses make the library free to use, share, and improve, and allow you to pass on the result. The GNU licenses give freedoms, but also set firm restrictions on the use with non-free programs."
|
"text": "Since version 6, GMP is distributed under the dual licenses, GNU LGPL v3 and GNU GPL v2. These licenses make the library free to use, share, and improve, and allow you to pass on the result. The GNU licenses give freedoms, but also set firm restrictions on the use with non-free programs."
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"imagemagick": {
|
||||||
|
"type": "ghtar",
|
||||||
|
"repo": "ImageMagick/ImageMagick",
|
||||||
|
"license": {
|
||||||
|
"type": "file",
|
||||||
|
"path": "LICENSE"
|
||||||
|
}
|
||||||
|
},
|
||||||
"inotify": {
|
"inotify": {
|
||||||
"type": "url",
|
"type": "url",
|
||||||
"url": "http://pecl.php.net/get/inotify",
|
"url": "http://pecl.php.net/get/inotify",
|
||||||
@ -209,16 +219,6 @@
|
|||||||
"path": "LICENSE"
|
"path": "LICENSE"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"apcu": {
|
|
||||||
"type": "url",
|
|
||||||
"url": "http://pecl.php.net/get/APCu",
|
|
||||||
"path": "php-src/ext/apcu",
|
|
||||||
"filename": "apcu.tgz",
|
|
||||||
"license": {
|
|
||||||
"type": "file",
|
|
||||||
"path": "LICENSE"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"mcrypt": {
|
"mcrypt": {
|
||||||
"type": "url",
|
"type": "url",
|
||||||
"url": "https://jaist.dl.sourceforge.net/project/mcrypt/MCrypt/2.6.8/mcrypt-2.6.8.tar.gz",
|
"url": "https://jaist.dl.sourceforge.net/project/mcrypt/MCrypt/2.6.8/mcrypt-2.6.8.tar.gz",
|
||||||
@ -247,6 +247,15 @@
|
|||||||
"path": "LICENSE"
|
"path": "LICENSE"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"ncurses": {
|
||||||
|
"type": "filelist",
|
||||||
|
"url": "https://ftp.gnu.org/pub/gnu/ncurses/",
|
||||||
|
"regex": "/href=\"(?<file>ncurses-(?<version>[^\"]+)\\.tar\\.gz)\"/",
|
||||||
|
"license": {
|
||||||
|
"type": "file",
|
||||||
|
"path": "COPYING"
|
||||||
|
}
|
||||||
|
},
|
||||||
"nghttp2": {
|
"nghttp2": {
|
||||||
"type": "ghrel",
|
"type": "ghrel",
|
||||||
"repo": "nghttp2/nghttp2",
|
"repo": "nghttp2/nghttp2",
|
||||||
@ -274,6 +283,15 @@
|
|||||||
"path": "LICENSE.txt"
|
"path": "LICENSE.txt"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"pkg-config": {
|
||||||
|
"type": "filelist",
|
||||||
|
"url": "https://pkgconfig.freedesktop.org/releases/",
|
||||||
|
"regex": "/href=\"(?<file>pkg-config-(?<version>[^\"]+)\\.tar\\.gz)\"/",
|
||||||
|
"license": {
|
||||||
|
"type": "file",
|
||||||
|
"path": "COPYING"
|
||||||
|
}
|
||||||
|
},
|
||||||
"postgresql": {
|
"postgresql": {
|
||||||
"type": "custom",
|
"type": "custom",
|
||||||
"license": {
|
"license": {
|
||||||
@ -300,6 +318,15 @@
|
|||||||
"path": "LICENSE"
|
"path": "LICENSE"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"readline": {
|
||||||
|
"type": "filelist",
|
||||||
|
"url": "https://ftp.gnu.org/pub/gnu/readline/",
|
||||||
|
"regex": "/href=\"(?<file>readline-(?<version>[^\"]+)\\.tar\\.gz)\"/",
|
||||||
|
"license": {
|
||||||
|
"type": "file",
|
||||||
|
"path": "COPYING"
|
||||||
|
}
|
||||||
|
},
|
||||||
"redis": {
|
"redis": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"path": "php-src/ext/redis",
|
"path": "php-src/ext/redis",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user