[liblzma] Update to 5.4.1 (#28921)

* [liblzma] Update to 5.4.1

* Update usage

* Update versions
This commit is contained in:
Kai Pastor 2023-01-16 21:32:04 +01:00 committed by GitHub
parent fd766eba2b
commit e631713f1a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 10 additions and 5 deletions

View File

@ -3,7 +3,7 @@ vcpkg_from_sourceforge(
OUT_SOURCE_PATH SOURCE_PATH
REPO lzmautils
FILENAME "xz-${VERSION}.tar.xz"
SHA512 0ef70c8803d86b731fa55bc017401609a4c2ee34244c1e561075941571c4954905b9fd65f40daf00043fc9aca7712fa8407a66d5e0097eaa834718c41dc518d5
SHA512 f890ee5207799fbc7bb9ae031f444d39d82275b0e1b8cc7f01fdb9270050e38849bd1269db2a2f12fe87b5e23e03f9e809a5c3456d066c0a56e6f98d728553ea
PATCHES
fix_config_include.patch
win_output_name.patch # Fix output name on Windows. Autotool build does not generate lib prefixed libraries on windows.

View File

@ -1,9 +1,9 @@
The package liblzma provides CMake targets:
liblzma is compatible with built-in CMake targets:
find_package(LibLZMA REQUIRED)
target_link_libraries(main PRIVATE LibLZMA::LibLZMA)
or
liblzma provides CMake targets:
find_package(liblzma CONFIG REQUIRED)
target_link_libraries(main PRIVATE liblzma::liblzma)

View File

@ -1,6 +1,6 @@
{
"name": "liblzma",
"version-semver": "5.4.0",
"version-semver": "5.4.1",
"description": "Compression library with an API similar to that of zlib.",
"homepage": "https://tukaani.org/xz/",
"license": null,

View File

@ -4009,7 +4009,7 @@
"port-version": 1
},
"liblzma": {
"baseline": "5.4.0",
"baseline": "5.4.1",
"port-version": 0
},
"libmad": {

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "cb3a335e4a3b87257befc477154ee6901f3d7525",
"version-semver": "5.4.1",
"port-version": 0
},
{
"git-tree": "7f68b43357432668f87f545cf20d141f0ee2724b",
"version-semver": "5.4.0",