Skip to content

Commit 839048d

Browse files
authored
Merge pull request #22 from lazka/update-deps-2
Update deps
2 parents 7e7911d + 34db750 commit 839048d

5 files changed

Lines changed: 23 additions & 24 deletions

File tree

.github/workflows/main.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,6 @@ jobs:
7878
cd cairo-build
7979
meson setup build-cairo-arm64 `
8080
-Dpixman:a64-neon=disabled `
81-
-Dpixman:iwmmxt=disabled `
8281
-Dpixman:mmx=disabled `
8382
--prefix=$env:GITHUB_WORKSPACE/prefix-cairo-arm64 `
8483
--cross-file ../.ci/cross_amd64_arm64.txt
Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
[wrap-file]
2-
directory = libpng-1.6.43
3-
source_url = https://github.com/glennrp/libpng/archive/v1.6.43.tar.gz
4-
source_filename = libpng-1.6.43.tar.gz
5-
source_hash = fecc95b46cf05e8e3fc8a414750e0ba5aad00d89e9fdf175e94ff041caf1a03a
6-
patch_filename = libpng_1.6.43-2_patch.zip
7-
patch_url = https://wrapdb.mesonbuild.com/v2/libpng_1.6.43-2/get_patch
8-
patch_hash = 49951297edf03e81d925ab03726555f09994ad1ed78fb539a269216430eef3da
9-
source_fallback_url = https://github.com/mesonbuild/wrapdb/releases/download/libpng_1.6.43-2/libpng-1.6.43.tar.gz
10-
wrapdb_version = 1.6.43-2
2+
directory = libpng-1.6.44
3+
source_url = https://github.com/glennrp/libpng/archive/v1.6.44.tar.gz
4+
source_filename = libpng-1.6.44.tar.gz
5+
source_hash = 0ef5b633d0c65f780c4fced27ff832998e71478c13b45dfb6e94f23a82f64f7c
6+
patch_filename = libpng_1.6.44-1_patch.zip
7+
patch_url = https://wrapdb.mesonbuild.com/v2/libpng_1.6.44-1/get_patch
8+
patch_hash = 394b07614c45fbd1beac8b660386216a490fe12f841a1a445799b676c9c892fb
9+
source_fallback_url = https://github.com/mesonbuild/wrapdb/releases/download/libpng_1.6.44-1/libpng-1.6.44.tar.gz
10+
wrapdb_version = 1.6.44-1
1111

1212
[provide]
1313
libpng = libpng_dep
Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
[wrap-file]
2-
directory = pixman-0.43.4
3-
source_url = https://www.cairographics.org/releases/pixman-0.43.4.tar.gz
4-
source_filename = pixman-0.43.4.tar.gz
5-
source_hash = a0624db90180c7ddb79fc7a9151093dc37c646d8c38d3f232f767cf64b85a226
6-
source_fallback_url = https://github.com/mesonbuild/wrapdb/releases/download/pixman_0.43.4-1/pixman-0.43.4.tar.gz
7-
wrapdb_version = 0.43.4-1
2+
directory = pixman-0.44.2
3+
source_url = https://www.cairographics.org/releases/pixman-0.44.2.tar.gz
4+
source_filename = pixman-0.44.2.tar.gz
5+
source_hash = 6349061ce1a338ab6952b92194d1b0377472244208d47ff25bef86fc71973466
6+
source_fallback_url = https://github.com/mesonbuild/wrapdb/releases/download/pixman_0.44.2-1/pixman-0.44.2.tar.gz
7+
wrapdb_version = 0.44.2-1
88

99
[provide]
1010
pixman-1 = idep_pixman
Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
[wrap-file]
2-
directory = pkgconf-2.1.1
3-
source_url = https://distfiles.ariadne.space/pkgconf/pkgconf-2.1.1.tar.xz
4-
source_filename = pkgconf-2.1.1.tar.xz
5-
source_hash = 3a224f2accf091b77a5781316e27b9ee3ba82c083cc2e539e08940b68a44fec5
6-
source_fallback_url = https://github.com/mesonbuild/wrapdb/releases/download/pkgconf_2.1.1-1/pkgconf-2.1.1.tar.xz
7-
wrapdb_version = 2.1.1-1
2+
directory = pkgconf-2.3.0
3+
source_url = https://distfiles.ariadne.space/pkgconf/pkgconf-2.3.0.tar.xz
4+
source_filename = pkgconf-2.3.0.tar.xz
5+
source_hash = 3a9080ac51d03615e7c1910a0a2a8df08424892b5f13b0628a204d3fcce0ea8b
6+
source_fallback_url = https://github.com/mesonbuild/wrapdb/releases/download/pkgconf_2.3.0-1/pkgconf-2.3.0.tar.xz
7+
wrapdb_version = 2.3.0-1
88

99
[provide]
1010
libpkgconf = dep_libpkgconf

requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
meson==1.5.1
2-
ninja==1.11.1.1
1+
meson==1.6.1
2+
ninja==1.11.1.3

0 commit comments

Comments
 (0)