Yeah the PPA is very out of date, which is a shame. Mac releases are far behind, also. At present qBittorrent is pretty much a Windows client unless you know how to compile from source yourself (or want to run outdated software with known bugs).
On Ubuntu it's quite easy to compile qBittorrent from source, happily. There is a guide in the Wiki, but basically you just need to download the latest (v.3.2.2 atm) source, unpack it into a directory (eg /home/user/qBittorrent-compile) and then open a terminal in that directory (right click > open terminal here) and run through this:
Code: Select all
sudo apt-get install build-essential libtorrent-rasterbar-dev libboost-dev libqt4-dev geoip-database libnotify-dev
Once it's finished building and installing you'll find qBittorrent in your menu (or searchable in the HUD in Unity DE). You can also launch it by simply running 'qBittorrent'. Compiling this way you'll not be able to find your build of qBittorrent in Synaptic or Ubuntu Software Center. For that you would need to install with the 'checkinstall' tool. I've never done that and keep my qBittorrent updated manually, but I guess it would be handy if you wanted to ever uninstall etc.
Maybe play around in a virtual machine to get a feel for it. It's really easy and worth the little time to get the latest version. If you ever got an error about libtorrent being too old you'd have to download and compile the latest version of that too (it's in the Wiki).
I would definitely look into the checkinstall tool though for the future. If I could learn how to set up the dependencies in a generated deb file I would happily release builds for Debian and Ubuntu myself. Maybe a project for this week. Mac OS X is another (more sad) story, but that's another thread.
Post back your results. Good luck!