summary refs log tree commit diff
path: root/pkgs/applications/video
diff options
context:
space:
mode:
authorFranz Pletz <fpletz@fnordicwalking.de>2016-04-12 15:13:10 +0200
committerFranz Pletz <fpletz@fnordicwalking.de>2016-04-12 15:51:32 +0200
commit2af7b09e06ecda52ab49c99801383611010b0447 (patch)
tree94080371d020b6c8b89e7f975075cf5c1a10957a /pkgs/applications/video
parent9fd4e1e8ddc516c339abee91f074e19776199f07 (diff)
downloadnixlib-2af7b09e06ecda52ab49c99801383611010b0447.tar
nixlib-2af7b09e06ecda52ab49c99801383611010b0447.tar.gz
nixlib-2af7b09e06ecda52ab49c99801383611010b0447.tar.bz2
nixlib-2af7b09e06ecda52ab49c99801383611010b0447.tar.lz
nixlib-2af7b09e06ecda52ab49c99801383611010b0447.tar.xz
nixlib-2af7b09e06ecda52ab49c99801383611010b0447.tar.zst
nixlib-2af7b09e06ecda52ab49c99801383611010b0447.zip
mpv: 0.16.0 -> 0.17.0
Diffstat (limited to 'pkgs/applications/video')
-rw-r--r--pkgs/applications/video/mpv/default.nix7
1 files changed, 4 insertions, 3 deletions
diff --git a/pkgs/applications/video/mpv/default.nix b/pkgs/applications/video/mpv/default.nix
index 7fb62a5e1acc..dd5f25d3a6c6 100644
--- a/pkgs/applications/video/mpv/default.nix
+++ b/pkgs/applications/video/mpv/default.nix
@@ -1,5 +1,6 @@
 { stdenv, fetchurl, docutils, makeWrapper, perl, pkgconfig, python, which
 , ffmpeg, freefont_ttf, freetype, libass, libpthreadstubs, lua, lua5_sockets
+, libuchardet, rubberband
 , x11Support ? true, libX11 ? null, libXext ? null, mesa ? null, libXxf86vm ? null
 , xineramaSupport ? true, libXinerama ? null
 , xvSupport ? true, libXv ? null
@@ -59,11 +60,11 @@ in
 
 stdenv.mkDerivation rec {
   name = "mpv-${version}";
-  version = "0.16.0";
+  version = "0.17.0";
 
   src = fetchurl {
     url = "https://github.com/mpv-player/mpv/archive/v${version}.tar.gz";
-    sha256 = "1fiqxx85s418qynq2fp0v7cpzrz8j285hwmc4fqgn5ny1vg1jdpw";
+    sha256 = "0vms3viwqcwl1mrgmf2yy4c69fvv7xpbkyrl693l6zpwynqd4b30";
   };
 
   patchPhase = ''
@@ -89,7 +90,7 @@ stdenv.mkDerivation rec {
   nativeBuildInputs = [ docutils makeWrapper perl pkgconfig python which ];
 
   buildInputs = [
-    ffmpeg freetype libass libpthreadstubs lua lua5_sockets
+    ffmpeg freetype libass libpthreadstubs lua lua5_sockets libuchardet rubberband
   ] ++ optionals x11Support [ libX11 libXext mesa libXxf86vm ]
     ++ optional alsaSupport alsaLib
     ++ optional xvSupport libXv