diff options
| author | Francisco Pombal <FranciscoPombal@users.noreply.github.com> | 2020-04-27 15:40:36 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-04-27 07:40:36 -0700 |
| commit | 422fb5df87f6ae2d01a6ccdca7211a54c0e88fa1 (patch) | |
| tree | 9219d8f93091c4ec951f2b6471ef8fa020855dcb /ports/libtorrent/CONTROL | |
| parent | 2bf1c1da02694101364f5b6d029cdd3e4f42102e (diff) | |
| download | vcpkg-422fb5df87f6ae2d01a6ccdca7211a54c0e88fa1.tar.gz vcpkg-422fb5df87f6ae2d01a6ccdca7211a54c0e88fa1.zip | |
[libtorrent] Update to 1.2.6 and add features (#10686)
Diffstat (limited to 'ports/libtorrent/CONTROL')
| -rw-r--r-- | ports/libtorrent/CONTROL | 22 |
1 files changed, 20 insertions, 2 deletions
diff --git a/ports/libtorrent/CONTROL b/ports/libtorrent/CONTROL index 08964ba96..645b8f84b 100644 --- a/ports/libtorrent/CONTROL +++ b/ports/libtorrent/CONTROL @@ -1,5 +1,23 @@ Source: libtorrent -Version: 1.2.2-1 +Version: 1.2.6 Homepage: https://github.com/arvidn/libtorrent -Description: An efficient feature complete C++ BitTorrent implementation +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 +Supports: !uwp + +Feature: deprfun +Description: build with deprecated functions enabled + +Feature: examples +Description: build the examples in the examples directory + +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 |
