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 B16FD1382C5 for ; Fri, 22 Jan 2021 05:21:26 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EC3CFE0876; Fri, 22 Jan 2021 05:21:25 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 D7E02E0876 for ; Fri, 22 Jan 2021 05:21:25 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 EC3873410D1 for ; Fri, 22 Jan 2021 05:21:24 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7FCF44A2 for ; Fri, 22 Jan 2021 05:21:23 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1611292868.a349d9b0e63d2989ccfc212579696704f121825d.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/aucatctl/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-sound/aucatctl/Manifest media-sound/aucatctl/aucatctl-0.1.ebuild media-sound/aucatctl/metadata.xml X-VCS-Directories: media-sound/aucatctl/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: a349d9b0e63d2989ccfc212579696704f121825d X-VCS-Branch: master Date: Fri, 22 Jan 2021 05:21:23 +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: ee2d5336-8e40-43c6-ad40-667883046e6a X-Archives-Hash: a30f9f477882703a559936c6abb8f207 commit: a349d9b0e63d2989ccfc212579696704f121825d Author: Haelwenn (lanodan) Monnier hacktivis me> AuthorDate: Thu Apr 23 00:16:59 2020 +0000 Commit: Sam James gentoo org> CommitDate: Fri Jan 22 05:21:08 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a349d9b0 media-sound/aucatctl: New Package Closes: https://bugs.gentoo.org/show_bug.cgi?id=435526 Signed-off-by: Haelwenn (lanodan) Monnier hacktivis.me> Signed-off-by: Sam James gentoo.org> media-sound/aucatctl/Manifest | 1 + media-sound/aucatctl/aucatctl-0.1.ebuild | 27 +++++++++++++++++++++++++++ media-sound/aucatctl/metadata.xml | 12 ++++++++++++ 3 files changed, 40 insertions(+) diff --git a/media-sound/aucatctl/Manifest b/media-sound/aucatctl/Manifest new file mode 100644 index 00000000000..1a21d2e345f --- /dev/null +++ b/media-sound/aucatctl/Manifest @@ -0,0 +1 @@ +DIST aucatctl-0.1.tar.gz 4364 BLAKE2B b0ac47bdf03de82599d4ca1403d8937b70e9f10b18d3d37bc0ab022eebc31d7643943b7c4c8fef058cc9b09fcc95b24fb6373503a6ddced33a3f8c2253c30b95 SHA512 35ca3a3aec94fb0ed439925ac52d190ad0eebd4cfb124d5ad329d1d94c021c38b75bd4d4859c74756c861c0a82c5d22777ed0dccc950bc37c3156d6ca28a33df diff --git a/media-sound/aucatctl/aucatctl-0.1.ebuild b/media-sound/aucatctl/aucatctl-0.1.ebuild new file mode 100644 index 00000000000..1357fbb643e --- /dev/null +++ b/media-sound/aucatctl/aucatctl-0.1.ebuild @@ -0,0 +1,27 @@ +# Copyright 2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +DESCRIPTION="A tool for controlling aucat and/or sndiod volume through MIDI" +HOMEPAGE="http://www.sndio.org/" +SRC_URI="http://www.sndio.org/${P}.tar.gz" +LICENSE="ISC" +SLOT="0" +KEYWORDS="~amd64" + +DEPEND=" + dev-libs/libbsd + media-sound/sndio:= +" +RDEPEND="${DEPEND}" + +src_prepare() { + default + + sed -i \ + -e 's?/usr/local?/usr?g' \ + -e 's?man/man1?share/man/man1?g' \ + -e 's?LDADD = -lsndio?LDADD = -lbsd -lsndio?' \ + Makefile || die "Failed modifying Makefile" +} diff --git a/media-sound/aucatctl/metadata.xml b/media-sound/aucatctl/metadata.xml new file mode 100644 index 00000000000..9df017effeb --- /dev/null +++ b/media-sound/aucatctl/metadata.xml @@ -0,0 +1,12 @@ + + + + + contact@hacktivis.me + Haelwenn (lanodan) Monnier + + + proxy-maint@gentoo.org + Proxy Maintainers + +