media-sound/rsgain - 3.5.1 (guru)

Search

Install

Install this version:

emerge -a =media-sound/rsgain-3.5.1

If this version is masked, you can unmask it using the autounmask tool or standard emerge options:

autounmask =media-sound/rsgain-3.5.1

Or alternatively:

emerge --autounmask-write -a =media-sound/rsgain-3.5.1

Package Information

Description:
Really Simple replay Gain calculator for tagging audio files
Homepage:
https://github.com/complexlogic/rsgain
License:
BSD BSD-2

Ebuild Details

Version EAPI Keywords Slot
3.5.1 8 ~amd64 ~ppc ~ppc64 ~riscv ~sparc ~x86 0
View Raw Ebuild
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

inherit cmake

DESCRIPTION="Really Simple replay Gain calculator for tagging audio files"
HOMEPAGE="https://github.com/complexlogic/rsgain"
SRC_URI="https://github.com/complexlogic/rsgain/releases/download/v${PV}/${P}-source.tar.xz"

LICENSE="BSD BSD-2"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~ppc64 ~riscv ~sparc ~x86"

RDEPEND="
	dev-libs/inih
	dev-libs/libfmt:=
	media-libs/libebur128:=
	media-libs/libogg
	media-libs/libvorbis
	media-libs/taglib:=
	media-video/ffmpeg:=
"

DEPEND="${RDEPEND}"

src_prepare() {
	cmake_src_prepare
}

src_configure() {
	cmake_src_configure
}

src_install() {
	cmake_src_install
}

Inherited Eclasses

Dependencies

DEPEND

	dev-libs/inih
	dev-libs/libfmt:=
	media-libs/libebur128:=
	media-libs/libogg
	media-libs/libvorbis
	media-libs/taglib:=
	media-video/ffmpeg:=

RDEPEND

	dev-libs/inih
	dev-libs/libfmt:=
	media-libs/libebur128:=
	media-libs/libogg
	media-libs/libvorbis
	media-libs/taglib:=
	media-video/ffmpeg:=

Manifest for 3.5.1

Type File Size Source URLs
DIST rsgain-3.5.1-source.tar.xz 50776 bytes https://github.com/complexlogic/rsgain/releases/download/v3.5.1/rsgain-3.5.1-source.tar.xz