kdenlive builds for kde48 release candidate (and kde47).

svn path=/nixpkgs/trunk/; revision=31802
This commit is contained in:
Karn Kallio
2012-01-24 04:50:55 +00:00
parent 151fcc6133
commit 47ae4a01bd
4 changed files with 22 additions and 78 deletions

View File

@@ -2,11 +2,11 @@
libvorbis, sox}:
stdenv.mkDerivation {
name = "mlt-0.7.4";
name = "mlt-0.7.6";
src = fetchurl {
url = mirror://sourceforge/mlt/mlt-0.7.4.tar.gz;
sha256 = "1xcrrd3xbz9hmahgl7xf610cm97chwpxwgcajkd10mpcxbqs08i0";
url = mirror://sourceforge/mlt/mlt-0.7.6.tar.gz;
sha256 = "f8ea8590417ea2b5543a495f2edc30636d3931932deee7a4e0d8516e9c2b58ae";
};
buildInputs = [ qt4 SDL ffmpeg libdv libxml2 libsamplerate libvorbis sox ];