1 # Copyright 1999-2024 Gentoo Authors
2 # Distributed under the terms of the GNU General Public License v2
8 # svn export http://svn.musepack.net/libreplaygain@${PV} libreplaygain-${PV}
9 # tar -cJf libreplaygain-${PV}.tar.xz libreplaygain-${PV}
11 DESCRIPTION="Replay Gain library from Musepack"
12 HOMEPAGE="https://www.musepack.net/"
13 SRC_URI="https://dev.gentoo.org/~sam/distfiles/${CATEGORY}/${PN}/${P}.tar.xz"
17 KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~loong ppc ppc64 ~riscv ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos"
19 PATCHES=( "${FILESDIR}"/${P}-static-libs.patch )
24 sed -i -e '/CMAKE_C_FLAGS/d' CMakeLists.txt || die