QPar2 is a GUI for the tool par2cmdline developped with Qt4. It requires libpar2 and libsigc++.
Download
This software is released under the GNU GPL. You can download the source code or the deb packaged version:
Compilation
Qpar2 requires libpar2 wich requires libsigc++. You need Qt4 tools to compile this software.
With Debian, you can install everything you need with:
apt-get install qt4-dev-tools libqt4-dev libpar2-0-dev libsigc++-2.0-dev
To compile:
tar xvzf qpar2-v{version}.tar.gz
cd qpar2-v{version}
qmake qpar2.pro
make
The executable file qpar2 is placed in the directory ../build.
Screenshot