From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 1373713835A for ; Mon, 10 Aug 2020 08:08:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 33B46E07AE; Mon, 10 Aug 2020 08:08:29 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 0C857E07AE for ; Mon, 10 Aug 2020 08:08:28 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 7EB7B34F430 for ; Mon, 10 Aug 2020 08:08:27 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E6B8B2F2 for ; Mon, 10 Aug 2020 08:08:25 +0000 (UTC) From: "Andrew Ammerlaan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrew Ammerlaan" Message-ID: <1597045855.b7ffcb35e5bbb1e4cc9caab3d52250625e92a780.andrewammerlaan@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: media-sound/sndio/ X-VCS-Repository: repo/proj/guru X-VCS-Files: media-sound/sndio/Manifest media-sound/sndio/sndio-1.7.0.ebuild X-VCS-Directories: media-sound/sndio/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: b7ffcb35e5bbb1e4cc9caab3d52250625e92a780 X-VCS-Branch: master Date: Mon, 10 Aug 2020 08:08:25 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 4e0afabb-dda4-4d5c-a812-4c472b2a2208 X-Archives-Hash: bad4ca40c4c947dedf3b902f2a902fd3 commit: b7ffcb35e5bbb1e4cc9caab3d52250625e92a780 Author: Haelwenn (lanodan) Monnier hacktivis me> AuthorDate: Mon Aug 10 07:50:55 2020 +0000 Commit: Andrew Ammerlaan riseup net> CommitDate: Mon Aug 10 07:50:55 2020 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=b7ffcb35 media-sound/sndio: Version Bump, 1.7.0 Signed-off-by: Haelwenn (lanodan) Monnier hacktivis.me> media-sound/sndio/Manifest | 1 + media-sound/sndio/sndio-1.7.0.ebuild | 43 ++++++++++++++++++++++++++++++++++++ 2 files changed, 44 insertions(+) diff --git a/media-sound/sndio/Manifest b/media-sound/sndio/Manifest index ff0053f..e195bc2 100644 --- a/media-sound/sndio/Manifest +++ b/media-sound/sndio/Manifest @@ -1 +1,2 @@ DIST sndio-1.6.0.tar.gz 125898 BLAKE2B 1aaee62642a9915d1d23291b7db62844713a0c9379d5c43086ecf3f3bcbfe62c83ef2da7a0342f8416ff51045969493fdf7aa0df3d5a1793e6e682b49a9c3d27 SHA512 32d668b5d50096cc2c5c29823c066475ceb06e394163d346697ceae853650cb407a77279c30f0fe703df894f19e8c818c1b8c0b84c17480cd54b25b6fc9fe3ce +DIST sndio-1.7.0.tar.gz 147989 BLAKE2B 20f5969cfd6d6a62d9c04e493eda7648f686ad394db18e43ae574db235f31a025705f40f9c6ea821e04449bc1cdbc35c23dbeff9575b71fccc92c24140341d7e SHA512 f9db7bad5f30e8790488c4d20198c8a5a51f04f94e4b1067eadd7fe0fcc6f6ced3250173a627439d661dcf6faabc7bc4786b30af013788a5c88d972f1c9dc1f8 diff --git a/media-sound/sndio/sndio-1.7.0.ebuild b/media-sound/sndio/sndio-1.7.0.ebuild new file mode 100644 index 0000000..776396d --- /dev/null +++ b/media-sound/sndio/sndio-1.7.0.ebuild @@ -0,0 +1,43 @@ +# 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.1" +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" +}