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: | 64 |
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, gcc11-libsAUR, gcc-libs-snapshotAUR)
- git (git-gitAUR, git-glAUR) (make)
Required by (9)
- caudec (optional)
- easymp3gain-gtk2 (requires aacgain) (optional)
- easymp3gain-qt4-bin (requires aacgain) (optional)
- qtgain (requires aacgain) (optional)
- rubyripper (optional)
- rubyripper-git (optional)
- split2flac (optional)
- whatmp3 (requires aacgain) (optional)
- whatmp3-git (requires aacgain) (optional)
Latest Comments
1 2 3 4 Next › Last »
dreieck commented on 2023-07-26 18:07 (UTC)
Actually, this downloads latest stuff from a git repository. So you must replace
-cvs
with-git
in 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
configure
line instead of themake
line, 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
oliver.anhuth commented on 2020-03-02 08:02 (UTC)
I added ARM. But I don't have an ARM system to verify that it builds OK.
smilerish commented on 2020-02-28 16:16 (UTC)
Can I second/bump EtiennePerot's comment: this builds and works fine on ARM so can the PKGBUILD be updated to reflect that?
1 2 3 4 Next › Last »