aboutsummaryrefslogtreecommitdiff
path: root/pkgs/development/libraries/libmediainfo
diff options
context:
space:
mode:
authordevhell <^@regexmail.net>2016-07-01 13:39:27 +0100
committerdevhell <^@regexmail.net>2016-07-01 13:39:27 +0100
commit031b32104c84cac9fc168be5eeb8fd60a34e253d (patch)
tree668aee5504534657258f71bd0a14175b3f4456cc /pkgs/development/libraries/libmediainfo
parent22da52f28daae87e240c8c7e7c4884fccfbd27b0 (diff)
{lib}mediainfo{-gui}: 0.7.86 -> 0.7.87
From the changelog: ``` Version 0.7.87, 2016-06-30 + Spanish and catalan languages updated, thanks to Sergi Medina + Refactoring of the trace feature, for better performance and some bug fixes - Visual C++ 2012 project files removed x Review of symbols display, now using standard display (e.g. "k" instead of "K", " min" instead of "mn"...) x XML output: revert to old versioning method (version is MediaInfo software version) x I63, EBUCore/FIMS outputs: typo correction about WritingLibrary and WritingApplication x Matroska: files with CodecPrivate element before CodecID element where not always correctly parsed x OGG: crash/incoherent behavior with some buggy OGG streams having invalid chunk sizes ```
Diffstat (limited to 'pkgs/development/libraries/libmediainfo')
-rw-r--r--pkgs/development/libraries/libmediainfo/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/libmediainfo/default.nix b/pkgs/development/libraries/libmediainfo/default.nix
index 26416dc1ee17..90869a4c8a5a 100644
--- a/pkgs/development/libraries/libmediainfo/default.nix
+++ b/pkgs/development/libraries/libmediainfo/default.nix
@@ -1,11 +1,11 @@
{ stdenv, fetchurl, autoreconfHook, pkgconfig, libzen, zlib }:
stdenv.mkDerivation rec {
- version = "0.7.86";
+ version = "0.7.87";
name = "libmediainfo-${version}";
src = fetchurl {
url = "http://mediaarea.net/download/source/libmediainfo/${version}/libmediainfo_${version}.tar.xz";
- sha256 = "14m7cgd93mglc9a4x28pb4yc6nfxhqk7vfryca83vpn80la1lxy0";
+ sha256 = "1gvjvc809mrhpcqr62cihhc6jnwml197xjbgydnzvsghih8dq8s9";
};
nativeBuildInputs = [ autoreconfHook pkgconfig ];