mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-27 19:28:59 +08:00
[libxmlpp] Update to 5.4.0 (#41674)
This commit is contained in:
parent
3a747a4fc9
commit
84d50131d5
@ -1,10 +1,9 @@
|
|||||||
#..\src\libxml++-5-7c4d4a4cea.clean\meson.build:278:4: ERROR: Problem encountered: Static builds are not supported by MSVC-style builds
|
string(REGEX MATCH "^([0-9]*[.][0-9]*)" MAJOR_MINOR "${VERSION}")
|
||||||
set(LIBXMLPP_VERSION 5.0.0)
|
|
||||||
|
|
||||||
vcpkg_download_distfile(ARCHIVE
|
vcpkg_download_distfile(ARCHIVE
|
||||||
URLS "https://ftp.gnome.org/pub/GNOME/sources/libxml++/5.0/libxml++-${LIBXMLPP_VERSION}.tar.xz"
|
URLS "https://ftp.gnome.org/pub/GNOME/sources/libxml++/${MAJOR_MINOR}/libxml++-${VERSION}.tar.xz"
|
||||||
FILENAME "libxml++-${LIBXMLPP_VERSION}.tar.xz"
|
"https://www.mirrorservice.org/sites/ftp.gnome.org/pub/GNOME/sources/libxml++/${MAJOR_MINOR}/libxml++-${VERSION}.tar.xz"
|
||||||
SHA512 ae8d7a178e7a3b48a9f0e1ea303e8a4e4d879d0d9367124ede3783d0c31e31c862b98e5d28d72edc4c0b19c6b457ead2d25664efd33d65e44fd52c5783ec3091
|
FILENAME "libxml++-${VERSION}.tar.xz"
|
||||||
|
SHA512 bba28edf40c60ac186ff1b704d9f4f41f73c1be3126cfb345005283b32bb5c9a596b8def64be8ad8e295e1e169bed91d120d5105cbbb6cecc4675d10b897dfe6
|
||||||
)
|
)
|
||||||
|
|
||||||
vcpkg_extract_source_archive(
|
vcpkg_extract_source_archive(
|
||||||
@ -16,16 +15,14 @@ vcpkg_configure_meson(
|
|||||||
SOURCE_PATH "${SOURCE_PATH}"
|
SOURCE_PATH "${SOURCE_PATH}"
|
||||||
OPTIONS
|
OPTIONS
|
||||||
-Dbuild-documentation=false
|
-Dbuild-documentation=false
|
||||||
|
-Dbuild-manual=false
|
||||||
-Dvalidation=false # Validate the tutorial XML file
|
-Dvalidation=false # Validate the tutorial XML file
|
||||||
-Dbuild-examples=false
|
-Dbuild-examples=false
|
||||||
-Dbuild-tests=false
|
-Dbuild-tests=false
|
||||||
-Dmsvc14x-parallel-installable=false # Use separate DLL and LIB filenames for Visual Studio 2017 and 2019
|
|
||||||
-Dbuild-deprecated-api=true # Build deprecated API and include it in the library
|
-Dbuild-deprecated-api=true # Build deprecated API and include it in the library
|
||||||
)
|
)
|
||||||
vcpkg_install_meson()
|
vcpkg_install_meson()
|
||||||
vcpkg_fixup_pkgconfig()
|
vcpkg_fixup_pkgconfig()
|
||||||
vcpkg_copy_pdbs()
|
vcpkg_copy_pdbs()
|
||||||
|
|
||||||
# Handle copyright and readme
|
vcpkg_install_copyright(FILE_LIST "${SOURCE_PATH}/COPYING")
|
||||||
file(INSTALL ${SOURCE_PATH}/COPYING DESTINATION ${CURRENT_PACKAGES_DIR}/share/libxmlpp RENAME copyright)
|
|
||||||
file(INSTALL ${SOURCE_PATH}/README DESTINATION ${CURRENT_PACKAGES_DIR}/share/libxmlpp)
|
|
||||||
|
@ -1,12 +1,15 @@
|
|||||||
{
|
{
|
||||||
"name": "libxmlpp",
|
"name": "libxmlpp",
|
||||||
"version": "5.0.0",
|
"version": "5.4.0",
|
||||||
"port-version": 3,
|
"description": "A C++ wrapper for the libxml XML parser library.",
|
||||||
"description": "a C++ wrapper for the libxml XML parser library.",
|
"homepage": "https://libxmlplusplus.github.io/libxmlplusplus/",
|
||||||
"supports": "!(windows & static)",
|
"license": "LGPL-2.1-or-later",
|
||||||
"dependencies": [
|
"dependencies": [
|
||||||
"glibmm",
|
"glibmm",
|
||||||
"libxml2",
|
{
|
||||||
|
"name": "libxml2",
|
||||||
|
"default-features": false
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"name": "vcpkg-tool-meson",
|
"name": "vcpkg-tool-meson",
|
||||||
"host": true
|
"host": true
|
||||||
|
@ -5393,8 +5393,8 @@
|
|||||||
"port-version": 3
|
"port-version": 3
|
||||||
},
|
},
|
||||||
"libxmlpp": {
|
"libxmlpp": {
|
||||||
"baseline": "5.0.0",
|
"baseline": "5.4.0",
|
||||||
"port-version": 3
|
"port-version": 0
|
||||||
},
|
},
|
||||||
"libxmp": {
|
"libxmp": {
|
||||||
"baseline": "4.6.0",
|
"baseline": "4.6.0",
|
||||||
|
@ -1,5 +1,10 @@
|
|||||||
{
|
{
|
||||||
"versions": [
|
"versions": [
|
||||||
|
{
|
||||||
|
"git-tree": "2d40381a24a7875d4cdd254d277963cb9ccbecbd",
|
||||||
|
"version": "5.4.0",
|
||||||
|
"port-version": 0
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"git-tree": "361ec896634a0f947949dcf71e2dbf991c066d44",
|
"git-tree": "361ec896634a0f947949dcf71e2dbf991c066d44",
|
||||||
"version": "5.0.0",
|
"version": "5.0.0",
|
||||||
|
Loading…
Reference in New Issue
Block a user