# Note: depends on intltool
wget -c http://ftp.gnome.org/pub/GNOME/sources/gnome-video-effects/0.4/gnome-video-effects-0.4.3.tar.xz
tar -xJf gnome-video-effects-0.4.3.tar.xz
cd gnome-video-effects-0.4.3
./configure --prefix="/usr"
make # Doesn't mind -j#
make install