mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-02 03:29:06 +08:00
23d4072643
* [boost] Add Supports fields. Regenerate to better describe arm64-windows and UWP. * [ci.baseline.txt] Remove unneeded boost entries * [libtorrent] Modify Supports to cover arm64-windows * [ci.baseline.txt] Add exposed failures now that boost:arm64-windows builds * Update ports/boost-fiber/CONTROL * Update ports/boost/CONTROL Co-authored-by: Robert Schumacher <roschuma@microsoft.com> Co-authored-by: Phoebe <20694052+PhoebeHui@users.noreply.github.com>
28 lines
908 B
Plaintext
28 lines
908 B
Plaintext
Source: libtorrent
|
|
Version: 1.2.8
|
|
Homepage: https://github.com/arvidn/libtorrent
|
|
Description: An efficient feature complete C++ BitTorrent implementation
|
|
Build-Depends: openssl, boost-system, boost-date-time, boost-chrono, boost-random, boost-asio, boost-crc, boost-config, boost-iterator, boost-scope-exit, boost-multiprecision, boost-variant
|
|
Supports: !uwp&!(windows&arm)
|
|
|
|
Feature: deprfun
|
|
Description: build with deprecated functions enabled
|
|
|
|
Feature: examples
|
|
Description: build the examples in the examples directory
|
|
|
|
Feature: iconv
|
|
Build-Depends: libiconv (windows)
|
|
Description: build with libiconv on Windows
|
|
|
|
Feature: python
|
|
Build-Depends: boost-python, libtorrent[deprfun]
|
|
Description: build the python bindings in bindings/python directory
|
|
|
|
Feature: test
|
|
Build-Depends: libtorrent[deprfun]
|
|
Description: build the libtorrent tests
|
|
|
|
Feature: tools
|
|
Description: build the tools in the tools directory
|