http://sourceforge.net/projects/qlcplus/
I tried to convert the qlc+.deb, but this does not work
So I tried to compile QLC+ , but I ended up installing with following error:
../engine/src/libqlcplusengine.so: undefined reference to `fftw_malloc'
../engine/src/libqlcplusengine.so: undefined reference to `fftw_free'
../engine/src/libqlcplusengine.so: undefined reference to `fftw_execute'
../engine/src/libqlcplusengine.so: undefined reference to `fftw_plan_dft_r2c_1d'
../engine/src/libqlcplusengine.so: undefined reference to `fftw_destroy_plan'
collect2: ld returned 1 exit status
make[1]: *** [qlcplus] Error 1
make[1]: Leaving directory `/home/tux/qlcplus-4.8.3/main'
make: *** [sub-main-install_subtargets-ordered] Error 2
root@slitaz:/home/tux/qlcplus-4.8.3#
qlc+ depends on FFTW 3.3.4 (http://www.fftw.org/download.html), which is not in the repos, but it compiled without any errors - the package is in debian called libfftw3
QLC+
DEPENDS="fftw (or lifttw3) libftdi liblo libsndfile libusb-compat qcad"
BUILD_DEPENDS="Qt4-dev libsndfile-dev libftdi-dev libusb-dev libgudev-dev libmad-dev liblo-dev alsa-lib-dev libfftw3-dev (or fftw-dev)"
I would be nice, if we could have QLC+ in the repos