Search Criteria
Package Details: aacgain-cvs 20130814-7
Package Actions
| Git Clone URL: | https://aur.archlinux.org/aacgain-cvs.git (read-only, click to copy) |
|---|---|
| Package Base: | aacgain-cvs |
| Description: | Adjusts the volume of music files (mp4/m4a/QT/mp3) using ReplayGain algorithm. |
| Upstream URL: | http://altosdesign.com/aacgain |
| Licenses: | GPL |
| Conflicts: | aacgain |
| Provides: | aacgain |
| Submitter: | skystrife |
| Maintainer: | oliver.anhuth |
| Last Packager: | oliver.anhuth |
| Votes: | 63 |
| Popularity: | 0.000000 |
| First Submitted: | 2010-10-04 04:34 (UTC) |
| Last Updated: | 2021-07-25 19:36 (UTC) |
Dependencies (2)
- gcc-libs (gcc-libs-gitAUR, gccrs-libs-gitAUR, gcc-libs-snapshotAUR)
- git (git-gitAUR, git-glAUR, git-wd40AUR) (make)
Required by (11)
- caudec (optional)
- easymp3gain-gtk2 (requires aacgain) (optional)
- easymp3gain-qt4-bin (requires aacgain) (optional)
- qtgain (requires aacgain) (optional)
- rubyripper (optional)
- rubyripper-git (optional)
- rubyripperremix (optional)
- rubyripperremix-git (optional)
- split2flac (optional)
- whatmp3 (requires aacgain) (optional)
- whatmp3-git (requires aacgain) (optional)
Latest Comments
1 2 3 4 Next › Last »
m-igashi commented on 2026-04-29 15:29 (UTC)
Heads up on security status for anyone landing here:
aacgain bundles mpglibDBL, faad2, and mp4v2 from source, all years out of date and never patched:
aacgain upstream has been effectively abandoned since 2019, with the final commit in July 2022. Homebrew deprecated
aacgainas unmaintained in April 2023 for the same reason.If you only need ReplayGain tag writing,
rsgain(in [extra]) covers MP3/FLAC/Opus/Ogg/M4A and is actively maintained.If you specifically need lossless
global_gainrewrite on AAC/M4A files (the original aacgain USP — for car stereos, DJ gear, and other players that ignore RG tags),mp3rgain-binon AUR is currently the only actively-maintained option. Disclosure: I co-maintain that package.Full CVE breakdown with sources: https://github.com/M-Igashi/mp3rgain/blob/master/docs/security.md
Not asking the current maintainer to do anything — just leaving a record so users searching for aacgain can find context.
micwoj92 commented on 2025-11-27 22:02 (UTC)
Please use spdx license identifier.
dreieck commented on 2023-07-26 18:07 (UTC)
Actually, this downloads latest stuff from a git repository. So you must replace
-cvswith-gitin the package name.Also, please do not list the package itself in
source(git+https://aur.archlinux.org/aacgain-cvs.git).Thanks for maintaining!
oliver.anhuth commented on 2021-07-25 19:42 (UTC)
I disabled the warning which caused the compile error, so it should build again.
I have to say that this is really bad code though...
sotitrox commented on 2021-07-14 03:42 (UTC) (edited on 2021-07-14 03:43 (UTC) by sotitrox)
since a few months this it's not compilling :'( , the output its in spanish, sorry about that
oliver.anhuth commented on 2021-01-11 20:10 (UTC) (edited on 2021-01-12 10:21 (UTC) by oliver.anhuth)
Yes, my change to adjust the compile flags seems to be wrong. Your approach should work, but it seems safer to just change the makefile instead. Which was actually suggested by pitbuster in the first place.
I modified the package build accordingly. Perhaps you could check that it still works on ARM. I am not really using the package...
smilerish commented on 2021-01-09 09:38 (UTC) (edited on 2021-01-09 09:38 (UTC) by smilerish)
Thank you for adding ARM, oliver.anhuth. I can confirm this builds on arm7h (RPi).
Just a minor thing: I'm getting this warning a lot:
I think the problem is that pitbuster's suggestion overrides all the compiler flags, including optimisations. I fixed this by editing the line so that it appends to the environment (so makepkg.conf)
CXXFLAGS:In fact, I moved this option to the
configureline instead of themakeline, but I'm not sure if either is preferable? Both seem to work - tested on arm7h and x86_64.oliver.anhuth commented on 2020-06-30 14:17 (UTC)
Thanks! Added -Wno-narrowing to the mp4v2 build flags. Let's see how long this can stay afloat...
pitbuster commented on 2020-06-30 04:14 (UTC)
The build is throwing -Wnarrowing errors. I got it to locally compile by doing some manual patching on the mp4v2 source, but I think adding -Wno-narrowing in the Makefiles should be better.
vicyos commented on 2020-05-17 09:02 (UTC)
It is not compiling. It's giving this error:
ERROR: A failure occurred in build(). Aborting... :: Unable to build aacgain-cvs - makepkg exited with code: 4
1 2 3 4 Next › Last »