Skip to content

Commit

Permalink
[pixman] update to 0.43.4 (#37682)
Browse files Browse the repository at this point in the history
  • Loading branch information
jiayuehua committed Mar 25, 2024
1 parent 2a80329 commit d68ac51
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 4 deletions.
4 changes: 2 additions & 2 deletions ports/pixman/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@ vcpkg_from_gitlab(
OUT_SOURCE_PATH SOURCE_PATH
GITLAB_URL https://gitlab.freedesktop.org
REPO pixman/pixman
REF 91b8526c1eeb2b45c21f091e890cb74cf6989ff6 # 0.43.2
SHA512 cd4ea905a2287ae1ec25720ac90a72b2812dfeb6a5a82e3bbfcfeba91461229cde61b8bc6a5dfe5711f6b2937b3d3d4ade2b0c9a0290880c7d0cc4859344b542
REF "pixman-${VERSION}"
SHA512 daeb25d91e9cb8d450a6f050cbec1d91e239a03188e993ceb6286605c5ed33d97e08d6f57efaf1d5c6a8a1eedb1ebe6c113849a80d9028d5ea189c54601be424
PATCHES
no-host-cpu-checks.patch
fix_clang-cl.patch
Expand Down
2 changes: 1 addition & 1 deletion ports/pixman/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pixman",
"version": "0.43.2",
"version": "0.43.4",
"description": "Pixman is a low-level software library for pixel manipulation, providing features such as image compositing and trapezoid rasterization.",
"homepage": "https://www.cairographics.org/releases",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -6753,7 +6753,7 @@
"port-version": 1
},
"pixman": {
"baseline": "0.43.2",
"baseline": "0.43.4",
"port-version": 0
},
"pkgconf": {
Expand Down
5 changes: 5 additions & 0 deletions versions/p-/pixman.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "f7e1a97a6af1ad657489f901a6ca14db24652eff",
"version": "0.43.4",
"port-version": 0
},
{
"git-tree": "2818a78546de0d60e38b89011073ff7ae398796e",
"version": "0.43.2",
Expand Down

0 comments on commit d68ac51

Please sign in to comment.