Skip to content

Commit 6e17978

Browse files
authored
Merge pull request #203 from guylamar2006/update-wraps
update iptsd subproject wraps
2 parents a03cca4 + 63e9ea4 commit 6e17978

File tree

8 files changed

+61
-61
lines changed

8 files changed

+61
-61
lines changed

src/meson.build

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,6 @@ spdlog = dependency(
9191
fallback: ['spdlog', 'spdlog_dep'],
9292
default_options: dependency_options + [
9393
'tests=disabled',
94-
'external_fmt=enabled',
9594
'std_format=disabled',
9695
],
9796
)

subprojects/cli11.wrap

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
[wrap-file]
2-
directory = CLI11-2.3.2
3-
source_url = https://github.com/CLIUtils/CLI11/archive/refs/tags/v2.3.2.tar.gz
4-
source_filename = CLI11-2.3.2.tar.gz
5-
source_hash = aac0ab42108131ac5d3344a9db0fdf25c4db652296641955720a4fbe52334e22
6-
wrapdb_version = 2.3.2-1
2+
directory = CLI11-2.6.1
3+
source_url = https://github.com/CLIUtils/CLI11/archive/refs/tags/v2.6.1.tar.gz
4+
source_filename = CLI11-2.6.1.tar.gz
5+
source_hash = 377691f3fac2b340f12a2f79f523c780564578ba3d6eaf5238e9f35895d5ba95
6+
source_fallback_url = https://github.com/mesonbuild/wrapdb/releases/download/cli11_2.6.1-1/CLI11-2.6.1.tar.gz
7+
wrapdb_version = 2.6.1-1
78

89
[provide]
9-
cli11 = CLI11_dep
10+
dependency_names = CLI11

subprojects/eigen.wrap

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
[wrap-file]
2-
directory = eigen-3.4.0
3-
source_url = https://gitlab.com/libeigen/eigen/-/archive/3.4.0/eigen-3.4.0.tar.bz2
4-
source_filename = eigen-3.4.0.tar.bz2
5-
source_hash = b4c198460eba6f28d34894e3a5710998818515104d6e74e5cc331ce31e46e626
6-
patch_filename = eigen_3.4.0-2_patch.zip
7-
patch_url = https://wrapdb.mesonbuild.com/v2/eigen_3.4.0-2/get_patch
8-
patch_hash = cb764fd9fec02d94aaa2ec673d473793c0d05da4f4154c142f76ef923ea68178
9-
source_fallback_url = https://github.com/mesonbuild/wrapdb/releases/download/eigen_3.4.0-2/eigen-3.4.0.tar.bz2
10-
wrapdb_version = 3.4.0-2
2+
directory = eigen-5.0.1
3+
source_url = https://gitlab.com/libeigen/eigen/-/archive/5.0.1/eigen-5.0.1.tar.bz2
4+
source_filename = eigen-5.0.1.tar.bz2
5+
source_hash = e4de6b08f33fd8b8985d2f204381408c660bffa6170ac65b68ae1bd3cd575c0a
6+
source_fallback_url = https://github.com/mesonbuild/wrapdb/releases/download/eigen_5.0.1-1/eigen-5.0.1.tar.bz2
7+
patch_filename = eigen_5.0.1-1_patch.zip
8+
patch_url = https://wrapdb.mesonbuild.com/v2/eigen_5.0.1-1/get_patch
9+
patch_hash = 23407632af9388f4585547028c4ed363ff54875872cbf3e89c2085a14397f555
10+
wrapdb_version = 5.0.1-1
1111

1212
[provide]
13-
eigen3 = eigen_dep
13+
dependency_names = eigen3

