diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index cb34dd31d..2333ef4d4 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -102,7 +102,7 @@ jobs: libgcrypt20-dev - id: cache-ccache - uses: hendrikmuhs/ccache-action@v1 + uses: hendrikmuhs/ccache-action@v1.2 with: key: ${{ matrix.compiler }} diff --git a/NEWS b/NEWS index 73a098eb4..4a9441cd6 100644 --- a/NEWS +++ b/NEWS @@ -70,6 +70,9 @@ ver 0.24 (not yet released) * documentation: switch to sphinx-rtd-theme * require Meson 1.0 +ver 0.23.17 (not yet released) +* support libfmt 11.1 + ver 0.23.16 (2024/12/03) * database - fix integer overflows with 64-bit inode numbers diff --git a/src/lib/pipewire/meson.build b/src/lib/pipewire/meson.build index 2d6424fdc..76292cafa 100644 --- a/src/lib/pipewire/meson.build +++ b/src/lib/pipewire/meson.build @@ -1,4 +1,6 @@ -pipewire_dep = dependency('libpipewire-0.3', required: get_option('pipewire')) +pipewire_dep = dependency('libpipewire-0.3', + include_type: 'system', + required: get_option('pipewire')) conf.set('ENABLE_PIPEWIRE', pipewire_dep.found()) if not pipewire_dep.found() subdir_done() diff --git a/subprojects/fmt.wrap b/subprojects/fmt.wrap index fd508477f..89661cc9c 100644 --- a/subprojects/fmt.wrap +++ b/subprojects/fmt.wrap @@ -1,13 +1,13 @@ [wrap-file] -directory = fmt-11.0.2 -source_url = https://github.com/fmtlib/fmt/archive/11.0.2.tar.gz -source_filename = fmt-11.0.2.tar.gz -source_hash = 6cb1e6d37bdcb756dbbe59be438790db409cdb4868c66e888d5df9f13f7c027f -patch_filename = fmt_11.0.2-1_patch.zip -patch_url = https://wrapdb.mesonbuild.com/v2/fmt_11.0.2-1/get_patch -patch_hash = 90c9e3b8e8f29713d40ca949f6f93ad115d78d7fb921064112bc6179e6427c5e -source_fallback_url = https://github.com/mesonbuild/wrapdb/releases/download/fmt_11.0.2-1/fmt-11.0.2.tar.gz -wrapdb_version = 11.0.2-1 +directory = fmt-11.1.1 +source_url = https://github.com/fmtlib/fmt/archive/11.1.1.tar.gz +source_filename = fmt-11.1.1.tar.gz +source_hash = 482eed9efbc98388dbaee5cb5f368be5eca4893456bb358c18b7ff71f835ae43 +patch_filename = fmt_11.1.1-2_patch.zip +patch_url = https://wrapdb.mesonbuild.com/v2/fmt_11.1.1-2/get_patch +patch_hash = eee2e90d5d43061a0a1f0b9f8eb188c5b8820ef3e1b15e4b8a4eb791ef82b325 +source_fallback_url = https://github.com/mesonbuild/wrapdb/releases/download/fmt_11.1.1-2/fmt-11.1.1.tar.gz +wrapdb_version = 11.1.1-2 [provide] fmt = fmt_dep diff --git a/subprojects/sqlite3.wrap b/subprojects/sqlite3.wrap index 70410cf3b..1cc2ac410 100644 --- a/subprojects/sqlite3.wrap +++ b/subprojects/sqlite3.wrap @@ -1,13 +1,13 @@ [wrap-file] -directory = sqlite-amalgamation-3470100 -source_url = https://www.sqlite.org/2024/sqlite-amalgamation-3470100.zip -source_filename = sqlite-amalgamation-3470100.zip -source_hash = 9da21e6b14ef6a943cdc30f973df259fb390bb4483f77e7f171b9b6e977e5458 -patch_filename = sqlite3_3.47.1-1_patch.zip -patch_url = https://wrapdb.mesonbuild.com/v2/sqlite3_3.47.1-1/get_patch -patch_hash = 7a298e69c663abfccd2d3632c6897b4f90627d36fd7fa137240c1d97c9a86466 -source_fallback_url = https://github.com/mesonbuild/wrapdb/releases/download/sqlite3_3.47.1-1/sqlite-amalgamation-3470100.zip -wrapdb_version = 3.47.1-1 +directory = sqlite-amalgamation-3480000 +source_url = https://www.sqlite.org/2025/sqlite-amalgamation-3480000.zip +source_filename = sqlite-amalgamation-3480000.zip +source_hash = d9a15a42db7c78f88fe3d3c5945acce2f4bfe9e4da9f685cd19f6ea1d40aa884 +patch_filename = sqlite3_3.48.0-1_patch.zip +patch_url = https://wrapdb.mesonbuild.com/v2/sqlite3_3.48.0-1/get_patch +patch_hash = c871d65d019e55b372cb6c5878ed9cc496ab5c3ccfb56e4171ab2526970d49b2 +source_fallback_url = https://github.com/mesonbuild/wrapdb/releases/download/sqlite3_3.48.0-1/sqlite-amalgamation-3480000.zip +wrapdb_version = 3.48.0-1 [provide] sqlite3 = sqlite3_dep