summary refs log tree commit diff
path: root/pkgs/applications/misc/mediainfo-gui
diff options
context:
space:
mode:
authordevhell <^@regexmail.net>2016-06-12 16:23:12 +0100
committerdevhell <^@regexmail.net>2016-06-12 16:23:12 +0100
commit22da52f28daae87e240c8c7e7c4884fccfbd27b0 (patch)
treeb6467c452fb6a6d964e285b08cfe09a0094c8c28 /pkgs/applications/misc/mediainfo-gui
parent6008d11fbbf738c9b80b24998e7d20c2b869acf4 (diff)
downloadnixlib-22da52f28daae87e240c8c7e7c4884fccfbd27b0.tar
nixlib-22da52f28daae87e240c8c7e7c4884fccfbd27b0.tar.gz
nixlib-22da52f28daae87e240c8c7e7c4884fccfbd27b0.tar.bz2
nixlib-22da52f28daae87e240c8c7e7c4884fccfbd27b0.tar.lz
nixlib-22da52f28daae87e240c8c7e7c4884fccfbd27b0.tar.xz
nixlib-22da52f28daae87e240c8c7e7c4884fccfbd27b0.tar.zst
nixlib-22da52f28daae87e240c8c7e7c4884fccfbd27b0.zip
{lib}mediainfo{-gui}: 0.7.84 -> 0.7.86
From the changelog:
```
Version 0.7.86, 2016-05-31

+ Linux/Mac: more output formats (PBCore, EBUCore, FIMS)
+ FFV1 parsing optimization, avoiding by default a too verbose trace
+ Matroska: more elements support and typo fixes in the trace
+ #I172, Trace feature: provide the name of the main parser in the media element
+ Matroska: consider all values below 0x10 EBML names as 1-byte junk
x Matroska: better support (including speed improvement) of huge lossless frames (e.g. 20 MB FFV1 4K)
x #I144, Python binding: Python 2 on Linux does not automatically provide the locale to the shared object
x HTML output: don't escape carriage returns from the input file
x FFV1: some streams were rejected despite the fact they are valid
x Python binding: some errors during call of Get() API with Python3 on Linux/Mac
```
Diffstat (limited to 'pkgs/applications/misc/mediainfo-gui')
-rw-r--r--pkgs/applications/misc/mediainfo-gui/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/misc/mediainfo-gui/default.nix b/pkgs/applications/misc/mediainfo-gui/default.nix
index a136497de890..73dc8433b88d 100644
--- a/pkgs/applications/misc/mediainfo-gui/default.nix
+++ b/pkgs/applications/misc/mediainfo-gui/default.nix
@@ -2,11 +2,11 @@
 , desktop_file_utils, libSM, imagemagick }:
 
 stdenv.mkDerivation rec {
-  version = "0.7.84";
+  version = "0.7.86";
   name = "mediainfo-gui-${version}";
   src = fetchurl {
     url = "http://mediaarea.net/download/source/mediainfo/${version}/mediainfo_${version}.tar.xz";
-    sha256 = "0w3hm34amfy5bq3n1jihbwqvwqn0f8kvvq3lfc8nfwf8v7mjn7q9";
+    sha256 = "15w6m75bk6rsxxdrdibi330ch1x0cw131gynbhmhbsppsg0v5vb5";
   };
 
   nativeBuildInputs = [ autoreconfHook pkgconfig ];