Search Criteria
Package Details: python-ffmpeg-progress-yield 0.9.1-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/python-ffmpeg-progress-yield.git (read-only, click to copy) |
---|---|
Package Base: | python-ffmpeg-progress-yield |
Description: | Run an ffmpeg command with its progress yielded. |
Upstream URL: | https://github.com/slhck/ffmpeg-progress-yield |
Licenses: | MIT |
Submitter: | ruahcra |
Maintainer: | ruahcra |
Last Packager: | ruahcra |
Votes: | 4 |
Popularity: | 0.77 |
First Submitted: | 2021-04-29 09:51 (UTC) |
Last Updated: | 2024-09-28 03:53 (UTC) |
Dependencies (8)
- ffmpeg (ffmpeg-nvcodec-11-1-gitAUR, ffmpeg-ffplayoutAUR, ffmpeg-amd-full-gitAUR, ffmpeg-cudaAUR, ffmpeg-full-gitAUR, ffmpeg-gitAUR, ffmpeg-libfdk_aacAUR, ffmpeg-fullAUR, ffmpeg-decklinkAUR, ffmpeg-headlessAUR, ffmpeg-obsAUR, ffmpeg-amd-fullAUR)
- python-tqdm
- python-build (make)
- python-installer (python-installer-gitAUR) (make)
- python-setuptools (make)
- python-wheel (make)
- ffmpeg (ffmpeg-nvcodec-11-1-gitAUR, ffmpeg-ffplayoutAUR, ffmpeg-amd-full-gitAUR, ffmpeg-cudaAUR, ffmpeg-full-gitAUR, ffmpeg-gitAUR, ffmpeg-libfdk_aacAUR, ffmpeg-fullAUR, ffmpeg-decklinkAUR, ffmpeg-headlessAUR, ffmpeg-obsAUR, ffmpeg-amd-fullAUR) (check)
- python-pytest (check)
Latest Comments
willemw commented on 2024-10-15 05:41 (UTC)
New
pytest-asyncio
dependency is missing fromcheckdepends
.micwoj92 commented on 2024-08-07 21:35 (UTC)
python-setuptools should be moved to makedepends, maybe it was needed in the past as indicated in earlier comments, but not needed anymore.
python-colorama
should also be dropped imo, it is not needed to run, checks also pass without it and program works correctly. I don't know why it's in requirements.txt of upstream.martin-de commented on 2023-05-16 22:26 (UTC)
For me it works again now after the latest changes; does no longer loop while resolving dependencies for a "jack"-provider.
eclairevoyant commented on 2023-05-16 20:59 (UTC) (edited on 2023-05-16 21:04 (UTC) by eclairevoyant)
Why was ffmpeg moved to checkdepends? Isn't the whole point of this to run ffmpeg commands?
I don't see anything clear from the previous comments, and I have never had issues with
makechrootpkg
to build this either.sian1468 commented on 2023-05-16 05:16 (UTC)
@martin-de sorry for late reply.
[1] https://wiki.archlinux.org/title/Namcap#Dependencies
martin-de commented on 2023-05-10 08:33 (UTC) (edited on 2023-05-10 08:40 (UTC) by martin-de)
I'm sorry to say, but there are still problems.
This package is required as a dependency for your "ffmpeg-normalize" package. I use this command line when building "ffmpeg-normalize".
which installs the dependent package. This usually works, but now I'm getting the error
It's an endless loop that I can only break off manually. As I see, the choice for the package is answered incorrectly, with 'y' instead of a digit or a simple <CR>; but I don't know why.
If I move the 'ffmpeg' package from the depends array to the makedepends array following my recommendation from the last comment, it works again:
I cannot explain why. Following the 'namcap' analysis, the 'ffmpeg' package (and also 'python-colorama') are not dependent at runtime, so they could remain in the makedepends array.
Please try and see if you get the same results.
sian1468 commented on 2023-05-07 10:25 (UTC)
@martin-de Fixed, thank you.
martin-de commented on 2023-05-07 07:39 (UTC) (edited on 2023-05-07 07:40 (UTC) by martin-de)
(1) Build fails during test due to missing dependency of 'ffmpeg'.
(2) 'python-setuptools' should be moved from makedepends- to the depends-array since it's needed by 'usr/bin/ffmpeg-progress-yield'.