NixOS / nixpkgs

Nix Packages collection & NixOS
MIT License
18.2k stars 14.2k forks source link

Package request: vapoursynth-havsfunc #331513

Open TRPB opened 3 months ago

TRPB commented 3 months ago

Project description

One of the most commonly used vapoursynth functions, QTGMC is part of this package, it would be nice to have it on nix. I don't understand python packaging well enough to try it myself and there are quite a few dependencies

Metadata


Add a :+1: reaction to issues you find important.

Sigmanificient commented 3 months ago

Hi @TRPB, started working on it! The deps tree is quite deep:

- havsfunc
  └ vsdenoise
     ├ vsaa
     │ └ vskernels
     │   └ vstools
     │     └ stgpytools
     └ vsrgtools
       └ vspyplugin
         └ vsexprtools
TRPB commented 3 months ago

thank you! Yes, there's a lot to it which is where I got stuck. If it was just installing the single .py file I'd have been able to do it myself

Sigmanificient commented 3 months ago

Started a draft pr with what i made so far #331833

Sigmanificient commented 3 months ago

@TRPB can you review the pr?