Avxsynth kompilieren

Basierend auf https://github.com/avxsynth/avxsynth/wiki/System-Setup verwende ich

sudo apt-get install yasm autoconf libtool g++ liblog4cpp5-dev libpango1.0-dev libcairo2-dev libffms2-dev
./configure
make

zum kompilieren und

sudo checkinstall --pkgname=avxsynth --pkgversion="4.0~git`git rev-parse --short HEAD`" --backup=no --deldoc=yes --fstrans=no --default --requires "ffmsindex,libffms2-3"

zum Erstellen eines avxsynth Paketes (mit Abhängigkeiten).

Zuletzt getestet am 2015-08-28.