Commit Graph

92 Commits (master)

Author SHA1 Message Date
Aidan Gauland 8f28d94d65 Fix vsgan poetry dependency
After a recent poetry update in nixpkgs, we need to depend upon poetry-core instead.
2023-11-19 08:05:20 +13:00
Aidan Gauland 042be9b782 vs-mlrt: init at 10 2022-12-09 21:09:27 -07:00
Aidan Gauland 182802150a havsfunc: Remove duplicate dependency 2022-12-09 21:03:31 -07:00
Aidan Gauland 18135db24a havsfunc: 33 -> unstable-2022-09-08 2022-12-09 21:03:31 -07:00
Aidan Gauland 7599e41398 dfmderainbow: init at unstable-10-17-2022 2022-12-09 20:57:17 -07:00
Aidan Gauland 3d0f0f2fe5 minideen: init at 2 2022-12-09 20:57:17 -07:00
Aidan Gauland 9da59ca532 temporalmedian: init at 1 2022-12-09 20:57:17 -07:00
Aidan Gauland f13b913fdc astdr: init at 4 2022-12-09 20:57:17 -07:00
Aidan Gauland 3c959c4701 motionmask: init at unstable-2021-07-20 2022-12-09 20:57:17 -07:00
Aidan Gauland cad7e80c00 temporalsoften2: init at unstable-2019-03-25 2022-12-09 20:57:17 -07:00
Aidan Gauland 9efdaa04ef decross: init at 1 2022-12-09 20:57:17 -07:00
Simon Bruder 3ac96a0fb0 vapoursynthPlugins: fix nix search version parsing
This is done to mirror what is done in nixpkgs
(https://github.com/NixOS/nixpkgs/pull/170414).
2022-05-27 22:52:59 +02:00
Aidan Gauland ab1a60b279 Apply suggestions from code review
Apply minor stylistic changes from code review feedback.

Co-authored-by: Simon Bruder <sbruder@sbruder.de>
2022-05-27 22:32:32 +02:00
Aidan Gauland fc83e0b2db vapoursynthPlugins.vsgan: init at 1.6.4 2022-05-27 22:32:32 +02:00
Simon Bruder eae6c95bb5 vapoursynthPlugins.lvsfunc: unstable-2021-05-15 -> 0.4.2
This version requires python 3.10, which is not yet the default in
nixpkgs. To use it, vapoursynth can be overridden to use python310 in an
overlay like this:

    final: prev: {
      vapoursynth = prev.vapoursynth.override { python3 = prev.python310; };
    }
2022-05-27 22:27:20 +02:00
Simon Bruder eeceb7e2e4 vapoursynthPlugins: allow override of python version
When overriding the python3 dependency of vapoursynth, it should get
propagated to all plugins. Currently, however, this causes
incompatibilities, because `vapoursynth.python3.callPackage` only sets
the `python` attribute, not `python3`. This currently causes build
failures due to different site-packages paths.
2022-05-27 22:27:20 +02:00
Simon Bruder ad171d9d86 vapoursynthPlugins.havsfunc: specify miscfilters-obsolete as dependency 2022-05-27 22:27:20 +02:00
Simon Bruder 1347684377 vapoursynthPlugins.adjust: fix compatibility with R55 2022-05-27 22:27:20 +02:00
Simon Bruder 27a1d4b20d vapoursynthPlugins.miscfilters-obsolete: init at unstable-2022-01-24 2022-05-27 22:27:20 +02:00
Simon Bruder 3446f34df4 vapoursynthPlugins.bm3d: r8 -> r9 2022-05-27 22:27:20 +02:00
Simon Bruder d5de0132a2 vapoursynthPlugins.bestaudiosource: init at R1 2022-05-27 22:27:20 +02:00
Simon Bruder a6a0e811e9 vapoursynthPlugins.edi_rpow2: fix compatibility with R55 2022-05-27 22:27:20 +02:00
Simon Bruder b3b20ca1a7 vapoursynthPlugins.vsutil: 0.5.0 -> unstable-2021-10-23
0.6.0 does not yet include the fix for newer VapourSynth versions.
2022-05-27 22:27:20 +02:00
Simon Bruder 6e326e3c9a vapoursynthPlugins.kagefunc: unstable-2021-01-21 -> 0.1.0 2022-05-27 22:27:20 +02:00
Simon Bruder 8be7bc45ac vapoursynthPlugins.mvsfunc: r8 -> r10 2022-05-27 22:27:20 +02:00
Simon Bruder 7333302a37 vapoursynthPlugins.fmtconv: r22 -> r29 2022-05-27 22:27:20 +02:00
Simon Bruder 99942ec958 vapoursynthPlugins.subtext: init at R3 2022-05-27 22:27:20 +02:00
Simon Bruder 4fbd8e284b vapoursynthPlugins.vivtc: init at unstable-2021-09-26 2022-05-27 22:27:20 +02:00
Simon Bruder 954bfa2fc2 vapoursynthPlugins.ocr: init at unstable-2021-09-26 2022-05-27 22:27:20 +02:00
Simon Bruder 8ad7342d9c vapoursynthPlugins.removegrain: init at unstable-2021-09-27 2022-05-27 22:27:20 +02:00
Simon Bruder 1ca5c6cef3 vapoursynthPlugins.imwri: init at R1 2022-05-27 22:27:20 +02:00
Simon Bruder 154b0b8eeb vapoursynthPlugins.placebo: 1.3.1 -> 1.4.2
This makes debanding work for the first time.
2022-05-27 22:27:20 +02:00
Simon Bruder 1427188af1 vapoursynthPlugins.mt_lutspa: fix compatibility with R55 2022-05-27 22:27:20 +02:00
Simon Bruder 043e0f6da6 vapoursynthPlugins.vsTAAmbk: fix compatibility with R55 2022-05-27 22:27:20 +02:00
Simon Bruder 8b5a9f1a9f vapoursynthPlugins.vsTAAmbk: unstable-2020-08-13 -> 0.8.1 2022-05-27 22:27:20 +02:00
Simon Bruder 0040b158a7 vapoursynthPlugins.lvsfunc: init at unstable-2021-05-15 2021-05-29 16:30:09 -06:00
Simon Bruder a45c93c1d8 vapoursynthPlugins.combmask: init at 1.1.0 2021-05-29 16:30:09 -06:00
Simon Bruder 7571d01b72 vapoursynthPlugins.d2vsource: init at 1.2 2021-05-29 16:30:09 -06:00
Simon Bruder 338ecf0f19 vapoursynthPlugins.readmpls: init at r4 2021-05-29 16:30:09 -06:00
Simon Bruder 3e60b93aab vapoursynthPlugins.finedehalo: init at unstable-2016-07-08 2021-05-29 16:30:09 -06:00
Simon Bruder 7361558147 vapoursynthPlugins.awsmfunc: init at unstable-2021-01-26 2021-05-29 16:30:09 -06:00
Simon Bruder 327189dfe3 vapoursynthPlugins.rekt: init at r39 2021-05-29 16:30:09 -06:00
Simon Bruder 29e467be9d vapoursynthPlugins.fillborders: init at 2 2021-05-29 16:30:09 -06:00
Simon Bruder ed36a8a002 vapoursynthPlugins.remap: init at 1.1 2021-05-29 16:30:09 -06:00
Simon Bruder f477eb3859 vapoursynthPlugins.vardefunc: init at unstable-2021-05-12 2021-05-29 16:30:09 -06:00
Simon Bruder 6cc24a5a6c vapoursynthPlugins.scxvid: init at 1 2021-05-29 16:30:09 -06:00
Simon Bruder c584377c62 vapoursynthPlugins.debandshit: init at unstable-2020-05-28 2021-05-29 16:30:09 -06:00
Simon Bruder bb7244d361 vapoursynthPlugins.acsuite: init at 6.0.0 2021-05-29 16:30:09 -06:00
Simon Bruder a6939762f1 vapoursynthPlugins.kagefunc: init at unstable-2021-01-21 2021-05-29 16:30:09 -06:00
Simon Bruder dae0d8550e vapoursynthPlugins.fvsfunc: init at unstable-2020-10-12 2021-05-29 16:30:09 -06:00