3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #20031 from rnhmjoj/vapoursynth

Vapoursynth updates
This commit is contained in:
Joachim F 2016-11-01 00:34:27 +01:00 committed by GitHub
commit a2e77d19bc
3 changed files with 9 additions and 9 deletions

View file

@ -4,13 +4,13 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
name = "vapoursynth-mvtools-${version}"; name = "vapoursynth-mvtools-${version}";
version = "16"; version = "17";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "dubhater"; owner = "dubhater";
repo = "vapoursynth-mvtools"; repo = "vapoursynth-mvtools";
rev = "48959b868c18fa8066502f957734cbd5fb9762a0"; rev = "a2f5607420af8b8e76c0a6a06a517649bfa2c187";
sha256 = "15xpqvfzhv0kcf3gyghni4flazi1mmj2iy6zw5834phqr52yg07z"; sha256 = "06nq46jjyfpv74i27w2m6j64avs6shl99mk601m5h5mmdgm2mvcg";
}; };
buildInputs = [ buildInputs = [

View file

@ -5,13 +5,13 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
name = "vapoursynth-${version}"; name = "vapoursynth-${version}";
version = "R33.1"; version = "R35";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "vapoursynth"; owner = "vapoursynth";
repo = "vapoursynth"; repo = "vapoursynth";
rev = "0d69d29abb3c4ba9e806958bf9c539bd6eff6852"; rev = "dcab1529d445776a5575859aea655e613c23c8bc";
sha256 = "1dbz81vgqfsb306d7891p8y25y7632y32ii3l64shr0jsq64vgsm"; sha256 = "0nhpqws91b19lql2alc5pxgzfgh1wjrws0kyvir41jhfxhhjaqpi";
}; };
buildInputs = [ buildInputs = [

View file

@ -2,13 +2,13 @@
stdenv.mkDerivation rec{ stdenv.mkDerivation rec{
name = "zimg-${version}"; name = "zimg-${version}";
version = "2.2.1"; version = "2.3";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "sekrit-twc"; owner = "sekrit-twc";
repo = "zimg"; repo = "zimg";
rev = "e88b156fdd6d5ae647bfc68a30e86d14f214764d"; rev = "9cbe9b0de66a690bdd142bae0e656e27c1f50ade";
sha256 = "1hb35pm9ykdyhg71drd59yy29d154m2r1mr8ikyzpi3knanjn23a"; sha256 = "1qj5fr8ghgnyfjzdvgkvplicqsgyp05g3pvsdrg9yivvx32291hp";
}; };
buildInputs = [ autoreconfHook ]; buildInputs = [ autoreconfHook ];