vcpkg/ports/gdk-pixbuf/vcpkg.json
Billy O'Neal 309f985971
[atk,gdk-pixbuf,glib] Use vcpkg_from_gitlab. (#24541)
* [atk,gdk-pixbuf,glib] Use vcpkg_from_gitlab.

* Add quotes and licenses.
2022-05-06 11:20:25 -07:00

24 lines
412 B
JSON

{
"name": "gdk-pixbuf",
"version": "2.42.8",
"port-version": 2,
"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"
]
}