Package Details: loudgain-git v0.6.8.r12.g0ff67ee-1

Git Clone URL: https://aur.archlinux.org/loudgain-git.git (read-only, click to copy)
Package Base: loudgain-git
Description: A loudness normalizer that scans music files and calculates loudness-normalized gain and loudness peak values according to the EBU R128 standard, and can optionally write ReplayGain-compatible metadata.
Upstream URL: https://github.com/Moonbase59/loudgain
Keywords: loudgain replaygain
Licenses: BSD
Conflicts: loudgain
Provides: loudgain, rgbpm, rgbpm2
Submitter: jeandeaual
Maintainer: jeandeaual
Last Packager: jeandeaual
Votes: 1
Popularity: 0.000000
First Submitted: 2020-11-24 00:22 (UTC)
Last Updated: 2020-11-24 00:22 (UTC)

Latest Comments

applebloom commented on 2024-09-15 19:07 (UTC)

@artiom This seems to be because FFMpeg 7 changed API, there's an issue: https://github.com/Moonbase59/loudgain/issues/67

The regular loudgain solves this by using FFMpeg 6.1 from aur, I guess this package would have to do the same for the time being (until they add support for the new API).

artiom commented on 2024-07-31 04:22 (UTC) (edited on 2024-07-31 04:22 (UTC) by artiom)

Not building on my latest manjaro

/var/tmp/pamac-build-artiom/loudgain-git/src/loudgain/src/scan.c:437:38: error: ‘AVFrame’ has no member named ‘channels’ 
437 | &out_linesize, frame -> channels, frame -> nb_samples, out_fmt, 0 | ^~ [ 80%] Building CXX object CMakeFiles/loudgain.dir/src/tag.cc.o make[2]: 
*** [CMakeFiles/loudgain.dir/build.make:104: CMakeFiles/loudgain.dir/src/scan.c.o] Error 1 make[2]: 
*** Waiting for unfinished jobs.... make[1]: 
*** [CMakeFiles/Makefile2:84: CMakeFiles/loudgain.dir/all] Error 2 make: 
*** [Makefile:136: all] Error 2 ==> ERROR: A failure occurred in build(). Aborting...