pull/22/merge
Aidan Gauland 2023-11-20 08:21:34 +00:00 committed by GitHub
commit 6e1d669d5b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View File

@ -28,7 +28,7 @@ in
pkgs.vapoursynthPlugins.combmask
pkgs.vapoursynthPlugins.continuityfixer
pkgs.vapoursynthPlugins.ctmf
# pkgs.vapoursynthPlugins.d2vsource
pkgs.vapoursynthPlugins.d2vsource
pkgs.vapoursynthPlugins.dctfilter
pkgs.vapoursynthPlugins.deblock
pkgs.vapoursynthPlugins.decross

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "d2vsource";
version = "1.2";
version = "1.3";
src = fetchFromGitHub {
owner = "dwbuiten";
repo = pname;
rev = "v${version}";
sha256 = "1ax20qs1hba70r07pdw3gs4gylwb2ca4iz9ycmd9i5rvxaxy4hmp";
sha256 = "sha256-iq03BbrFqTB7n9gExLkp16TxgDZdUB4Ne8LUU69AOWc=";
};
configureFlags = [ "--libdir=$(out)/lib/vapoursynth" ];
@ -18,7 +18,7 @@ stdenv.mkDerivation rec {
meta = with lib; {
description = "D2V parser and decoder for VapourSynth";
homepage = "https://github.com/dubhater/vapoursynth-cnr2";
homepage = "https://github.com/dwbuiten/d2vsource";
license = licenses.lgpl21Plus;
maintainers = with maintainers; [ sbruder ];
platforms = platforms.all;