vapoursynth-mvtools: 19 -> 20
This commit is contained in:
parent
252c0d4c82
commit
56a35b39f7
@ -1,22 +1,22 @@
|
|||||||
{ stdenv, fetchFromGitHub, pkgconfig, autoreconfHook,
|
{ stdenv, fetchFromGitHub, pkgconfig, autoreconfHook,
|
||||||
vapoursynth, yasm, fftwFloat
|
vapoursynth, nasm, fftwFloat
|
||||||
}:
|
}:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "vapoursynth-mvtools-${version}";
|
name = "vapoursynth-mvtools-${version}";
|
||||||
version = "19";
|
version = "20";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "dubhater";
|
owner = "dubhater";
|
||||||
repo = "vapoursynth-mvtools";
|
repo = "vapoursynth-mvtools";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "1wjwf1lgfkqz87s0j251g625mw9xmx79zzgrjyhq3wlii73m6qwp";
|
sha256 = "0nbq04wbmz7xqfcfpdvgg0p8xhh2xdcwhhx5gwr4j8bm611v0npz";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ pkgconfig ];
|
nativeBuildInputs = [ pkgconfig ];
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
autoreconfHook
|
autoreconfHook
|
||||||
yasm vapoursynth fftwFloat
|
nasm vapoursynth fftwFloat
|
||||||
];
|
];
|
||||||
|
|
||||||
configureFlags = [ "--libdir=$(out)/lib/vapoursynth" ];
|
configureFlags = [ "--libdir=$(out)/lib/vapoursynth" ];
|
||||||
|
Loading…
Reference in New Issue
Block a user