Install this version:
emerge -a =media-sound/rsgain-3.8
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =media-sound/rsgain-3.8
Or alternatively:
emerge --autounmask-write -a =media-sound/rsgain-3.8
# Copyright 2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
# Source: Written from scratch for sunset-repo overlay
EAPI=8
inherit cmake
DESCRIPTION="A simple, but powerful ReplayGain 2.0 tagging utility"
HOMEPAGE="https://github.com/complexlogic/rsgain"
SRC_URI="https://github.com/complexlogic/${PN}/releases/download/v${PV}/${P}-source.tar.xz"
LICENSE="BSD-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
DEPEND="
>=media-libs/libebur128-1.2.4
>=media-libs/taglib-1.11.1
>=media-video/ffmpeg-4.2.4
dev-libs/libfmt
dev-libs/inih
virtual/zlib:=
"
RESTRICT="mirror"
RDEPEND="${DEPEND}"
BDEPEND="virtual/pkgconfig"
>=media-libs/libebur128-1.2.4 >=media-libs/taglib-1.11.1 >=media-video/ffmpeg-4.2.4 dev-libs/libfmt dev-libs/inih virtual/zlib:=
>=media-libs/libebur128-1.2.4 >=media-libs/taglib-1.11.1 >=media-video/ffmpeg-4.2.4 dev-libs/libfmt dev-libs/inih virtual/zlib:=
virtual/pkgconfig
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | rsgain-3.8-source.tar.xz | 53432 bytes | https://github.com/complexlogic/rsgain/releases/download/v3.8/rsgain-3.8-source.tar.xz |