Skip to content

Commit

Permalink
[skia] Bump dng_sdk version in portfile.cmake to fix build on musl (#…
Browse files Browse the repository at this point in the history
…41366)

Co-authored-by: Kai Pastor <[email protected]>
  • Loading branch information
ApartGorgon9849 and dg0yt authored Oct 10, 2024
1 parent 5bb2aee commit 5a3e638
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ports/skia/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ declare_external_from_git(dawn
)
declare_external_from_git(dng_sdk
URL "https://android.googlesource.com/platform/external/dng_sdk.git"
REF "c8d0c9b1d16bfda56f15165d39e0ffa360a11123"
REF "679499cc9b92cfb0ae1dccbfd7e97ce719d23576"
LICENSE_FILE LICENSE
)
declare_external_from_git(jinja2
Expand Down
1 change: 1 addition & 0 deletions ports/skia/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "skia",
"version": "129",
"port-version": 1,
"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 @@ -8354,7 +8354,7 @@
},
"skia": {
"baseline": "129",
"port-version": 0
"port-version": 1
},
"skyr-url": {
"baseline": "1.13.0",
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": "886519547ba2addf980c4c567bca7f4c4d686d2f",
"version": "129",
"port-version": 1
},
{
"git-tree": "76a242d24e0e810ad8c78e3deaef69d4b634e8fc",
"version": "129",
Expand Down

0 comments on commit 5a3e638

Please sign in to comment.