Skip to content

Commit

Permalink
[skia] update to 126
Browse files Browse the repository at this point in the history
  • Loading branch information
abique committed May 22, 2024
1 parent 587cd22 commit b79334e
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 7 deletions.
10 changes: 5 additions & 5 deletions ports/skia/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ include("${CMAKE_CURRENT_LIST_DIR}/skia-functions.cmake")
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO google/skia
REF "e7bf161ff959268a2a2f37530a6ea61c27019d33"
SHA512 9cb0c39c6721c5e27a24bee97c93925b7b1f4dd774c08520384ccdf736ab5097e49692529a9fe46f50ae799e6aa9f3e8d7ec43cf9177914fcd6f6f01b76a52c4
REF "9097d768e80c83cd38697be2f194aff4d1f7e488"
SHA512 da9b32c870f50e1fda6d6b4becd2f24b7cac9daf7bfe62728097cf6179a33b91eb7a474cd8b66943df37025073270b020fc9753a23baabc5556aff80756f6632
PATCHES
disable-msvc-env-setup.patch
disable-dev-test.patch
Expand All @@ -31,7 +31,7 @@ declare_external_from_git(d3d12allocator
)
declare_external_from_git(dawn
URL "https://dawn.googlesource.com/dawn.git"
REF "bac513d0ae286600ea0f75a75223a5b52a198b9b"
REF "1b2d3eb175fdf83e21e21b6167a34225a03d2bc2"
LICENSE_FILE LICENSE
)
declare_external_from_git(dng_sdk
Expand Down Expand Up @@ -61,12 +61,12 @@ declare_external_from_git(spirv-cross
)
declare_external_from_git(spirv-headers
URL "https://github.com/KhronosGroup/SPIRV-Headers.git"
REF "8b246ff75c6615ba4532fe4fde20f1be090c3764"
REF "49a1fceb9b1d087f3c25ad5ec077bb0e46231297"
LICENSE_FILE LICENSE
)
declare_external_from_git(spirv-tools
URL "https://github.com/KhronosGroup/SPIRV-Tools.git"
REF "f20663ca7fec48fdc88e4c4d7c5889f8b4cc5664"
REF "199038f10cbe56bf7cbfeb5472eb0a25af2f09f5"
LICENSE_FILE LICENSE
)
declare_external_from_git(wuffs
Expand Down
2 changes: 1 addition & 1 deletion ports/skia/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "skia",
"version": "124",
"version": "126",
"description": [
"Skia is an open source 2D graphics library which provides common APIs that work across a variety of hardware and software platforms.",
"It serves as the graphics engine for Google Chrome and Chrome OS, Android, Mozilla Firefox and Firefox OS, and many other products.",
Expand Down
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -8169,7 +8169,7 @@
"port-version": 0
},
"skia": {
"baseline": "124",
"baseline": "126",
"port-version": 0
},
"skyr-url": {
Expand Down
5 changes: 5 additions & 0 deletions versions/s-/skia.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "cf829098ce6c9f15af20bbdf5ba355f2c31fa732",
"version": "126",
"port-version": 0
},
{
"git-tree": "b993a94ad57f5f651ac7dfa08cf20f17134a1b0d",
"version": "124",
Expand Down

0 comments on commit b79334e

Please sign in to comment.