Package Details: mp3gain 1.6.2-2

Git Clone URL: https://aur.archlinux.org/mp3gain.git (read-only, click to copy)
Package Base: mp3gain
Description: Lossless mp3 normalizer with statistical analysis
Upstream URL: https://sourceforge.net/projects/mp3gain/
Licenses: GPL
Submitter: Barthalion
Maintainer: rtfm3514
Last Packager: rtfm3514
Votes: 53
Popularity: 0.81
First Submitted: 2018-01-06 21:01 (UTC)
Last Updated: 2020-10-31 11:18 (UTC)

Latest Comments

generaleramon commented on 2020-05-21 07:01 (UTC)

adding "aarch64" in the "arch" section of the PKGBUILD makes it compile with no errors on a RPi3B+. Is it possible/worth to update the PKGBUILD?

nfs commented on 2018-07-05 19:54 (UTC)

Apparently, whatever was wrong with downloading the source previously, it's working now. Nothing seems to have changed in the package, so presumably, it was an issue with sourceforge.net that has been fixed.

nfs commented on 2018-06-26 01:32 (UTC) (edited on 2018-06-26 01:35 (UTC) by nfs)

I got the following when I tried to install:

    ==> ERROR: Failure while downloading <http://downloads.sourceforge.net/mp3gain/mp3gain-1_6_2-src.zip>
        Aborting...

rtfm3514 commented on 2018-05-16 20:51 (UTC)

@sekret 1. Sorry, I missed the new mpg123 dep. Good catch. 2. That was a leftover dep from previous maintainers. Updated (i.e. deleted) that as well to abide by Arch Package Building Guidelines.

sekret commented on 2018-05-13 06:16 (UTC)

It doesn't build:

==> Starting build()... cc -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -Wall -DHAVE_MEMCPY -D_FORTIFY_SOURCE=2 -c -o mp3gain.o mp3gain.c mp3gain.c:97:10: fatal error: mpg123.h: No such file or directory #include <mpg123.h> ^~~~~~~~~~ compilation terminated. make: *** [<builtin>: mp3gain.o] Error 1 ==> ERROR: A failure occurred in build(). Aborting...</builtin></mpg123.h>

It requires the package mpg123 to build. According to namcap mpg123 is a dependency. And please beware, the glibc package is in the base group, which everyone using Arch is supposed to have on his/her system.

So please change the depends line to

depends=('mpg123')

rtfm3514 commented on 2018-05-12 19:40 (UTC)

Updated to v1.6.1 . I couldn't test it as I have no MP3s in need of normalization right now. Please test it and provide feedback via comments.

Thanks, rtfm3514

gibbz commented on 2018-03-10 10:16 (UTC)

Great thanks. It was pacaur caching the corrupted zip. I removed it and now its working fine!

RemoteAdmin commented on 2018-03-02 11:26 (UTC)

@gibbz have you had a look at the zip file? Mine says:

<html><head>
<title>SourceForge</title>
<!-- <script src="/js/jquery.com/jquery-1.11.0.min.js"></script> -->
<script src="https://code.jquery.com/jquery-1.11.0.min.js"></script>
<script src="https://sourceforge.net/js/mirrors.js"></script>
<script src="/js/sf.js"></script>
<script>
var DR_loc = DR_parse_hash_url();
if (DR_loc) {
    DR_sf_main(DR_loc);
} else {
    window.location.href = 'https://sourceforge.net/home.html';
}
</script>
</head><body>
<noscript>
We're sorry -- the Sourceforge site is currently in Disaster Recovery mode, and currently requires
the use of javascript to function.  Please check back later.
</noscript>
</body></html>

There is nothing wrong with the PKGBUILD, it is sourceforge being down again

gibbz commented on 2018-03-02 11:17 (UTC)

This is currently broken. Any eta when this will be fixed?

:: failed to verify mp3gain integrity