Search Criteria
Package Details: ffmpeg-normalize 1.31.1-1
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: | 6 |
Popularity: | 0.000005 |
First Submitted: | 2019-04-13 20:49 (UTC) |
Last Updated: | 2025-02-20 06:41 (UTC) |
Dependencies (9)
- ffmpeg (ffmpeg-nvcodec-11-1-gitAUR, ffmpeg-cudaAUR, ffmpeg-amd-fullAUR, ffmpeg-ffplayoutAUR, ffmpeg-gitAUR, ffmpeg-amd-full-gitAUR, ffmpeg-full-gitAUR, ffmpeg-obsAUR, ffmpeg-headlessAUR, ffmpeg-fullAUR, ffmpeg-decklinkAUR, ffmpeg-libfdk_aacAUR)
- python-colorlog
- python-ffmpeg-progress-yieldAUR
- python-tqdm
- python-build (make)
- python-installer (make)
- python-setuptools (make)
- python-wheel (make)
- python-pytest (check)
Latest Comments
« First ‹ Previous 1 2
sian1468 commented on 2024-05-10 05:30 (UTC)
@ruahcra
Ok, I add
python-tqdm
to dependency list in1.27.7-3
ruahcra commented on 2024-05-09 14:05 (UTC)
Hmm, I do not think that is correct; have you seen the docs below?
https://wiki.archlinux.org/title/PKGBUILD#depends "The depends array should list all direct first level dependencies even when some are already declared transitively. For instance, if a package foo depends on both bar and baz, and the bar package depends in turn on baz too, it will ultimately lead to undesired behavior if bar stops pulling in baz."
sian1468 commented on 2024-05-09 10:33 (UTC)
@ruahcra
As
python-ffmpeg-progress-yield
which is hard dependency, haspython-tqdm
, so it doesn't need to add it as dependency here.ruahcra commented on 2024-05-09 10:16 (UTC)
Looks like missing a dependency on tqdm
https://github.com/slhck/ffmpeg-normalize/blob/master/requirements.txt
npreining commented on 2024-04-30 04:01 (UTC)
I fixed building the package by one of the two steps I did: - removed ffmpeg-normalize before building a new version - re-installed python-ffmpeg-progress-yield
npreining commented on 2024-04-29 23:01 (UTC)
Currently broken since the Python 3.12 transition, practically all tests fail.
Sandelinos commented on 2023-09-07 17:39 (UTC)
The
check()
is broken when updating. It seems it's trying to use the old version already installed on the system and tests fail. I had to usepacman -R ffmpeg-normalize && paru -S ffmpeg-normalize
to get the tests to not fail.sian1468 commented on 2021-05-13 02:46 (UTC)
@willemw fixed, thank you.
willemw commented on 2021-05-06 07:43 (UTC)
conflicts=('ffmpeg-normalize-git') is redundant.
« First ‹ Previous 1 2