mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-01-06 03:18:56 +08:00
c05e96fe7e
* Fix build failure for cross-compiling * update port version database * Fix build failure for windows. * update port version * update port version database * Adjust logic to remove gdk-pixbuf-thumbnailer. * update port version database * [gtk] Fix build failure for windows * update port version database * ci's down, just force it to rerun. * Revert "ci's down, just force it to rerun." This reverts commit 6d1040207f93869598019aef7cba4e49a1168efd. * Update gdk-pixbuf.json * overwrite port version * update port version database * Update gdk-pixbuf.json Co-authored-by: Jamlys Lee <jamlys_lee@163.com> Co-authored-by: LilyWangLL <94091114+LilyWangLL@users.noreply.github.com>
24 lines
412 B
JSON
24 lines
412 B
JSON
{
|
|
"name": "gdk-pixbuf",
|
|
"version": "2.42.8",
|
|
"port-version": 3,
|
|
"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"
|
|
]
|
|
}
|