Commit Graph

107 Commits (master)

Author SHA1 Message Date
Aidan Gauland 17ded7214a Run GH Workflow monthly 2023-11-20 07:29:48 +13:00
Aidan Gauland 2d1633a19e Add GH Workflow
GitHub Workflow to ensure all plugins build.
2023-11-20 07:29:48 +13:00
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
Tadeo Kondrak 9413472ea0 Update URLs in readme 2023-03-08 18:20:04 -07:00
Aidan Gauland a71e399df5 styler00dollar-vsgan-trt: init at unstable-2022-09-19 2022-12-09 21:09:27 -07: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 7a032943f0 pass correct vapoursynth package to python packages 2022-09-07 21:55:22 +02: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 7dfc27a6fd getnative: 3.0.0 -> 3.0.2 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 8eb9bc5e39 flake.lock: Update
Flake lock file changes:

• Updated input 'nixpkgs':
    'github:nixos/nixpkgs/d1601a40c48426ae460eede1675fd1d6ee23e198' (2021-05-13)
  → 'github:nixos/nixpkgs/5ce6597eca7d7b518c03ecda57d45f9404b5e060' (2022-05-24)
2022-05-27 22:27:20 +02:00
Tadeo Kondrak 3d07b1d6cc Add README 2021-06-23 11:24:43 -06:00
Tadeo Kondrak c5bc011d9f
Switch to 'final' and 'prev' arguments for the overlay
`nix flake check` requires this naming.
2021-06-23 11:12:54 -06: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