media-sound/sndio: Version Clean, 1.6.0

Signed-off-by: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
This commit is contained in:
Haelwenn (lanodan) Monnier
2020-08-10 09:51:56 +02:00
parent b7ffcb35e5
commit 387e01f3be
2 changed files with 0 additions and 44 deletions

View File

@@ -1,2 +1 @@
DIST sndio-1.6.0.tar.gz 125898 BLAKE2B 1aaee62642a9915d1d23291b7db62844713a0c9379d5c43086ecf3f3bcbfe62c83ef2da7a0342f8416ff51045969493fdf7aa0df3d5a1793e6e682b49a9c3d27 SHA512 32d668b5d50096cc2c5c29823c066475ceb06e394163d346697ceae853650cb407a77279c30f0fe703df894f19e8c818c1b8c0b84c17480cd54b25b6fc9fe3ce
DIST sndio-1.7.0.tar.gz 147989 BLAKE2B 20f5969cfd6d6a62d9c04e493eda7648f686ad394db18e43ae574db235f31a025705f40f9c6ea821e04449bc1cdbc35c23dbeff9575b71fccc92c24140341d7e SHA512 f9db7bad5f30e8790488c4d20198c8a5a51f04f94e4b1067eadd7fe0fcc6f6ced3250173a627439d661dcf6faabc7bc4786b30af013788a5c88d972f1c9dc1f8

View File

@@ -1,43 +0,0 @@
# Copyright 2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
inherit multilib-minimal
DESCRIPTION="small audio and MIDI framework part of the OpenBSD project"
HOMEPAGE="http://www.sndio.org/"
SRC_URI="http://www.sndio.org/${P}.tar.gz"
LICENSE="ISC"
SLOT="0/7.0"
KEYWORDS="~amd64"
IUSE="alsa"
DEPEND="
dev-libs/libbsd[${MULTILIB_USEDEP}]
alsa? ( media-libs/alsa-lib[${MULTILIB_USEDEP}] )
"
RDEPEND="
${DEPEND}
acct-user/sndiod
"
src_prepare() {
default
multilib_copy_sources
}
multilib_src_configure() {
./configure \
--prefix=/usr \
--libdir=/usr/$(get_libdir) \
--privsep-user=sndiod \
--with-libbsd \
$(use_enable alsa)
}
src_install() {
multilib-minimal_src_install
doinitd "${FILESDIR}/sndiod"
}