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
@ -2,11 +2,11 @@
|
|||||||
libvorbis, sox}:
|
libvorbis, sox}:
|
||||||
|
|
||||||
stdenv.mkDerivation {
|
stdenv.mkDerivation {
|
||||||
name = "mlt-0.5.10";
|
name = "mlt-0.6.2";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = mirror://sourceforge/mlt/mlt-0.5.10.tar.gz;
|
url = mirror://sourceforge/mlt/mlt-0.6.2.tar.gz;
|
||||||
sha256 = "17nil3snm6qgcyld852ys0kqm61cx94zb3bvjdqgci6z1ia3crhh";
|
sha256 = "0rvyblxyp52mdjl4aicrk16k56yb24ic4ir3n145cxdarwi98r7i";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ qt SDL ffmpeg libdv libxml2 libsamplerate libvorbis sox ];
|
buildInputs = [ qt SDL ffmpeg libdv libxml2 libsamplerate libvorbis sox ];
|
||||||
|
Loading…
Reference in New Issue
Block a user