Merge pull request #22111 from romildo/upd.mkvtoolnix
mkvtoolnix: 9.6.0 -> 9.8.0
This commit is contained in:
commit
9977fb86a0
@ -1,5 +1,5 @@
|
|||||||
{ stdenv, fetchFromGitHub, pkgconfig, autoconf, automake
|
{ stdenv, fetchFromGitHub, pkgconfig, autoconf, automake
|
||||||
, ruby, file, xdg_utils, gettext, expat, qt5, boost
|
, drake, ruby, file, xdg_utils, gettext, expat, qt5, boost
|
||||||
, libebml, zlib, libmatroska, libogg, libvorbis, flac
|
, libebml, zlib, libmatroska, libogg, libvorbis, flac
|
||||||
, withGUI ? true
|
, withGUI ? true
|
||||||
}:
|
}:
|
||||||
@ -10,16 +10,16 @@ with stdenv.lib;
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "mkvtoolnix-${version}";
|
name = "mkvtoolnix-${version}";
|
||||||
version = "9.6.0";
|
version = "9.8.0";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "mbunkus";
|
owner = "mbunkus";
|
||||||
repo = "mkvtoolnix";
|
repo = "mkvtoolnix";
|
||||||
rev = "release-${version}";
|
rev = "release-${version}";
|
||||||
sha256 = "14v6iclzkqxibzcdxr65bb5frmnsjyyly0d3lwv1gg7g1mkcw3jd";
|
sha256 = "1hnk92ksgg290q4kwdl8jqrz7vzlwki4f85bb6kgdgzpjkblw76n";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ pkgconfig autoconf automake gettext ruby ];
|
nativeBuildInputs = [ pkgconfig autoconf automake gettext drake ruby ];
|
||||||
|
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
expat file xdg_utils boost libebml zlib libmatroska libogg
|
expat file xdg_utils boost libebml zlib libmatroska libogg
|
||||||
@ -27,8 +27,8 @@ stdenv.mkDerivation rec {
|
|||||||
] ++ optional withGUI qt5.qtbase;
|
] ++ optional withGUI qt5.qtbase;
|
||||||
|
|
||||||
preConfigure = "./autogen.sh; patchShebangs .";
|
preConfigure = "./autogen.sh; patchShebangs .";
|
||||||
buildPhase = "./drake -j $NIX_BUILD_CORES";
|
buildPhase = "drake -j $NIX_BUILD_CORES";
|
||||||
installPhase = "./drake install -j $NIX_BUILD_CORES";
|
installPhase = "drake install -j $NIX_BUILD_CORES";
|
||||||
|
|
||||||
configureFlags = [
|
configureFlags = [
|
||||||
"--enable-magic"
|
"--enable-magic"
|
||||||
@ -38,7 +38,6 @@ stdenv.mkDerivation rec {
|
|||||||
"--disable-profiling"
|
"--disable-profiling"
|
||||||
"--disable-precompiled-headers"
|
"--disable-precompiled-headers"
|
||||||
"--disable-static-qt"
|
"--disable-static-qt"
|
||||||
"--without-curl"
|
|
||||||
"--with-gettext"
|
"--with-gettext"
|
||||||
(enableFeature withGUI "qt")
|
(enableFeature withGUI "qt")
|
||||||
];
|
];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user