Skip to content

Commit

Permalink
Merge pull request #261 from bgilbert/libxml2
Browse files Browse the repository at this point in the history
Update libffi, libxml2
  • Loading branch information
bgilbert authored Jun 13, 2024
2 parents 3de40e0 + eab04c1 commit 5259d85
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 15 deletions.
2 changes: 2 additions & 0 deletions deps/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ else
'libxml2',
default_options : [
'iconv=disabled',
'python=false',
],
)
subproject('sqlite3')
Expand Down Expand Up @@ -98,6 +99,7 @@ subproject(
subproject(
'glib',
default_options : [
'introspection=disabled',
'nls=disabled',
'tests=false',
],
Expand Down
10 changes: 5 additions & 5 deletions subprojects/libffi.wrap
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ directory = libffi-3.4.4
source_url = https://github.com/libffi/libffi/releases/download/v3.4.4/libffi-3.4.4.tar.gz
source_filename = libffi-3.4.4.tar.gz
source_hash = d66c56ad259a82cf2a9dfc408b32bf5da52371500b84745f7fb8b645712df676
patch_filename = libffi_3.4.4-3_patch.zip
patch_url = https://wrapdb.mesonbuild.com/v2/libffi_3.4.4-3/get_patch
patch_hash = 7833f5cfb6501c859d6a71710cac74c5c7e0bf5280871e1ace34ebdc2cb56e2c
source_fallback_url = https://github.com/mesonbuild/wrapdb/releases/download/libffi_3.4.4-3/libffi-3.4.4.tar.gz
wrapdb_version = 3.4.4-3
patch_filename = libffi_3.4.4-4_patch.zip
patch_url = https://wrapdb.mesonbuild.com/v2/libffi_3.4.4-4/get_patch
patch_hash = 6babcedb6949383986f1b240a99cd2219a029d62421996d518865a2de855d35a
source_fallback_url = https://github.com/mesonbuild/wrapdb/releases/download/libffi_3.4.4-4/libffi-3.4.4.tar.gz
wrapdb_version = 3.4.4-4

[provide]
dependency_names = libffi
17 changes: 7 additions & 10 deletions subprojects/libxml2.wrap
Original file line number Diff line number Diff line change
@@ -1,13 +1,10 @@
[wrap-file]
directory = libxml2-2.12.7
source_url = https://download.gnome.org/sources/libxml2/2.12/libxml2-2.12.7.tar.xz
source_fallback_url = https://github.com/mesonbuild/wrapdb/releases/download/libxml2_2.12.7-1/libxml2-2.12.7.tar.xz
source_filename = libxml2-2.12.7.tar.xz
source_hash = 24ae78ff1363a973e6d8beba941a7945da2ac056e19b53956aeb6927fd6cfb56
patch_filename = libxml2_2.12.7-1_patch.zip
patch_url = https://wrapdb.mesonbuild.com/v2/libxml2_2.12.7-1/get_patch
patch_hash = 2ca34e5bdffa395a8a499b453b9595a23433939b5683d1d4b6dfac0c51b2db65
wrapdb_version = 2.12.7-1
directory = libxml2-2.13.0
source_url = https://download.gnome.org/sources/libxml2/2.13/libxml2-2.13.0.tar.xz
source_fallback_url = https://github.com/mesonbuild/wrapdb/releases/download/libxml2_2.13.0-1/libxml2-2.13.0.tar.xz
source_filename = libxml2-2.13.0.tar.xz
source_hash = d5a2f36bea96e1fb8297c6046fb02016c152d81ed58e65f3d20477de85291bc9
wrapdb_version = 2.13.0-1

[provide]
libxml-2.0 = libxml2_dep
libxml-2.0 = xml_dep

0 comments on commit 5259d85

Please sign in to comment.