vcpkg/ports/cairo/vcpkg.json
Alonso Schaich 25eaff7533
[cairo] update to 1.7.6 (#23849)
* [cairo] upgrade cairo to 1.7.6 (microsoft#23848)

* [cairo] remove patch (microsoft#23848)

0001-meson-fix-macOS-build-and-add-macOS-ci.patch has been merged
into the upstream repository and is part of the 1.7.6 release.

* [cairo] use meson option to disable bfd (microsoft#23848)

Upstream has introduced an option to disable bfd. Use the option
to disable it (See microsoft#23022)

* [cairo] chase upstream cflags handling (microsoft#23848)

Upstream has put all cflags handling into the top-level meson.

Move our static compilation indicator definition to the top level,
too.

* [cairo] force-disable xcb (microsoft#23848)

This is the next update

* [cairo] format vcpkg.json (microsoft#23848)

* [cairo] update version registries (microsoft#23848)

* [cairo] add license (microsoft#23848)

* [cairo] regenerate versions registry (microsoft#23848)

Co-authored-by: Schaich <alonso.schaich@sodgeit.de>
2022-04-01 14:39:10 -07:00

48 lines
1.1 KiB
JSON

{
"name": "cairo",
"version": "1.17.6",
"description": "Cairo is a 2D graphics library with support for multiple output devices. Currently supported output targets include the X Window System (via both Xlib and XCB), Quartz, Win32, image buffers, PostScript, PDF, and SVG file output. Experimental backends include OpenGL, BeOS, OS/2, and DirectFB.",
"homepage": "https://cairographics.org",
"license": "MPL-1.1",
"dependencies": [
"dirent",
"expat",
"libpng",
"lzo",
"pixman",
"pthread",
{
"name": "vcpkg-tool-meson",
"host": true
},
"zlib"
],
"default-features": [
"fontconfig",
"freetype"
],
"features": {
"fontconfig": {
"description": "build with fontconfig",
"dependencies": [
"fontconfig"
]
},
"freetype": {
"description": "use the freetype font backend",
"dependencies": [
"freetype"
]
},
"gobject": {
"description": "build gobject module",
"dependencies": [
"glib"
]
},
"x11": {
"description": "build with x11 support"
}
}
}