Search Criteria
Package Details: rsgain 3.5.3-1
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: | 9 |
Popularity: | 1.06 |
First Submitted: | 2023-09-19 10:17 (UTC) |
Last Updated: | 2024-11-18 08:43 (UTC) |
Dependencies (8)
- libavcodec.so (ffmpeg-nvcodec-11-1-gitAUR, ffmpeg3.4AUR, ffmpeg-compat-55AUR, ffmpeg-compat-54AUR, ffmpeg2.8AUR, ffmpeg-cudaAUR, ffmpeg-fullAUR, ffmpeg-decklinkAUR, ffmpeg-amd-fullAUR, ffmpeg-libfdk_aacAUR, ffmpeg-obsAUR, ffmpeg-ffplayoutAUR, ffmpeg-full-gitAUR, ffmpeg-gitAUR, lib32-ffmpegAUR, ffmpeg-headlessAUR, ffmpeg-amd-full-gitAUR, ffmpeg, ffmpeg4.4)
- libavformat.so (ffmpeg-nvcodec-11-1-gitAUR, ffmpeg3.4AUR, ffmpeg-compat-55AUR, ffmpeg-compat-54AUR, ffmpeg2.8AUR, ffmpeg-cudaAUR, ffmpeg-fullAUR, ffmpeg-decklinkAUR, ffmpeg-amd-fullAUR, ffmpeg-libfdk_aacAUR, ffmpeg-obsAUR, ffmpeg-ffplayoutAUR, ffmpeg-full-gitAUR, ffmpeg-gitAUR, lib32-ffmpegAUR, ffmpeg-headlessAUR, ffmpeg-amd-full-gitAUR, ffmpeg, ffmpeg4.4)
- libavutil.so (libavutil-52AUR, ffmpeg-nvcodec-11-1-gitAUR, ffmpeg3.4AUR, ffmpeg2.8AUR, ffmpeg-cudaAUR, ffmpeg-fullAUR, ffmpeg-decklinkAUR, ffmpeg-amd-fullAUR, ffmpeg-libfdk_aacAUR, ffmpeg-obsAUR, ffmpeg-ffplayoutAUR, ffmpeg-full-gitAUR, ffmpeg-gitAUR, lib32-ffmpegAUR, ffmpeg-headlessAUR, ffmpeg-amd-full-gitAUR, ffmpeg, ffmpeg4.4)
- libebur128 (libebur128-gitAUR)
- libinih (libinih-gitAUR)
- libswresample.so (ffmpeg-nvcodec-11-1-gitAUR, ffmpeg3.4AUR, ffmpeg2.8AUR, ffmpeg-cudaAUR, ffmpeg-fullAUR, ffmpeg-decklinkAUR, ffmpeg-amd-fullAUR, ffmpeg-libfdk_aacAUR, ffmpeg-obsAUR, ffmpeg-ffplayoutAUR, ffmpeg-full-gitAUR, ffmpeg-gitAUR, lib32-ffmpegAUR, ffmpeg-headlessAUR, ffmpeg-amd-full-gitAUR, ffmpeg, ffmpeg4.4)
- taglib (taglib-gitAUR)
- cmake (cmake-gitAUR) (make)
Latest Comments
1 2 Next › Last »
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 thefmt
library. These C++23 headers now ship with GCC starting in version 14. This will result in a more stable build, as thefmt
library 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=ON
to the CMake arguments 2. Dropfmt
from 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.
rharish commented on 2024-06-09 09:36 (UTC)
Build fails with the following error:
Could someone point out where the issue lies?
1 2 Next › Last »