msys2 / MINGW-packages

Package scripts for MinGW-w64 targets to build under MSYS2.
https://packages.msys2.org
BSD 3-Clause "New" or "Revised" License
2.29k stars 1.22k forks source link

Request libtorrent-rasterbar python bindings (python-libtorrent) #4431

Open cas-- opened 6 years ago

cas-- commented 6 years ago

It would be really useful to have the Python 2 and 3 binding for libtorrent available from MinGW for Deluge. The python bindings are usually packaged separately as python-libtorrent on Debian but I see Arch bundles them.

lazka commented 6 years ago

Do you need the Python 2 version as well?

cas-- commented 6 years ago

If possible, haven't quite migrated to Python 3 yet

lazka commented 6 years ago

ok

lazka commented 6 years ago

The last release doesn't support building the python bindings with cmake. Either we port to autotools or wait for the next release.

lazka commented 5 years ago

I tried building the bindings now, but it fails and I don't know enough about cmake+boost+python to fix it.

It also noticed that 1.1.12 no longer builds with recent boost, so I've opened #5331 to update to 1.1.13 which seems to work again.