summary refs log tree commit diff
path: root/pkgs/development/libraries/mlt
diff options
context:
space:
mode:
authorKarn Kallio <tierpluspluslists@gmail.com>2011-02-09 15:34:30 +0000
committerKarn Kallio <tierpluspluslists@gmail.com>2011-02-09 15:34:30 +0000
commit69f2e5d1573a63a8f1f2bffe6df44c10924fb357 (patch)
treec851ea016b731461deaf6013074782c59d17c985 /pkgs/development/libraries/mlt
parent38c109a39574f50842f4ff13e8f98c8085104fa0 (diff)
downloadnixpkgs-69f2e5d1573a63a8f1f2bffe6df44c10924fb357.tar
nixpkgs-69f2e5d1573a63a8f1f2bffe6df44c10924fb357.tar.gz
nixpkgs-69f2e5d1573a63a8f1f2bffe6df44c10924fb357.tar.bz2
nixpkgs-69f2e5d1573a63a8f1f2bffe6df44c10924fb357.tar.lz
nixpkgs-69f2e5d1573a63a8f1f2bffe6df44c10924fb357.tar.xz
nixpkgs-69f2e5d1573a63a8f1f2bffe6df44c10924fb357.tar.zst
nixpkgs-69f2e5d1573a63a8f1f2bffe6df44c10924fb357.zip
Bump version of mlt to 0.6.2
This also fixes compilation error in kdenlive

svn path=/nixpkgs/trunk/; revision=25857
Diffstat (limited to 'pkgs/development/libraries/mlt')
-rw-r--r--pkgs/development/libraries/mlt/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/development/libraries/mlt/default.nix b/pkgs/development/libraries/mlt/default.nix
index 33b5918d1ca..f797fcc0234 100644
--- a/pkgs/development/libraries/mlt/default.nix
+++ b/pkgs/development/libraries/mlt/default.nix
@@ -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 ];