mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-01-17 12:18:27 +08:00
b93bc1b81e
* Use official zstd config * Require packages for features * Test zstd in CI * Enable libtiffxx on arm * Update versions * Assume ZSTD_decompressStream * Don't put targets into TIFF_LIBRARIES * [qt5-imageformats] Use libtiff-4.pc * [zstd] Revise thread lib export * Mark link libs with LINK_ONLY * Revert "[zstd] Revise thread lib export" This reverts commit a99e6378a67adc68e9e43e6e193206a5ddcba60e. * [qt5-imageformats] Get all tiff lflags * [gdk-pixbuf] Use libtiff-4 pc file for msvc * [qtimageformat] Workaround for QTBUG-95052
27 lines
471 B
JSON
27 lines
471 B
JSON
{
|
|
"name": "gdk-pixbuf",
|
|
"version": "2.42.9",
|
|
"port-version": 4,
|
|
"description": "Image loading library.",
|
|
"homepage": "https://gitlab.gnome.org/GNOME/gdk-pixbuf",
|
|
"license": "LGPL-2.1-or-later",
|
|
"dependencies": [
|
|
"gettext",
|
|
"glib",
|
|
{
|
|
"name": "glib",
|
|
"host": true
|
|
},
|
|
"libpng",
|
|
{
|
|
"name": "tiff",
|
|
"default-features": false
|
|
},
|
|
{
|
|
"name": "vcpkg-tool-meson",
|
|
"host": true
|
|
},
|
|
"zlib"
|
|
]
|
|
}
|