From 42a47c25ff4a8213594857d06ebce6f5420dff7c Mon Sep 17 00:00:00 2001 From: Sarah Clark Date: Sun, 19 Apr 2026 10:45:24 -0700 Subject: [PATCH] vapoursynth-nnedi3: drop Upstream repo archived, vapoursynth-znedi3 recomended as a replacement. --- .../by-name/va/vapoursynth-nnedi3/package.nix | 54 ------------------- pkgs/top-level/aliases.nix | 1 + 2 files changed, 1 insertion(+), 54 deletions(-) delete mode 100644 pkgs/by-name/va/vapoursynth-nnedi3/package.nix diff --git a/pkgs/by-name/va/vapoursynth-nnedi3/package.nix b/pkgs/by-name/va/vapoursynth-nnedi3/package.nix deleted file mode 100644 index 3bbe4056766c..000000000000 --- a/pkgs/by-name/va/vapoursynth-nnedi3/package.nix +++ /dev/null @@ -1,54 +0,0 @@ -{ - lib, - stdenv, - fetchFromGitHub, - fetchpatch, - autoreconfHook, - pkg-config, - vapoursynth, - yasm, -}: - -stdenv.mkDerivation (finalAttrs: { - pname = "vapoursynth-nnedi3"; - version = "12"; - - src = fetchFromGitHub { - owner = "dubhater"; - repo = "vapoursynth-nnedi3"; - tag = "v${finalAttrs.version}"; - hash = "sha256-jd/PCXhbCZGMsoXjekbeqMSRVBJAy4INdpkTbZFjVO0="; - }; - - patches = [ - (fetchpatch { - name = "build-fixes-for-aarch64-apple-silicon.patch"; - url = "https://github.com/dubhater/vapoursynth-nnedi3/commit/15c15080ed4406929aa0d2d6a3f83ca3e26bc979.patch"; - hash = "sha256-8gNj4LixfrGq0MaIYdZuwSK/2iyh1E9s/uuSBJHZwx8="; - }) - ]; - - nativeBuildInputs = [ - autoreconfHook - pkg-config - ]; - - buildInputs = [ - vapoursynth - yasm - ]; - - configureFlags = [ "--libdir=$(out)/lib/vapoursynth" ]; - - postInstall = '' - rm -f $out/lib/vapoursynth/*.la - ''; - - meta = { - description = "Filter for VapourSynth"; - homepage = "https://github.com/dubhater/vapoursynth-nnedi3"; - license = with lib.licenses; [ gpl2Plus ]; - maintainers = with lib.maintainers; [ snaki ]; - platforms = with lib.platforms; x86_64 ++ aarch64; - }; -}) diff --git a/pkgs/top-level/aliases.nix b/pkgs/top-level/aliases.nix index 3c5758b0c904..8cc7118c3adb 100644 --- a/pkgs/top-level/aliases.nix +++ b/pkgs/top-level/aliases.nix @@ -2047,6 +2047,7 @@ mapAliases { vaapiVdpau = throw "'vaapiVdpau' has been renamed to/replaced by 'libva-vdpau-driver'"; # Converted to throw 2025-10-27 valum = throw "'valum' has been removed because it has been marked as broken since at least November 2024."; # Added 2025-10-01 vamp.vampSDK = throw "'vamp.vampSDK' has been renamed to/replaced by 'vamp-plugin-sdk'"; # Converted to throw 2025-10-27 + vapoursynth-nnedi3 = throw "'vapoursynth-nnedi3' has been removed per upstream. Use vapoursynth-znedi3 instead."; # Added 2026-04-20 vaultwarden-vault = throw "'vaultwarden-vault' has been renamed to/replaced by 'vaultwarden.webvault'"; # Converted to throw 2025-10-27 vbetool = throw "'vbetool' has been removed as it is broken and not maintained upstream."; # Added 2025-06-11 vboot_reference = vboot-utils; # Added 2025-11-01