mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-27 19:19:01 +08:00
[liblzma] update to 5.6.3 (#41427)
This commit is contained in:
parent
797ae22b76
commit
274ddacae4
@ -2,10 +2,9 @@ vcpkg_from_github(
|
|||||||
OUT_SOURCE_PATH SOURCE_PATH
|
OUT_SOURCE_PATH SOURCE_PATH
|
||||||
REPO tukaani-project/xz
|
REPO tukaani-project/xz
|
||||||
REF "v${VERSION}"
|
REF "v${VERSION}"
|
||||||
SHA512 ec708bcddc64285b0c36b89c9e6413994af4c15bb6865a7bc243a048ce86afccd0df88d46d55aa23fb8071d137dcc19cf357117adc92f030919540f8993cacf9
|
SHA512 0f814f4282c87cb74a8383199c1e55ec1bf49519daaf07f7b376cb644770b75cc9257c809b661405fcfd6cda28c54d799c67eb9e169665c35b1b87529468085e
|
||||||
HEAD_REF master
|
HEAD_REF master
|
||||||
PATCHES
|
PATCHES
|
||||||
win_output_name.patch # Fix output name on Windows. Autotool build does not generate lib prefixed libraries on windows.
|
|
||||||
build-tools.patch
|
build-tools.patch
|
||||||
)
|
)
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "liblzma",
|
"name": "liblzma",
|
||||||
"version": "5.6.2",
|
"version": "5.6.3",
|
||||||
"description": "Compression library with an API similar to that of zlib.",
|
"description": "Compression library with an API similar to that of zlib.",
|
||||||
"homepage": "https://tukaani.org/xz/",
|
"homepage": "https://tukaani.org/xz/",
|
||||||
"license": null,
|
"license": null,
|
||||||
|
@ -1,19 +0,0 @@
|
|||||||
--- a/CMakeLists.txt
|
|
||||||
+++ b/CMakeLists.txt
|
|
||||||
@@ -1273,10 +1273,14 @@ set_target_properties(liblzma PROPERTIES
|
|
||||||
|
|
||||||
# It's liblzma.so or liblzma.dll, not libliblzma.so or lzma.dll.
|
|
||||||
# Avoid the name lzma.dll because it would conflict with LZMA SDK.
|
|
||||||
- PREFIX ""
|
|
||||||
- IMPORT_PREFIX ""
|
|
||||||
+ OUTPUT_NAME lzma
|
|
||||||
)
|
|
||||||
|
|
||||||
+if(WIN32 AND NOT MINGW)
|
|
||||||
+ set_target_properties(liblzma PROPERTIES RUNTIME_OUTPUT_NAME liblzma)
|
|
||||||
+endif()
|
|
||||||
+
|
|
||||||
+
|
|
||||||
# Create liblzma-config-version.cmake.
|
|
||||||
#
|
|
||||||
# FIXME: SameMajorVersion is correct for stable releases but it is wrong
|
|
@ -4725,7 +4725,7 @@
|
|||||||
"port-version": 1
|
"port-version": 1
|
||||||
},
|
},
|
||||||
"liblzma": {
|
"liblzma": {
|
||||||
"baseline": "5.6.2",
|
"baseline": "5.6.3",
|
||||||
"port-version": 0
|
"port-version": 0
|
||||||
},
|
},
|
||||||
"libmad": {
|
"libmad": {
|
||||||
|
@ -1,5 +1,10 @@
|
|||||||
{
|
{
|
||||||
"versions": [
|
"versions": [
|
||||||
|
{
|
||||||
|
"git-tree": "b5e5694620b41a4d668390e5d14fa2326e0afdc3",
|
||||||
|
"version": "5.6.3",
|
||||||
|
"port-version": 0
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"git-tree": "5d13d80adafad99c23899a3f7b60b32c2dae1e43",
|
"git-tree": "5d13d80adafad99c23899a3f7b60b32c2dae1e43",
|
||||||
"version": "5.6.2",
|
"version": "5.6.2",
|
||||||
|
Loading…
Reference in New Issue
Block a user