mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-23 16:49:10 -07:00
media-sound/sidplayfp: add 2.14.1
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
@@ -1 +1,2 @@
|
||||
DIST sidplayfp-2.12.0.tar.gz 251994 BLAKE2B 9b3416504d7488e05c127a2b9c112118bf1283f0a022cc82e353c8f16f61a4d87779712d7faa591dca1a145c060d8a8afada1050a1766c654df7d9055e04d95f SHA512 1e511d2847d774bb8b64757b0c83ae1c5d3e794d05998600ba6f68b79eb29f6f970854d00be84572b5622495099211af7fc2e166d135b6447dc0eba163b68ec3
|
||||
DIST sidplayfp-2.14.1.tar.gz 250245 BLAKE2B 89c9a5a81337a87df981195f5f1a21e5235eed043336c6b9a4c4414ace17d71ea6ec686d58472bbd4f7ead33b50327f1fa0e3b69d815317545a1de290db0c71f SHA512 4e4e7137231c0cf1ba84e59a20ac5dee0c0e615eae5fb827156f2caab2a02c259834199d2fcef9e953ec0041149f99ca5f47c941a3fcb8c7917f8d77e8c1711f
|
||||
|
||||
51
media-sound/sidplayfp/sidplayfp-2.14.1.ebuild
Normal file
51
media-sound/sidplayfp/sidplayfp-2.14.1.ebuild
Normal file
@@ -0,0 +1,51 @@
|
||||
# Copyright 1999-2025 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
DESCRIPTION="Sidplay2 fork with resid-fp"
|
||||
HOMEPAGE="https://sourceforge.net/projects/sidplay-residfp/"
|
||||
SRC_URI="https://downloads.sourceforge.net/sidplay-residfp/${PN}/$(ver_cut 1-2)/${P}.tar.gz"
|
||||
|
||||
LICENSE="GPL-2"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE="+alsa oss pulseaudio"
|
||||
|
||||
BDEPEND="virtual/pkgconfig"
|
||||
CDEPEND="
|
||||
media-libs/libsidplayfp
|
||||
alsa? ( media-libs/alsa-lib )
|
||||
pulseaudio? ( media-libs/libpulse )
|
||||
"
|
||||
RDEPEND="
|
||||
${CDEPEND}
|
||||
media-plugins/mpg123-output-plugins
|
||||
"
|
||||
DEPEND="${CDEPEND}
|
||||
oss? ( virtual/os-headers )
|
||||
"
|
||||
|
||||
DOCS=( AUTHORS README TODO )
|
||||
|
||||
PATCHES=(
|
||||
"${FILESDIR}"/${PN}-1.4.4-musl-limits.patch
|
||||
)
|
||||
|
||||
src_prepare() {
|
||||
default
|
||||
|
||||
if ! use alsa; then
|
||||
sed -i -e 's:alsa >= 1.0:dIsAbLe&:' configure || die
|
||||
fi
|
||||
|
||||
if ! use pulseaudio; then
|
||||
sed -i -e 's:libpulse-simple >= 1.0:dIsAbLe&:' configure || die
|
||||
fi
|
||||
}
|
||||
|
||||
src_configure() {
|
||||
export ac_cv_header_linux_soundcard_h=$(usex oss)
|
||||
|
||||
econf
|
||||
}
|
||||
Reference in New Issue
Block a user