vcpkg/ports/gdk-pixbuf/vcpkg.json
Alonso Schaich 87ed56ca34
[gdk-pixbuf] update to 2.42.9 (#26534)
* [gdk-pixbuf] update to 2.42.9 (microsoft#26533)

* [gdk-pixbuf] don't build the test suite (microsoft#26533)

We're not running nor installing the test suite, so there's no
point in building it, either

* [gdk-pixbuf] Blacklist x64-windows-static (microsoft#26533)

Fails to build over here. In fact, 2.42.8 also fails over here,
so it's probably not a regression.

* [gdk-pixbuf] Regenerate version registries (microsoft#26533)
2022-08-31 13:36:38 -07:00

23 lines
391 B
JSON

{
"name": "gdk-pixbuf",
"version": "2.42.9",
"description": "Image loading library.",
"homepage": "https://gitlab.gnome.org/GNOME/gdk-pixbuf",
"license": "LGPL-2.1-only",
"dependencies": [
"gettext",
"glib",
{
"name": "glib",
"host": true
},
"libpng",
"tiff",
{
"name": "vcpkg-tool-meson",
"host": true
},
"zlib"
]
}