mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-22 14:45:27 +00:00
Advance version of mlt; prior version no longer builds.
svn path=/nixpkgs/trunk/; revision=28161
This commit is contained in:
parent
514407c726
commit
393e46f0b2
|
@ -2,11 +2,11 @@
|
|||
libvorbis, sox}:
|
||||
|
||||
stdenv.mkDerivation {
|
||||
name = "mlt-0.6.2";
|
||||
name = "mlt-0.7.4";
|
||||
|
||||
src = fetchurl {
|
||||
url = mirror://sourceforge/mlt/mlt-0.6.2.tar.gz;
|
||||
sha256 = "0rvyblxyp52mdjl4aicrk16k56yb24ic4ir3n145cxdarwi98r7i";
|
||||
url = mirror://sourceforge/mlt/mlt-0.7.4.tar.gz;
|
||||
sha256 = "1xcrrd3xbz9hmahgl7xf610cm97chwpxwgcajkd10mpcxbqs08i0";
|
||||
};
|
||||
|
||||
buildInputs = [ qt SDL ffmpeg libdv libxml2 libsamplerate libvorbis sox ];
|
||||
|
|
Loading…
Reference in a new issue