vapoursynth: R48 -> R49
This commit is contained in:
parent
da232ea497
commit
c339130b80
1 changed files with 4 additions and 4 deletions
|
@ -1,6 +1,6 @@
|
||||||
{ stdenv, fetchFromGitHub, pkgconfig, autoreconfHook, makeWrapper
|
{ stdenv, fetchFromGitHub, pkgconfig, autoreconfHook, makeWrapper
|
||||||
, zimg, libass, python3, libiconv
|
, zimg, libass, python3, libiconv
|
||||||
, ApplicationServices, nasm
|
, ApplicationServices
|
||||||
, ocrSupport ? false, tesseract ? null
|
, ocrSupport ? false, tesseract ? null
|
||||||
, imwriSupport? true, imagemagick7 ? null
|
, imwriSupport? true, imagemagick7 ? null
|
||||||
}:
|
}:
|
||||||
|
@ -12,16 +12,16 @@ with stdenv.lib;
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "vapoursynth";
|
pname = "vapoursynth";
|
||||||
version = "R48";
|
version = "R49";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "vapoursynth";
|
owner = "vapoursynth";
|
||||||
repo = "vapoursynth";
|
repo = "vapoursynth";
|
||||||
rev = version;
|
rev = version;
|
||||||
sha256 = "1i6163bidlp0p9zcnxpsphr44ayfzd51fig4ri7vbrbl9lw9jaih";
|
sha256 = "1d298mlb24nlc2x7pixfbkd0qbpv4c706c32idsgpi96z1spkhvl";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ pkgconfig autoreconfHook nasm makeWrapper ];
|
nativeBuildInputs = [ pkgconfig autoreconfHook makeWrapper ];
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
zimg libass
|
zimg libass
|
||||||
(python3.withPackages (ps: with ps; [ sphinx cython ]))
|
(python3.withPackages (ps: with ps; [ sphinx cython ]))
|
||||||
|
|
Loading…
Reference in a new issue