3
0
Fork 0
forked from mirrors/nixpkgs

Get kdenlive to compile with qt47.

svn path=/nixpkgs/trunk/; revision=26518
This commit is contained in:
Karn Kallio 2011-03-25 22:40:55 +00:00
parent ef57b57b92
commit acf13a9859

View file

@ -8,6 +8,11 @@ stdenv.mkDerivation {
sha256 = "10bwmhh3kzdbq1nzq8s5ln7ydrzg41d1rihj5kdmf5hb91az8mvx";
};
prePatch = ''
# For Qt47 compatibility.
sed -i 's@class QImage@#include <QImage>@' src/colorcorrection/vectorscopegenerator.h
'';
buildInputs = [ cmake qt4 perl kdelibs automoc4 phonon mlt gettext
shared_mime_info soprano ];