{% set version = "2.10.3" %} package: name: libxml2 version: {{ version }} source: url: https://gitlab.gnome.org/GNOME/libxml2/-/archive/v{{ version }}/libxml2-v{{ version }}.tar.gz sha256: 497f12e34790d407ec9e2a190d576c0881a1cd78ff3c8991d1f9e40281a5ff57 patches: - 0002-Make-and-install-a-pkg-config-file-on-Windows.patch - 0004-CVE-2017-8872.patch build: number: 0 run_exports: # remove symbols at minor versions. # https://abi-laboratory.pro/tracker/timeline/libxml2/ - {{ pin_subpackage('libxml2', max_pin='x.x') }} requirements: build: - libtool # [unix] - {{ compiler('c') }} - autoconf # [not win] - automake # [not win] - libtool # [not win] - pkg-config # [not win] - make # [not win] - m2-patch # [win] host: - icu # [not win] - libiconv - xz # [not win] - zlib test: files: - test.xml commands: - xmllint test.xml about: home: http://xmlsoft.org/ license: MIT license_family: MIT license_file: Copyright summary: The XML C parser and toolkit of Gnome description: | Though libxml2 is written in C a variety of language bindings make it available in other environments. doc_url: http://xmlsoft.org/html/index.html doc_source_url: https://github.com/GNOME/libxml2/blob/master/doc/index.html dev_url: https://git.gnome.org/browse/libxml2/ extra: recipe-maintainers: - ocefpaf - jakirkham - gillins - jschueller - msarahan - scopatz