| Commit message (Expand) | Author | Age | Files | Lines |
| * | treewide: optimistically unpin FFmpeg 7 dependencies•••Per the adjusted FFmpeg pinning advice, packages that work on the
default version should use the unversioned variants to ease the
migration to future versions and reduce the number of packages that
end up referencing old versions.
I have left HandBrake pinned as it builds a custom patched FFmpeg.
| Emily | 2024-09-07 | 1 | -6/+3 |
| * | python3Packages.ffmpeg-python: add patches for FFmpeg 7 | Emily | 2024-08-09 | 1 | -2/+16 |
| * | python3Packages.ffmpeg-python: patch out future dependency | Emily | 2024-08-09 | 1 | -3/+8 |
| * | python3Packages.ffmpeg-python: 0.2.0 -> 0.2.0-unstable-2022-07-11•••There’s been no release in over 5 years, but a few fixes.
| Emily | 2024-08-09 | 2 | -37/+35 |
| * | python3Packages.ffmpeg-python: adopt | Emily | 2024-08-09 | 1 | -1/+1 |
| * | python3Packages.ffmpeg-python: use `pyproject` | Emily | 2024-08-09 | 1 | -16/+16 |
| * | treewide: retire late maintainer AluisioASG•••I’ve sadly become aware that Aluísio Augusto Silva Gonçalves
(@AluisioASG), a contributor to Nixpkgs until 2021, tragically
[passed away that year] at the age of only 25 from complications
caused by COVID‐19.
[passed away that year]: https://ufpr.br/ufpr-lamenta-a-morte-do-estudante-aluisio-augusto-silva-goncalves-25-anos/
It doesn’t feel respectful of this loss to have a bot ping his
account every time Iosevka gets an update, or to have people expect
reviews or support for the packages he maintained, so let’s retire
his maintainer list entry.
I’ll adopt ffmpeg-python in my concurrent pull request, but there are
a lot of other packages that could use new maintainers. I encourage
people to consider continuing his work on Nixpkgs if any of them are
of interest.
On the off chance that any of his family or friends ever see this
message, I wish I could say more than that I’m sorry for your loss.
| Emily | 2024-08-04 | 1 | -1/+1 |
| * | python3Packages: format with nixfmt | Martin Weinelt | 2024-05-22 | 1 | -19/+14 |
| * | treewide: make ffmpeg_4-dependant packages depend on ffmpeg_4•••These packages were identified as broken when ffmpeg = ffmpeg_5.
Tested _only_ by building them. If you are a maintainer of one of these
packages, please test whether your package still works.
| Atemu | 2023-03-13 | 1 | -2/+2 |
| * | treewide: switch to nativeCheckInputs•••checkInputs used to be added to nativeBuildInputs. Now we have
nativeCheckInputs to do that instead. Doing this treewide change allows
to keep hashes identical to before the introduction of
nativeCheckInputs.
| Guillaume Girol | 2023-01-21 | 1 | -1/+1 |
| * | python3Packages.ffmpeg-python: disable failing test on Python 3.10 | Fabian Affolter | 2022-03-05 | 1 | -8/+30 |
| * | pythonPackages: deprecate pytestrunner alias | Sandro Jäckel | 2021-07-21 | 1 | -2/+2 |
| * | python3Packages.ffmpeg-python: replace ffmpeg_3 with ffmpeg•••See https://github.com/NixOS/nixpkgs/issues/120705 for the rationale.
ffmpeg-python doesn't seem to be strongly bound to any ffmpeg version
so we can just migrate away.
| Aluísio Augusto Silva Gonçalves | 2021-04-26 | 1 | -10/+7 |
| * | treewide: use ffmpeg_3 explicitly if not wanted otherwise•••After making `ffmpeg` point to the latest `ffmpeg_4`, all packages that
used `ffmpeg` without requiring a specific version now use ffmpeg_3
explicitly so they shouldn't change.
| Doron Behar | 2020-06-12 | 1 | -2/+2 |
| * | pythonPackages.ffmpeg-python: init at 0.2.0 | Aluísio Augusto Silva Gonçalves | 2020-02-14 | 2 | -0/+127 |