Bump version of mlt to 0.6.2
This also fixes compilation error in kdenlive svn path=/nixpkgs/trunk/; revision=25857
This commit is contained in:
parent
38c109a395
commit
69f2e5d157
1 changed files with 3 additions and 3 deletions
|
@ -2,11 +2,11 @@
|
|||
libvorbis, sox}:
|
||||
|
||||
stdenv.mkDerivation {
|
||||
name = "mlt-0.5.10";
|
||||
name = "mlt-0.6.2";
|
||||
|
||||
src = fetchurl {
|
||||
url = mirror://sourceforge/mlt/mlt-0.5.10.tar.gz;
|
||||
sha256 = "17nil3snm6qgcyld852ys0kqm61cx94zb3bvjdqgci6z1ia3crhh";
|
||||
url = mirror://sourceforge/mlt/mlt-0.6.2.tar.gz;
|
||||
sha256 = "0rvyblxyp52mdjl4aicrk16k56yb24ic4ir3n145cxdarwi98r7i";
|
||||
};
|
||||
|
||||
buildInputs = [ qt SDL ffmpeg libdv libxml2 libsamplerate libvorbis sox ];
|
||||
|
|
Loading…
Reference in a new issue