mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-27 17:59:00 +08:00
f89336d703
* [tesseract] add missing reference for downstream projects * [tesseract] restore ci, fix many regressions that are uncovered by that * Update ports/opencv2/CONTROL Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com> * [opencv] fix regressions on uwp, accept failure on arm64 for now * Apply suggestions from code review Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com> * [opencv4] allow failures on all arm windows targets, both win32 and uwp * adopts hints from #15180 * [libarchive] bump control version * [libarchive] use vcpkg-cmake-wrapper instead of a custom libarchiveConfig, since it is vcpkg-provided and not port-provided * enable features to be visible in parent scope * apply documentation fix from CI * [libarchive] remove unnecessary lines in portfile * fix regressions * Update ports/gdcm/CONTROL * use more compact logic syntax * add new versions to baseline Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com>
37 lines
745 B
Plaintext
37 lines
745 B
Plaintext
Source: libarchive
|
|
Version: 3.4.3
|
|
Port-Version: 3
|
|
Homepage: https://github.com/libarchive/libarchive
|
|
Description: Library for reading and writing streaming archives
|
|
Build-Depends: zlib
|
|
Default-Features: bzip2, libxml2, lz4, lzma, lzo, openssl, zstd
|
|
Supports: !uwp
|
|
|
|
Feature: bzip2
|
|
Build-Depends: bzip2
|
|
Description: BZip2 support
|
|
|
|
Feature: zstd
|
|
Build-Depends: zstd
|
|
Description: zstd support
|
|
|
|
Feature: libxml2
|
|
Build-Depends: libxml2
|
|
Description: Libxml2 support
|
|
|
|
Feature: lz4
|
|
Build-Depends: lz4
|
|
Description: LZ4 support
|
|
|
|
Feature: lzma
|
|
Build-Depends: liblzma
|
|
Description: LZMA support
|
|
|
|
Feature: lzo
|
|
Build-Depends: lzo
|
|
Description: LZO support
|
|
|
|
Feature: openssl
|
|
Build-Depends: openssl
|
|
Description: OpenSSL support
|