Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ of third party libraries used in the Windows port of WebKit.
| [openssl](https://www.libressl.org/) | libressl | N/A | Map openssl to libressl |
| [zlib](https://github.com/zlib-ng/zlib-ng) | zlib-ng | N/A | Map zlib to zlib-ng |
| [curl](https://curl.se) | 8.16.0 | 2025-09-10 | Customization of build options, and release candidates |
| [cairo](https://gitlab.freedesktop.org/cairo/cairo) | 1.18.2 | 2024-09-01 | CMake port. Will remove when cairo taken out of WebKit |
| [cairo](https://gitlab.freedesktop.org/cairo/cairo) | 1.18.4 | 2025-03-08 | CMake port. Will remove when cairo taken out of WebKit |
4 changes: 2 additions & 2 deletions ports/cairo/portfile.cmake
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
set(VERSION 1.18.2)
set(VERSION 1.18.4)

set(FILENAME "cairo-${VERSION}.tar.bz2")
set(URLS "https://gitlab.freedesktop.org/cairo/cairo/-/archive/${VERSION}/${FILENAME}")
Expand All @@ -7,7 +7,7 @@ set(URLS "https://gitlab.freedesktop.org/cairo/cairo/-/archive/${VERSION}/${FILE
vcpkg_download_distfile(ARCHIVE
URLS ${URLS}
FILENAME ${FILENAME}
SHA512 8db31b675791b892379bc5fca7f421d3e8ebca9c3cbcdc27fa80efb1274f12d89276a54fa1ec18008f81de9b1dc2fafb9fbee9ee368e893e8b035a332d07e141
SHA512 27b98a17510b4d6f0187fcb280fea1b47ae31243f6999081a7ac94f8cf3c789c05fa6eb0fe65844808ef9ac11bcd29a4c3688c871a6950d888667840385acf9b
)

# Patches
Expand Down
2 changes: 1 addition & 1 deletion ports/cairo/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cairo",
"version": "1.18.2",
"version": "1.18.4",
"description": "Cairo is a 2D graphics library with support for multiple output devices.",
"homepage": "https://gitlab.freedesktop.org/cairo/cairo",
"license": "MPL-1.1",
Expand Down
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"default": {
"cairo": {
"baseline": "1.18.2",
"baseline": "1.18.4",
"port-version": 0
},
"curl": {
Expand Down
5 changes: 5 additions & 0 deletions versions/c-/cairo.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "2fb614566f98ec8b3342acea1e14eed8944608a8",
"version": "1.18.4",
"port-version": 0
},
{
"git-tree": "d66ade1c9bb9ec902032fad20ac0d975208fedb4",
"version": "1.18.2",
Expand Down