Advance version of mlt; prior version no longer builds.

svn path=/nixpkgs/trunk/; revision=28161
This commit is contained in:
Karn Kallio 2011-08-04 21:48:48 +00:00
parent 514407c726
commit 393e46f0b2

View file

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