vcpkg/ports/gdk-pixbuf/vcpkg.json
Jamlys Lee c05e96fe7e
[gdk-pixbuf] fix bug for cross build (#25689)
* 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 6d1040207f.

* 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>
2022-07-14 14:27:57 -07:00

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"
]
}