attempt to compile PlayerPro on Linux:
$ git clone https://git.code.sf.net/p/playerpro/gitcode
$ cd playerpro-gitcode
$ git reset 6e755d24 --hard # optional, but this is the latest commit afaik
$ git apply diff.patch
$ mkdir build
$ cd build
$ cmake ..