Skip to content

Commit

Permalink
Merge pull request #22 from lazka/update-deps-2
Browse files Browse the repository at this point in the history
Update deps
  • Loading branch information
lazka authored Jan 8, 2025
2 parents 7e7911d + 34db750 commit 839048d
Show file tree
Hide file tree
Showing 5 changed files with 23 additions and 24 deletions.
1 change: 0 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,6 @@ jobs:
cd cairo-build
meson setup build-cairo-arm64 `
-Dpixman:a64-neon=disabled `
-Dpixman:iwmmxt=disabled `
-Dpixman:mmx=disabled `
--prefix=$env:GITHUB_WORKSPACE/prefix-cairo-arm64 `
--cross-file ../.ci/cross_amd64_arm64.txt
Expand Down
18 changes: 9 additions & 9 deletions cairo-build/subprojects/libpng.wrap
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
[wrap-file]
directory = libpng-1.6.43
source_url = https://github.com/glennrp/libpng/archive/v1.6.43.tar.gz
source_filename = libpng-1.6.43.tar.gz
source_hash = fecc95b46cf05e8e3fc8a414750e0ba5aad00d89e9fdf175e94ff041caf1a03a
patch_filename = libpng_1.6.43-2_patch.zip
patch_url = https://wrapdb.mesonbuild.com/v2/libpng_1.6.43-2/get_patch
patch_hash = 49951297edf03e81d925ab03726555f09994ad1ed78fb539a269216430eef3da
source_fallback_url = https://github.com/mesonbuild/wrapdb/releases/download/libpng_1.6.43-2/libpng-1.6.43.tar.gz
wrapdb_version = 1.6.43-2
directory = libpng-1.6.44
source_url = https://github.com/glennrp/libpng/archive/v1.6.44.tar.gz
source_filename = libpng-1.6.44.tar.gz
source_hash = 0ef5b633d0c65f780c4fced27ff832998e71478c13b45dfb6e94f23a82f64f7c
patch_filename = libpng_1.6.44-1_patch.zip
patch_url = https://wrapdb.mesonbuild.com/v2/libpng_1.6.44-1/get_patch
patch_hash = 394b07614c45fbd1beac8b660386216a490fe12f841a1a445799b676c9c892fb
source_fallback_url = https://github.com/mesonbuild/wrapdb/releases/download/libpng_1.6.44-1/libpng-1.6.44.tar.gz
wrapdb_version = 1.6.44-1

[provide]
libpng = libpng_dep
12 changes: 6 additions & 6 deletions cairo-build/subprojects/pixman.wrap
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
[wrap-file]
directory = pixman-0.43.4
source_url = https://www.cairographics.org/releases/pixman-0.43.4.tar.gz
source_filename = pixman-0.43.4.tar.gz
source_hash = a0624db90180c7ddb79fc7a9151093dc37c646d8c38d3f232f767cf64b85a226
source_fallback_url = https://github.com/mesonbuild/wrapdb/releases/download/pixman_0.43.4-1/pixman-0.43.4.tar.gz
wrapdb_version = 0.43.4-1
directory = pixman-0.44.2
source_url = https://www.cairographics.org/releases/pixman-0.44.2.tar.gz
source_filename = pixman-0.44.2.tar.gz
source_hash = 6349061ce1a338ab6952b92194d1b0377472244208d47ff25bef86fc71973466
source_fallback_url = https://github.com/mesonbuild/wrapdb/releases/download/pixman_0.44.2-1/pixman-0.44.2.tar.gz
wrapdb_version = 0.44.2-1

[provide]
pixman-1 = idep_pixman
12 changes: 6 additions & 6 deletions pkgconf-build/subprojects/pkgconf.wrap
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
[wrap-file]
directory = pkgconf-2.1.1
source_url = https://distfiles.ariadne.space/pkgconf/pkgconf-2.1.1.tar.xz
source_filename = pkgconf-2.1.1.tar.xz
source_hash = 3a224f2accf091b77a5781316e27b9ee3ba82c083cc2e539e08940b68a44fec5
source_fallback_url = https://github.com/mesonbuild/wrapdb/releases/download/pkgconf_2.1.1-1/pkgconf-2.1.1.tar.xz
wrapdb_version = 2.1.1-1
directory = pkgconf-2.3.0
source_url = https://distfiles.ariadne.space/pkgconf/pkgconf-2.3.0.tar.xz
source_filename = pkgconf-2.3.0.tar.xz
source_hash = 3a9080ac51d03615e7c1910a0a2a8df08424892b5f13b0628a204d3fcce0ea8b
source_fallback_url = https://github.com/mesonbuild/wrapdb/releases/download/pkgconf_2.3.0-1/pkgconf-2.3.0.tar.xz
wrapdb_version = 2.3.0-1

[provide]
libpkgconf = dep_libpkgconf
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
meson==1.5.1
ninja==1.11.1.1
meson==1.6.1
ninja==1.11.1.3

0 comments on commit 839048d

Please sign in to comment.