media-video/vapoursynth-astdr
Derainbow function for VapourSynth.
-
vapoursynth-astdr-4-r4~amd64python_single_target_python3_12 python_single_target_python3_13 python_single_target_python3_14 python_single_target_python3_15
View
Download
Browse License: all-rights-reserved Overlay: tatsh-overlay
ChangeLog
commit 9abeb90d7ba2733f83017bbed0ee0131ee86af47
Author: Andrew Udvare <audvare@gmail.com>
Date: Mon Aug 3 21:35:01 2026 -0400
*/*: build the VapourSynth stack for one Python implementation
media-video/vapoursynth inherited python-r1 but never wrapped a phase in
python_foreach_impl, so it built a single module no matter how many targets
were selected: PYTHON_TARGETS advertised four and the installed package held
files for one. Upstream produces one stable-ABI module, so python-single-r1
describes it correctly.
Everything that imports vapoursynth can only work for the implementation it
was built against, so the whole closure follows: astdr, dfmderainbow, vsutil,
vspyplugin, mvsfunc, havsfunc, vs-jetpack and mvtools. vs-jetpack keeps its
multi-implementation dependencies inside python_gen_cond_dep.
Signed-off-by: Andrew Udvare <audvare@gmail.com>
commit 118eb6f51598c9d70529bc936887c48bd31d412d
Author: Andrew Udvare <audvare@gmail.com>
Date: Mon Aug 3 13:45:30 2026 -0400
*/*: follow upstream URL redirects
The vapoursynth plugins moved to the dubhatervapoursynth organisation and
VapourSynth-EEDI3 to HolyWu; aioimaplib, gidgethub, msgspec,
poetry-plugin-up and vita3k's bundled sources all changed owner as well.
No distfile hash changes, so the archives are the same content.
Signed-off-by: Andrew Udvare <audvare@gmail.com>
commit c017d4b6078d7b736c2536678f3d424537cb52ed
Author: Andrew Udvare <audvare@gmail.com>
Date: Mon Aug 3 10:52:22 2026 -0400
*/*: add Python 3.15 to PYTHON_COMPAT
Only where every dependency constrained to this package's Python targets
already supports it, iterated until no further package became eligible.
pkgcheck reports the same four NonsolvableDepsInStable as before.
Signed-off-by: Andrew Udvare <audvare@gmail.com>
commit 880b1984fc7dd673682afe9854f6b933f6d58cf6
Author: Andrew Udvare <audvare@gmail.com>
Date: Thu Dec 11 06:08:34 2025 -0500
*/*: update all manifests since switching to thin type
Signed-off-by: Andrew Udvare <audvare@gmail.com>
commit 2bc190564195fb832faf139d0353d9b41ceb0f2c
Author: Andrew Udvare <audvare@gmail.com>
Date: Sat Nov 29 18:26:54 2025 -0500
*/*: fix pkgcheck scan issues
- Variable order
- HTTP -> HTTPS
- Redirected URIs
- CRATES format
- Update old dep names
- PYTHON_COMPAT
- Fix long descriptions
- Issues in eclasses
commit d803b090edbb34c0b294270c7af80cd7ff87cdab
Author: Andrew Udvare <audvare@gmail.com>
Date: Sat Oct 18 15:57:30 2025 -0400
project: format
commit 1f74acb84b017b0a7eb2ae2b3a2a510f2658fd3b
Author: Andrew Udvare <audvare@gmail.com>
Date: Thu May 8 23:35:40 2025 -0400
media-video/vapoursynth-astdr: enable py3.13
commit aa0d6d80fe547e826cbfb7701be6867529ea94c4
Author: Andrew Udvare <audvare@gmail.com>
Date: Sun Mar 16 09:57:35 2025 -0400
media-video/vapoursynth-astdr: add missing [$]
commit 5fb265484f7ea8fe40a192f1808b457fd3304276
Author: Andrew Udvare <audvare@gmail.com>
Date: Sun Oct 8 19:06:23 2023 -0400
media-video/vapoursynth-astdr: update PYTHON_COMPAT
commit 10a1cc7896893ac3eef8060f7e043de3cf6d7eb3
Author: Andrew Udvare <audvare@gmail.com>
Date: Wed Jun 21 00:33:44 2023 -0400
media-video/vapoursynth-astdr: revbump after linting
commit 48574832b1d4da307f1b317d4410713b9cc04798
Author: Andrew Udvare <audvare@gmail.com>
Date: Tue Jun 20 19:10:24 2023 -0400
media-video/vapoursynth-astdr: enable py3.12
commit 0ed7c891a6e92ae946f49ff839f75813f399703b
Author: Andrew Udvare <audvare@gmail.com>
Date: Fri Jan 13 13:05:48 2023 -0500
*/*: format metadata
commit 0f939c8f5b8d7ebda57b27b770beab1638d1e3e7
Author: Andrew Udvare <audvare@gmail.com>
Date: Fri Jan 13 00:15:18 2023 -0500
media-video/vapoursynth-astdr: update metadata
commit 73e02c5df853e8e28a027fe4d6c10d4b25df1e28
Author: Andrew Udvare <audvare@gmail.com>
Date: Fri Dec 30 10:00:46 2022 -0500
media-video/vapoursynth-astdr: add metadata
Signed-off-by: Andrew Udvare <audvare@gmail.com>
commit 74d03510f7db9286ea6848a9f47a93ca8effbf63
Author: Andrew Udvare <audvare@gmail.com>
Date: Sat Oct 1 00:55:49 2022 -0400
media-video/vapoursynth-astdr: fix deps
commit efdc576e58cf1d69085ce0aa82004d13796a184e
Author: Andrew Udvare <audvare@gmail.com>
Date: Sat Oct 1 00:42:41 2022 -0400
media-video/vapoursynth-astdr: update deps
commit b22aaf53ce3c83c6bb280ddd7dde144e6b1fb440
Author: Andrew Udvare <audvare@gmail.com>
Date: Fri Sep 30 22:28:52 2022 -0400
media-video/vapoursynth-astdr: new package, add 4
Author: Andrew Udvare <audvare@gmail.com>
Date: Mon Aug 3 21:35:01 2026 -0400
*/*: build the VapourSynth stack for one Python implementation
media-video/vapoursynth inherited python-r1 but never wrapped a phase in
python_foreach_impl, so it built a single module no matter how many targets
were selected: PYTHON_TARGETS advertised four and the installed package held
files for one. Upstream produces one stable-ABI module, so python-single-r1
describes it correctly.
Everything that imports vapoursynth can only work for the implementation it
was built against, so the whole closure follows: astdr, dfmderainbow, vsutil,
vspyplugin, mvsfunc, havsfunc, vs-jetpack and mvtools. vs-jetpack keeps its
multi-implementation dependencies inside python_gen_cond_dep.
Signed-off-by: Andrew Udvare <audvare@gmail.com>
commit 118eb6f51598c9d70529bc936887c48bd31d412d
Author: Andrew Udvare <audvare@gmail.com>
Date: Mon Aug 3 13:45:30 2026 -0400
*/*: follow upstream URL redirects
The vapoursynth plugins moved to the dubhatervapoursynth organisation and
VapourSynth-EEDI3 to HolyWu; aioimaplib, gidgethub, msgspec,
poetry-plugin-up and vita3k's bundled sources all changed owner as well.
No distfile hash changes, so the archives are the same content.
Signed-off-by: Andrew Udvare <audvare@gmail.com>
commit c017d4b6078d7b736c2536678f3d424537cb52ed
Author: Andrew Udvare <audvare@gmail.com>
Date: Mon Aug 3 10:52:22 2026 -0400
*/*: add Python 3.15 to PYTHON_COMPAT
Only where every dependency constrained to this package's Python targets
already supports it, iterated until no further package became eligible.
pkgcheck reports the same four NonsolvableDepsInStable as before.
Signed-off-by: Andrew Udvare <audvare@gmail.com>
commit 880b1984fc7dd673682afe9854f6b933f6d58cf6
Author: Andrew Udvare <audvare@gmail.com>
Date: Thu Dec 11 06:08:34 2025 -0500
*/*: update all manifests since switching to thin type
Signed-off-by: Andrew Udvare <audvare@gmail.com>
commit 2bc190564195fb832faf139d0353d9b41ceb0f2c
Author: Andrew Udvare <audvare@gmail.com>
Date: Sat Nov 29 18:26:54 2025 -0500
*/*: fix pkgcheck scan issues
- Variable order
- HTTP -> HTTPS
- Redirected URIs
- CRATES format
- Update old dep names
- PYTHON_COMPAT
- Fix long descriptions
- Issues in eclasses
commit d803b090edbb34c0b294270c7af80cd7ff87cdab
Author: Andrew Udvare <audvare@gmail.com>
Date: Sat Oct 18 15:57:30 2025 -0400
project: format
commit 1f74acb84b017b0a7eb2ae2b3a2a510f2658fd3b
Author: Andrew Udvare <audvare@gmail.com>
Date: Thu May 8 23:35:40 2025 -0400
media-video/vapoursynth-astdr: enable py3.13
commit aa0d6d80fe547e826cbfb7701be6867529ea94c4
Author: Andrew Udvare <audvare@gmail.com>
Date: Sun Mar 16 09:57:35 2025 -0400
media-video/vapoursynth-astdr: add missing [$]
commit 5fb265484f7ea8fe40a192f1808b457fd3304276
Author: Andrew Udvare <audvare@gmail.com>
Date: Sun Oct 8 19:06:23 2023 -0400
media-video/vapoursynth-astdr: update PYTHON_COMPAT
commit 10a1cc7896893ac3eef8060f7e043de3cf6d7eb3
Author: Andrew Udvare <audvare@gmail.com>
Date: Wed Jun 21 00:33:44 2023 -0400
media-video/vapoursynth-astdr: revbump after linting
commit 48574832b1d4da307f1b317d4410713b9cc04798
Author: Andrew Udvare <audvare@gmail.com>
Date: Tue Jun 20 19:10:24 2023 -0400
media-video/vapoursynth-astdr: enable py3.12
commit 0ed7c891a6e92ae946f49ff839f75813f399703b
Author: Andrew Udvare <audvare@gmail.com>
Date: Fri Jan 13 13:05:48 2023 -0500
*/*: format metadata
commit 0f939c8f5b8d7ebda57b27b770beab1638d1e3e7
Author: Andrew Udvare <audvare@gmail.com>
Date: Fri Jan 13 00:15:18 2023 -0500
media-video/vapoursynth-astdr: update metadata
commit 73e02c5df853e8e28a027fe4d6c10d4b25df1e28
Author: Andrew Udvare <audvare@gmail.com>
Date: Fri Dec 30 10:00:46 2022 -0500
media-video/vapoursynth-astdr: add metadata
Signed-off-by: Andrew Udvare <audvare@gmail.com>
commit 74d03510f7db9286ea6848a9f47a93ca8effbf63
Author: Andrew Udvare <audvare@gmail.com>
Date: Sat Oct 1 00:55:49 2022 -0400
media-video/vapoursynth-astdr: fix deps
commit efdc576e58cf1d69085ce0aa82004d13796a184e
Author: Andrew Udvare <audvare@gmail.com>
Date: Sat Oct 1 00:42:41 2022 -0400
media-video/vapoursynth-astdr: update deps
commit b22aaf53ce3c83c6bb280ddd7dde144e6b1fb440
Author: Andrew Udvare <audvare@gmail.com>
Date: Fri Sep 30 22:28:52 2022 -0400
media-video/vapoursynth-astdr: new package, add 4

