libarchivev3.8.8
- Updated
Library for reading and writing streaming archives
- Project website: https://www.libarchive.org
#Usage
libarchive is compatible with the CMake Find Module:
find_package(LibArchive REQUIRED)
target_link_libraries(main PRIVATE LibArchive::LibArchive) # since CMake 3.17libarchive provides pkg-config modules:
# library that can create and read several streaming archive formats
libarchive#Features
Default features: bzip2, crypto, lz4, lzma, xar, zstd
#cryptodefault
Support for cryptographic features
Host Dependencies:
3 transitive dependencies:
- vcpkg-cmake (through mbedtls)
- vcpkg-cmake-config (through mbedtls)
- vcpkg-cmake-get-vars (through openssl)
#lz4default
Lz4 support
Host Dependencies:
2 transitive dependencies:
- vcpkg-cmake (through lz4)
- vcpkg-cmake-config (through lz4)
#lzmadefault
Lzma support
Host Dependencies:
2 transitive dependencies:
- vcpkg-cmake (through liblzma)
- vcpkg-cmake-config (through liblzma)
#xardefault
Xar support
Host Dependencies:
2 transitive dependencies:
- vcpkg-cmake (through libxml2)
- vcpkg-cmake-config (through libxml2)
#zstddefault
Zstd support
Host Dependencies:
2 transitive dependencies:
- vcpkg-cmake (through zstd)
- vcpkg-cmake-config (through zstd)
#Used By
- appstream-glib
- dpdk
- gdal (feature
archive) - libgxps
- qtapplicationmanager (feature
installer) - tesseract
#Host Tool For
No ports use this.
#Contributors
codicodi
Robert Schumacher
Alexander Karatarakis
DDoSolitary
Oleg Shparber
Bo Anderson
pravic
scholle
Phil Christensen
Alexander Neumann
Billy O'Neal
nicole mazzuca
JonLiu1993
Jack·Boos·Yu
Matioupi
Stefano Sinigardi
Phoebe
Wolfgang Stöggl
Kai Pastor
Matthieu Penant
Mostyn Bramley-Moore
Mathieu Pellerin
toge
Christoph Neuhauser
Bruno
#Changelog
Show 54 earlier changes
1835f4cbump libarchive CONTROL versionc309af4fix mixed release and debug build (was always using zstd release)728c993fix(libarchive): fix lz4 patch to align with upstreamb08e78b[cmark][gl3w][libpopt][libraw][libssh][live555] Fixes, mostly around changing download locations.4772ed9[libarchive] Increase build number.98898a3[libarchive] Fix indenting.7971d70Fix dep to lz4 for libarchive.26516fevcpkg_configure_cmake (and _meson) now embed debug symbols within static libs (/Z7)cceab52[libarchive] update to 3.3.2b111030[libarchive] fix list of dependencies8451849[libarchive] update to 3.3.1490ddfe[libarchive] Disable libiconv supportcf5770d[libarchive] bump version05b82a9[libarchive] apply patch6946f2d[libarchive] add one more patchf99d143add libarchive