Search Criteria
Package Details: ffmpeg-normalize 1.33.1-2
Package Actions
Git Clone URL: | https://aur.archlinux.org/ffmpeg-normalize.git (read-only, click to copy) |
---|---|
Package Base: | ffmpeg-normalize |
Description: | Normalize loudness of audio and video files using FFmpeg |
Upstream URL: | https://github.com/slhck/ffmpeg-normalize |
Keywords: | audio ffmpeg normalization |
Licenses: | MIT |
Submitter: | nicoulaj |
Maintainer: | willemw |
Last Packager: | willemw |
Votes: | 9 |
Popularity: | 1.43 |
First Submitted: | 2019-04-13 20:49 (UTC) |
Last Updated: | 2025-09-03 10:18 (UTC) |
Dependencies (11)
- ffmpeg (ffmpeg-nvcodec-11-1-gitAUR, ffmpeg-ffplayoutAUR, ffmpeg-headlessAUR, ffmpeg-amd-full-gitAUR, ffmpeg-amd-fullAUR, ffmpeg-obsAUR, ffmpeg-libfdk_aacAUR, ffmpeg-gitAUR, ffmpeg-cudaAUR, ffmpeg-fullAUR, ffmpeg-decklinkAUR, ffmpeg-full-gitAUR)
- python-colorlog
- python-ffmpeg-progress-yieldAUR (python-ffmpeg-progress-yield-gitAUR)
- python-mutagen (python-mutagen-gitAUR)
- python-tqdm
- git (git-gitAUR, git-glAUR) (make)
- python-installer (make)
- uv (make)
- git (git-gitAUR, git-glAUR) (check)
- python-pytest (check)
- uv (check)
Latest Comments
1 2 3 4 Next › Last »
willemw commented on 2025-09-03 09:57 (UTC)
@npreining: Thanks. Will add it.
It would be nice if there are some official packaging guidelines around using "uv".
npreining commented on 2025-09-03 09:41 (UTC) (edited on 2025-09-03 09:43 (UTC) by npreining)
The package fails to build if
uv
has already some managed python packages installed.You must call
to ensure that the system provided python is used, otherwise the one in
.local/share/uv/python/
is used.Adding this
--no-managed-python
ensures that the system python is used for creating the venv, and then the tests run through.brainmue commented on 2025-09-02 19:52 (UTC)
I can't confirm that at the moment. It worked for me with version 0.8.13-1. But I didn't have anything from ux installed beforehand. Neither the Python package nor the normal ux, and that was the whole problem for me. Now that it's there, it works with pamac and also with makepkg.
willemw commented on 2025-09-02 19:20 (UTC)
I can confirm. Does not build with the older "uv" 0.8.13-1. Does build with "uv" 0.8.14-1.
willemw commented on 2025-09-02 18:57 (UTC)
Also successfully built the package with pamac-cli. Although pamac-cli skipped running
check()
, which it should.I think uv_build is built into "uv". Maybe with "uv" version 0.8.14 the package will build in Manjaro.
I have corrected the
prepare()
mentioned below, but I probably won't add it to the PKGBUILD file.brainmue commented on 2025-09-02 16:46 (UTC)
@willemw
I tested a few things again and revisited my initial idea, because Python itself does not recognise uv_build on my system either.
After that, I have now actually entered the dependency python-uv-build in your current PKGBUILD.
And after that, the build worked without any problems.
So I would suggest that, if you have no objections, you add the dependency.
brainmue commented on 2025-09-02 16:28 (UTC)
@willemw
Thanks for trying so quickly and for your help The prepare led to a new error, but that doesn't matter because I also deleted my build directory and still get the same error.
Perhaps importantly, I am using Manjaro, but updated to Sunday's version. I am also installing the package with pamac.
willemw commented on 2025-09-02 05:37 (UTC) (edited on 2025-09-02 17:57 (UTC) by willemw)
@brainmue, @asm0dey:
I cannot reproduce the errors. Tried it in a clean chroot build environment and on a fresh install. ffmppeg-normalize migrated to "uv", a newer Python package manager.
If you can, as a test, add this to the PKGBUILD file and then build again:
EDIT
Otherwise, try to update the system and delete the build cache files (~/.cache/yay/ffmpeg-normalize or /var/tmp/pamac-build-weiller/ffmpeg-normalize).
asm0dey commented on 2025-09-01 22:01 (UTC)
For me it fails the following way:
brainmue commented on 2025-09-01 19:38 (UTC)
First of all, thank you for this great project. I use it very often and am completely satisfied with it. Thank you for all your hard work.
Unfortunately, the current version (1.33.1-1) causes an error when I compile it.
Is it possible that the dependency on python-uv-build is missing here?
1 2 3 4 Next › Last »