Get kdenlive to compile with qt47.
svn path=/nixpkgs/trunk/; revision=26518
This commit is contained in:
parent
ef57b57b92
commit
acf13a9859
@ -8,6 +8,11 @@ stdenv.mkDerivation {
|
|||||||
sha256 = "10bwmhh3kzdbq1nzq8s5ln7ydrzg41d1rihj5kdmf5hb91az8mvx";
|
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
|
buildInputs = [ cmake qt4 perl kdelibs automoc4 phonon mlt gettext
|
||||||
shared_mime_info soprano ];
|
shared_mime_info soprano ];
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user