media-libs/libreplaygain - 483-r1 (gentoo)

Search

Install

Install this version:

emerge -a =media-libs/libreplaygain-483-r1

Package Information

Description:
Replay Gain library from Musepack
Homepage:
https://www.musepack.net/
License:
LGPL-2.1

Ebuild Details

Version EAPI Keywords Slot
483-r1 8 ~alpha amd64 arm ~arm64 ~hppa ~loong ppc ppc64 ~riscv ~sparc x86 0
View Raw Ebuild
# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

inherit cmake

# svn export http://svn.musepack.net/libreplaygain@${PV} libreplaygain-${PV}
# tar -cJf libreplaygain-${PV}.tar.xz libreplaygain-${PV}

DESCRIPTION="Replay Gain library from Musepack"
HOMEPAGE="https://www.musepack.net/"
SRC_URI="https://dev.gentoo.org/~sam/distfiles/${CATEGORY}/${PN}/${P}.tar.xz"
CMAKE_USE_DIR="${S}/src"

LICENSE="LGPL-2.1"
SLOT="0"
KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~loong ppc ppc64 ~riscv ~sparc x86"

PATCHES=( "${FILESDIR}"/${P}-cmake.patch ) # bug 951680

Inherited Eclasses