Search Criteria
Package Details: rsgain 3.6-2
Package Actions
| Git Clone URL: | https://aur.archlinux.org/rsgain.git (read-only, click to copy) |
|---|---|
| Package Base: | rsgain |
| Description: | ReplayGain 2.0 loudness normalizer |
| Upstream URL: | https://github.com/complexlogic/rsgain |
| Licenses: | BSD-2-Clause |
| Submitter: | Gilrain |
| Maintainer: | Gilrain |
| Last Packager: | Gilrain |
| Votes: | 26 |
| Popularity: | 3.15 |
| First Submitted: | 2023-09-19 10:17 (UTC) |
| Last Updated: | 2025-10-05 08:56 (UTC) |
Dependencies (8)
- libavcodec.so (ffmpeg-nvcodec-11-1-gitAUR, ffmpeg-compat-55AUR, ffmpeg-compat-54AUR, ffmpeg-ffplayoutAUR, ffmpeg2.8AUR, ffmpeg3.4AUR, ffmpeg-cudaAUR, ffmpeg-gitAUR, ffmpeg7.1AUR, ffmpeg-headlessAUR, ffmpeg-libfdk_aacAUR, ffmpeg-ndiAUR, ffmpeg-decklinkAUR, ffmpeg-fullAUR, ffmpeg-full-gitAUR, ffmpeg-amd-full-gitAUR, ffmpeg-obsAUR, ffmpeg-amd-fullAUR, lib32-ffmpegAUR, ffmpeg, ffmpeg4.4)
- libavformat.so (ffmpeg-nvcodec-11-1-gitAUR, ffmpeg-compat-55AUR, ffmpeg-compat-54AUR, ffmpeg-ffplayoutAUR, ffmpeg2.8AUR, ffmpeg3.4AUR, ffmpeg-cudaAUR, ffmpeg-gitAUR, ffmpeg7.1AUR, ffmpeg-headlessAUR, ffmpeg-libfdk_aacAUR, ffmpeg-ndiAUR, ffmpeg-decklinkAUR, ffmpeg-fullAUR, ffmpeg-full-gitAUR, ffmpeg-amd-full-gitAUR, ffmpeg-obsAUR, ffmpeg-amd-fullAUR, lib32-ffmpegAUR, ffmpeg, ffmpeg4.4)
- libavutil.so (libavutil-52AUR, ffmpeg-nvcodec-11-1-gitAUR, ffmpeg-ffplayoutAUR, ffmpeg2.8AUR, ffmpeg3.4AUR, ffmpeg-cudaAUR, ffmpeg-gitAUR, ffmpeg7.1AUR, ffmpeg-headlessAUR, ffmpeg-libfdk_aacAUR, ffmpeg-ndiAUR, ffmpeg-decklinkAUR, ffmpeg-fullAUR, ffmpeg-full-gitAUR, ffmpeg-amd-full-gitAUR, ffmpeg-obsAUR, ffmpeg-amd-fullAUR, lib32-ffmpegAUR, ffmpeg, ffmpeg4.4)
- libebur128 (libebur128-gitAUR)
- libinih (libinih-gitAUR)
- libswresample.so (ffmpeg-nvcodec-11-1-gitAUR, ffmpeg-ffplayoutAUR, ffmpeg2.8AUR, ffmpeg3.4AUR, ffmpeg-cudaAUR, ffmpeg-gitAUR, ffmpeg7.1AUR, ffmpeg-headlessAUR, ffmpeg-libfdk_aacAUR, ffmpeg-ndiAUR, ffmpeg-decklinkAUR, ffmpeg-fullAUR, ffmpeg-full-gitAUR, ffmpeg-amd-full-gitAUR, ffmpeg-obsAUR, ffmpeg-amd-fullAUR, lib32-ffmpegAUR, ffmpeg, ffmpeg4.4)
- taglib (taglib-gitAUR)
- cmake (cmake3AUR, cmake-gitAUR) (make)
Latest Comments
1 2 Next › Last »
lpc123 commented on 2026-01-15 13:02 (UTC)
Gilrain, thank you for maintaining this package. For me, it is the standard for use with kid3.
keithspg commented on 2024-11-28 15:50 (UTC)
Is there some adjustment to this PKGBUILD that will allow it to build using distcc? This package fails to compile distributed from my RPi to the x86. This is the only package I build that does so. All other packages distribute properly and build valid packages, it is just this one that is forced to build locally. on the Pi: distcc[219659] ERROR: compile /AUR/rsgain/src/rsgain-3.5.3/src/rsgain.cpp on 192.168.2.77:3636 failed distcc[219659] (dcc_build_somewhere) Warning: remote compilation of '/AUR/rsgain/src/rsgain-3.5.3/src/rsgain.cpp' failed, retrying locally distcc[219659] Warning: failed to distribute /AUR/rsgain/src/rsgain-3.5.3/src/rsgain.cpp to 192.168.2.77:3636, running locally instead very similar on the x86. It just does not like this one.
Keith
Gilrain commented on 2024-08-07 09:59 (UTC)
Thank you for the pointers. Package is up to date after a brief test.
complexlogic commented on 2024-08-07 00:56 (UTC)
v3.5.2 supports using the C++23 standard
<format>and<print>headers in place of thefmtlibrary. These C++23 headers now ship with GCC starting in version 14. This will result in a more stable build, as thefmtlibrary is having frequent ABI breaks.If you wish to proceed with the GCC libraries, you should modify the PKGBUILD as follows: 1. Add
-DUSE_STD_FORMAT=ONto the CMake arguments 2. Dropfmtfrom the depends array.Gilrain commented on 2024-06-23 10:56 (UTC)
The solution might be to forgo the "new" lib dependencies and use ffmpeg proper instead, but it might not solve the need to rebuild on each ffmpeg updates.
dplusplus commented on 2024-06-23 03:52 (UTC)
Uninstalling and then reinstalling rsgain resolved these errors on my system.
kIERO commented on 2024-06-22 19:29 (UTC) (edited on 2024-06-22 19:29 (UTC) by kIERO)
rharish commented on 2024-06-10 18:50 (UTC) (edited on 2024-06-10 18:54 (UTC) by rharish)
My bad, my CFLAGS was borked in my makepkg conf. rsgain builds perfectly well now.
rharish commented on 2024-06-10 18:06 (UTC)
I get the same results without ccache as well:
Gilrain commented on 2024-06-10 09:59 (UTC)
ccache is the culprit. you might need to review your build environment or dig up peculiarities between cmake + ccache.
1 2 Next › Last »