summary refs log tree commit diff
path: root/pkgs/development/libraries/mlt
diff options
context:
space:
mode:
authorLluís Batlle i Rossell <viric@vicerveza.homeunix.net>2012-03-16 18:40:10 +0000
committerLluís Batlle i Rossell <viric@vicerveza.homeunix.net>2012-03-16 18:40:10 +0000
commit6b6b758745df0079eb38bc390a3b812aea345afb (patch)
tree8a59390638c4f947cca9ca51f08d4f37d034ea1f /pkgs/development/libraries/mlt
parent0ac7828c6b36816b41f41513f8126b9f100c6eb1 (diff)
downloadnixpkgs-6b6b758745df0079eb38bc390a3b812aea345afb.tar
nixpkgs-6b6b758745df0079eb38bc390a3b812aea345afb.tar.gz
nixpkgs-6b6b758745df0079eb38bc390a3b812aea345afb.tar.bz2
nixpkgs-6b6b758745df0079eb38bc390a3b812aea345afb.tar.lz
nixpkgs-6b6b758745df0079eb38bc390a3b812aea345afb.tar.xz
nixpkgs-6b6b758745df0079eb38bc390a3b812aea345afb.tar.zst
nixpkgs-6b6b758745df0079eb38bc390a3b812aea345afb.zip
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
Diffstat (limited to 'pkgs/development/libraries/mlt')
-rw-r--r--pkgs/development/libraries/mlt/default.nix8
1 files changed, 4 insertions, 4 deletions
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