From 6b6b758745df0079eb38bc390a3b812aea345afb Mon Sep 17 00:00:00 2001 From: LluĂ­s Batlle i Rossell Date: Fri, 16 Mar 2012 18:40:10 +0000 Subject: Updating mlt to 0.7.8. kdenlive 0.8.2.1 wants mlt 0.7.8. With 0.7.6, it crashed clicking the timeline (only with qt48). svn path=/nixpkgs/trunk/; revision=33168 --- pkgs/development/libraries/mlt/default.nix | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'pkgs/development/libraries/mlt') diff --git a/pkgs/development/libraries/mlt/default.nix b/pkgs/development/libraries/mlt/default.nix index 50100e3f1f3..1740de118a4 100644 --- a/pkgs/development/libraries/mlt/default.nix +++ b/pkgs/development/libraries/mlt/default.nix @@ -2,14 +2,14 @@ libvorbis, sox}: stdenv.mkDerivation { - name = "mlt-0.7.6"; + name = "mlt-0.7.8"; src = fetchurl { - url = mirror://sourceforge/mlt/mlt-0.7.6.tar.gz; - sha256 = "f8ea8590417ea2b5543a495f2edc30636d3931932deee7a4e0d8516e9c2b58ae"; + url = mirror://sourceforge/mlt/mlt-0.7.8.tar.gz; + sha256 = "0hvfjk0hspamym0ahi635ivx9iv3v2jy2qv15za1vmz28qkkp0wm"; }; - buildInputs = [ qt4 SDL ffmpeg libdv libxml2 libsamplerate libvorbis sox ]; + buildInputs = [ qt4 SDL ffmpeg libdv libxml2 libsamplerate libvorbis sox pkgconfig ]; # Mostly taken from: # http://www.kdenlive.org/user-manual/downloading-and-installing-kdenlive/installing-source/installing-mlt-rendering-engine -- cgit 1.4.1