| Summary: | Add support for Zstandard | ||
|---|---|---|---|
| Product: | [Frameworks and Libraries] frameworks-karchive | Reporter: | alan.n.davies |
| Component: | general | Assignee: | David Faure <faure> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | aacid, kdelibs-bugs-null, khindenburg |
| Priority: | NOR | ||
| Version First Reported In: | unspecified | ||
| Target Milestone: | --- | ||
| Platform: | Debian testing | ||
| OS: | Linux | ||
| Latest Commit: | https://invent.kde.org/frameworks/karchive/commit/de2861eb1ac646d14ba71299c2f6969bbd70a212 | Version Fixed/Implemented In: | |
| Sentry Crash Report: | |||
|
Description
alan.n.davies
2021-03-18 11:33:45 UTC
A possibly relevant merge request was started @ https://invent.kde.org/frameworks/karchive/-/merge_requests/10 Git commit de2861eb1ac646d14ba71299c2f6969bbd70a212 by Albert Astals Cid. Committed on 08/04/2021 at 21:44. Pushed by dfaure into branch 'master'. Implement KZstdFilter M +7 -1 CMakeLists.txt M +8 -0 autotests/CMakeLists.txt M +4 -0 autotests/karchivetest.cpp M +11 -0 autotests/kcompressiondevicetest.cpp M +1 -0 autotests/kcompressiondevicetest.h M +24 -0 autotests/kfiltertest.cpp M +1 -0 autotests/kfiltertest.h M +6 -0 src/CMakeLists.txt M +3 -0 src/config-compression.h.cmake M +7 -0 src/kcompressiondevice.cpp M +1 -0 src/kcompressiondevice.h M +10 -0 src/kfilterdev.cpp M +4 -0 src/ktar.cpp A +132 -0 src/kzstdfilter.cpp [License: LGPL(v2.0+)] A +54 -0 src/kzstdfilter.h [License: LGPL(v2.0+)] https://invent.kde.org/frameworks/karchive/commit/de2861eb1ac646d14ba71299c2f6969bbd70a212 This broke building on macOS 11.2.3 [ 96%] Linking CXX executable ../bin/kcompressiondevicetest tar: Option --zstd is not supported Usage: List: tar -tf <archive-filename> Extract: tar -xf <archive-filename> Create: tar -cf <archive-filename> [filenames...] Help: tar --help tar --version bsdtar 3.3.2 - libarchive 3.3.2 zlib/1.2.11 liblzma/5.0.5 bz2lib/1.0.6 Kurt, can you check if https://invent.kde.org/frameworks/karchive/-/merge_requests/12 helps? It fixes the build - thanks. |