subprojects/fmt.wrap

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
[wrap-file]
2-
directory = fmt-10.2.0
3-
source_url = https://github.com/fmtlib/fmt/archive/10.2.0.tar.gz
4-
source_filename = fmt-10.2.0.tar.gz
5-
source_hash = 3ca91733a7313a8ad41c0885929415f8ec0a2a31d4dc7e27e9331412f4ca26ac
6-
patch_filename = fmt_10.2.0-1_patch.zip
7-
patch_url = https://wrapdb.mesonbuild.com/v2/fmt_10.2.0-1/get_patch
8-
patch_hash = aa93abb8f20cb8f739d794846c69264d57fa339e8ee78a78894f8ef2348c8080
9-
source_fallback_url = https://github.com/mesonbuild/wrapdb/releases/download/fmt_10.2.0-1/fmt-10.2.0.tar.gz
10-
wrapdb_version = 10.2.0-1
2+
directory = fmt-12.0.0
3+
source_url = https://github.com/fmtlib/fmt/archive/12.0.0.tar.gz
4+
source_filename = fmt-12.0.0.tar.gz
5+
source_hash = aa3e8fbb6a0066c03454434add1f1fc23299e85758ceec0d7d2d974431481e40
6+
source_fallback_url = https://github.com/mesonbuild/wrapdb/releases/download/fmt_12.0.0-1/fmt-12.0.0.tar.gz
7+
patch_filename = fmt_12.0.0-1_patch.zip
8+
patch_url = https://wrapdb.mesonbuild.com/v2/fmt_12.0.0-1/get_patch
9+
patch_hash = 307f288ebf3850abf2f0c50ac1fb07de97df9538d39146d802f3c0d6cada8998
10+
wrapdb_version = 12.0.0-1
1111

1212
[provide]
13-
fmt = fmt_dep
13+
dependency_names = fmt

subprojects/inih.wrap

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
[wrap-file]
2-
directory = inih-r57
3-
source_url = https://github.com/benhoyt/inih/archive/r57.tar.gz
4-
source_filename = inih-r57.tar.gz
5-
source_hash = f03f98ca35c3adb56b2358573c8d3eda319ccd5287243d691e724b7eafa970b3
6-
source_fallback_url = https://github.com/mesonbuild/wrapdb/releases/download/inih_r57-1/inih-r57.tar.gz
7-
wrapdb_version = r57-1
2+
directory = inih-r62
3+
source_url = https://github.com/benhoyt/inih/archive/r62.tar.gz
4+
source_filename = inih-r62.tar.gz
5+
source_hash = 9c15fa751bb8093d042dae1b9f125eb45198c32c6704cd5481ccde460d4f8151
6+
source_fallback_url = https://github.com/mesonbuild/wrapdb/releases/download/inih_r62-1/inih-r62.tar.gz
7+
wrapdb_version = r62-1
88

99
[provide]
1010
inih = inih_dep

subprojects/microsoft-gsl.wrap

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
[wrap-file]
2-
directory = GSL-4.0.0
3-
source_url = https://github.com/microsoft/GSL/archive/v4.0.0.zip
4-
source_filename = GSL-4.0.0.zip
5-
source_hash = eb91fcb10a6aa5ccb1d224e07a56c8ecffe9a1bb601fa1848276ec46a2200bfb
6-
patch_filename = microsoft-gsl_4.0.0-1_patch.zip
7-
patch_url = https://wrapdb.mesonbuild.com/v2/microsoft-gsl_4.0.0-1/get_patch
8-
patch_hash = 6134805c5879dbf63497c44dc14bbc8280880b99705f7ad9ddd33f01253305ed
9-
wrapdb_version = 4.0.0-1
2+
directory = GSL-4.2.0
3+
source_url = https://github.com/microsoft/GSL/archive/v4.2.0.zip
4+
source_filename = GSL-4.2.0.zip
5+
source_hash = f694e7b0f3debc0c55fe138efb5dd9f5c402989c0dc04e8a74afc9c155cb66b9
6+
patch_filename = microsoft-gsl_4.2.0-1_patch.zip
7+
patch_url = https://wrapdb.mesonbuild.com/v2/microsoft-gsl_4.2.0-1/get_patch
8+
patch_hash = d08afc6735731bb3dd10d84395423feebb6865ef6c9e78e522c8764fb9f0d9d1
9+
source_fallback_url = https://github.com/mesonbuild/wrapdb/releases/download/microsoft-gsl_4.2.0-1/GSL-4.2.0.zip
10+
wrapdb_version = 4.2.0-1
1011

