mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 23:43:30 +00:00
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";
|
||||
};
|
||||
|
||||
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 ];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user