Get kdenlive to compile with qt47.

svn path=/nixpkgs/trunk/; revision=26518

+5
+5
pkgs/applications/video/kdenlive/default.nix
··· 8 sha256 = "10bwmhh3kzdbq1nzq8s5ln7ydrzg41d1rihj5kdmf5hb91az8mvx"; 9 }; 10 11 buildInputs = [ cmake qt4 perl kdelibs automoc4 phonon mlt gettext 12 shared_mime_info soprano ]; 13
··· 8 sha256 = "10bwmhh3kzdbq1nzq8s5ln7ydrzg41d1rihj5kdmf5hb91az8mvx"; 9 }; 10 11 + prePatch = '' 12 + # For Qt47 compatibility. 13 + sed -i 's@class QImage@#include <QImage>@' src/colorcorrection/vectorscopegenerator.h 14 + ''; 15 + 16 buildInputs = [ cmake qt4 perl kdelibs automoc4 phonon mlt gettext 17 shared_mime_info soprano ]; 18