mkvtoolnix: upgrade to 6.2.0
This commit is contained in:
parent
ef6fc4a345
commit
2f036a21d7
@ -4,7 +4,6 @@
|
|||||||
, libvorbis
|
, libvorbis
|
||||||
, file
|
, file
|
||||||
, boost
|
, boost
|
||||||
, lzo
|
|
||||||
, xdg_utils
|
, xdg_utils
|
||||||
, expat
|
, expat
|
||||||
, wxGTK
|
, wxGTK
|
||||||
@ -16,14 +15,14 @@
|
|||||||
}:
|
}:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "mkvtoolnix-6.1.0";
|
name = "mkvtoolnix-6.2.0";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "http://www.bunkus.org/videotools/mkvtoolnix/sources/${name}.tar.xz";
|
url = "http://www.bunkus.org/videotools/mkvtoolnix/sources/${name}.tar.xz";
|
||||||
sha256 = "01k5al3886cyi97kynx5hf98z5p7mb8vd2m057gbp1k10zblcb9x";
|
sha256 = "0864vmdcnfwk5cb2fv1y60yvp9kqcyaqxwbvy4nsj7bzwv1iqysn";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ libmatroska flac libvorbis file boost lzo xdg_utils expat wxGTK zlib ruby gettext pkgconfig curl ];
|
buildInputs = [ libmatroska flac libvorbis file boost xdg_utils expat wxGTK zlib ruby gettext pkgconfig curl ];
|
||||||
|
|
||||||
configureFlags = "--with-boost-libdir=${boost}/lib";
|
configureFlags = "--with-boost-libdir=${boost}/lib";
|
||||||
buildPhase = ''
|
buildPhase = ''
|
||||||
|
Loading…
Reference in New Issue
Block a user