Version: 0.6.8 Name: loudgain Release: 0%{?dist} Summary: ReplayGain 2.0 audio loudness normalizer License: BSD URL: https://github.com/Moonbase59/loudgain Source0: loudgain-0.6.8.tar.gz # https://github.com/Moonbase59/loudgain/pull/37 Patch0: mcmaster_patches.patch BuildRequires: cmake BuildRequires: gcc-c++ BuildRequires: ffmpeg-free-devel BuildRequires: libebur128-devel BuildRequires: taglib-devel %description loudgain is a versatile ReplayGain 2.0 loudness normalizer, based on the EBU R128/ITU BS.1770 standard (-18 LUFS) and supports FLAC/Ogg/MP2/MP3/MP4/M4A/ALAC/Opus/ASF/WMA/WAV/WavPack/AIFF/APE audio files. It uses the well-known mp3gain commandline syntax but will never modify the actual audio data. %prep %setup %patch 0 -p1 %build %cmake %cmake_build %install %cmake_install %check %ctest %files %license COPYING %doc README.md %{_bindir}/%{name} %{_bindir}/rgbpm %{_mandir}/man1/%{name}.1* %changelog * Wed Dec 24 2025 David King - 0.6.8-0 - Initial package.