From 1d96183b4cb5aa5183eecf1c5057fd9d70603336 Mon Sep 17 00:00:00 2001 From: toge Date: Thu, 26 Feb 2026 18:47:07 +0900 Subject: [PATCH] [libaec] update to 1.1.6 --- ports/libaec/fix_export_target.patch | 13 ------------- ports/libaec/portfile.cmake | 4 +--- ports/libaec/vcpkg.json | 2 +- versions/baseline.json | 2 +- versions/l-/libaec.json | 5 +++++ 5 files changed, 8 insertions(+), 18 deletions(-) delete mode 100644 ports/libaec/fix_export_target.patch diff --git a/ports/libaec/fix_export_target.patch b/ports/libaec/fix_export_target.patch deleted file mode 100644 index 4f7e9a8354b5a2..00000000000000 --- a/ports/libaec/fix_export_target.patch +++ /dev/null @@ -1,13 +0,0 @@ -diff --git a/packaging/CMakeLists.txt b/packaging/CMakeLists.txt -index 16cace7..c2e7571 100644 ---- a/packaging/CMakeLists.txt -+++ b/packaging/CMakeLists.txt -@@ -35,7 +35,7 @@ if(BUILD_STATIC_LIBS) - EXPORT libaec_static_targets - PUBLIC_HEADER DESTINATION "${CMAKE_INSTALL_INCLUDEDIR}") - -- install(EXPORT libaec_shared_targets -+ install(EXPORT libaec_static_targets - DESTINATION "${libaec_INSTALL_CMAKEDIR}" - NAMESPACE libaec:: - FILE libaec_static-targets.cmake) diff --git a/ports/libaec/portfile.cmake b/ports/libaec/portfile.cmake index 51e6a56e2587cd..e4e203fae13aa4 100644 --- a/ports/libaec/portfile.cmake +++ b/ports/libaec/portfile.cmake @@ -3,9 +3,7 @@ vcpkg_from_gitlab( GITLAB_URL https://gitlab.dkrz.de REPO k202009/libaec REF "v${VERSION}" - SHA512 09f6fde3e767fe67865a86d8802eaf63b313ef6f2aaf6bf5e7edef5f405e58d40f2a01132bb290ee176741f3924a6ee2e9a2641cf5e80c3d036d4f5c69142c4f - PATCHES - fix_export_target.patch + SHA512 c1023328895b5dfdd1831d9edeeaaafe2b3083cdf42a1b76358319b7afd552e1eeb389e8d2668eb2d5f43a07542ade1914a4db1b9095b3d901559826a9c91eba ) string(COMPARE EQUAL "${VCPKG_LIBRARY_LINKAGE}" "static" BUILD_STATIC) diff --git a/ports/libaec/vcpkg.json b/ports/libaec/vcpkg.json index 7830899aae6aba..ce79926bd3aa9b 100644 --- a/ports/libaec/vcpkg.json +++ b/ports/libaec/vcpkg.json @@ -1,6 +1,6 @@ { "name": "libaec", - "version": "1.1.5", + "version": "1.1.6", "description": "Adaptive Entropy Coding library", "homepage": "https://gitlab.dkrz.de/k202009/libaec", "license": "BSD-2-Clause", diff --git a/versions/baseline.json b/versions/baseline.json index 9fdf86c187345d..1b0c5ce1cfb623 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -4589,7 +4589,7 @@ "port-version": 3 }, "libaec": { - "baseline": "1.1.5", + "baseline": "1.1.6", "port-version": 0 }, "libaes-siv": { diff --git a/versions/l-/libaec.json b/versions/l-/libaec.json index 179297f6c73287..ac1f9e803f9c4f 100644 --- a/versions/l-/libaec.json +++ b/versions/l-/libaec.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "079348776feca19139961c20a5cbd02b82512f02", + "version": "1.1.6", + "port-version": 0 + }, { "git-tree": "6281781decab1fe8a7f85a958a0e316df368e4e1", "version": "1.1.5",