1112
[provide]
1213
microsoft_gsl = microsoft_gsl_dep
13-

subprojects/sdl2.wrap

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
[wrap-file]
2-
directory = SDL2-2.28.5
3-
source_url = https://github.com/libsdl-org/SDL/releases/download/release-2.28.5/SDL2-2.28.5.tar.gz
4-
source_filename = SDL2-2.28.5.tar.gz
5-
source_hash = 332cb37d0be20cb9541739c61f79bae5a477427d79ae85e352089afdaf6666e4
6-
patch_filename = sdl2_2.28.5-2_patch.zip
7-
patch_url = https://wrapdb.mesonbuild.com/v2/sdl2_2.28.5-2/get_patch
8-
patch_hash = 8a5d7e7cd58932e0231963d42aa79776c2af1aceea6506a06be25a56935121eb
9-
source_fallback_url = https://github.com/mesonbuild/wrapdb/releases/download/sdl2_2.28.5-2/SDL2-2.28.5.tar.gz
10-
wrapdb_version = 2.28.5-2
2+
directory = SDL2-2.32.8
3+
source_url = https://github.com/libsdl-org/SDL/releases/download/release-2.32.8/SDL2-2.32.8.tar.gz
4+
source_filename = SDL2-2.32.8.tar.gz
5+
source_hash = 0ca83e9c9b31e18288c7ec811108e58bac1f1bb5ec6577ad386830eac51c787e
6+
patch_filename = sdl2_2.32.8-1_patch.zip
7+
patch_url = https://wrapdb.mesonbuild.com/v2/sdl2_2.32.8-1/get_patch
8+
patch_hash = 5df17ea39ca418826db20e96bd821fa52b5718dac64b6225119fb6588c2744f0
9+
source_fallback_url = https://github.com/mesonbuild/wrapdb/releases/download/sdl2_2.32.8-1/SDL2-2.32.8.tar.gz
10+
wrapdb_version = 2.32.8-1
1111

1212
[provide]
1313
sdl2 = sdl2_dep

subprojects/spdlog.wrap

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
[wrap-file]
2-
directory = spdlog-1.13.0
3-
source_url = https://github.com/gabime/spdlog/archive/refs/tags/v1.13.0.tar.gz
4-
source_filename = spdlog-1.13.0.tar.gz
5-
source_hash = 534f2ee1a4dcbeb22249856edfb2be76a1cf4f708a20b0ac2ed090ee24cfdbc9
6-
patch_filename = spdlog_1.13.0-1_patch.zip
7-
patch_url = https://wrapdb.mesonbuild.com/v2/spdlog_1.13.0-1/get_patch
8-
patch_hash = 556b539cf582a46673ede4202ac037b891328dd5ea76862ffe05b060fc4f4775
9-
source_fallback_url = https://github.com/mesonbuild/wrapdb/releases/download/spdlog_1.13.0-1/spdlog-1.13.0.tar.gz
10-
wrapdb_version = 1.13.0-1
2+
directory = spdlog-1.15.3
3+
source_url = https://github.com/gabime/spdlog/archive/refs/tags/v1.15.3.tar.gz
4+
source_filename = spdlog-1.15.3.tar.gz
5+
source_hash = 15a04e69c222eb6c01094b5c7ff8a249b36bb22788d72519646fb85feb267e67
6+
source_fallback_url = https://github.com/mesonbuild/wrapdb/releases/download/spdlog_1.15.3-5/spdlog-1.15.3.tar.gz
7+
patch_filename = spdlog_1.15.3-5_patch.zip
8+
patch_url = https://wrapdb.mesonbuild.com/v2/spdlog_1.15.3-5/get_patch
9+
patch_hash = 5e0eaf0002ff589cd8dac58e1b38c297422e7a0404d7d47ff0d2e285ed18169c
10+
wrapdb_version = 1.15.3-5
1111

1212
[provide]
13-
spdlog = spdlog_dep
13+
dependency_names = spdlog

0 commit comments

Comments
 (0)