From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/aucatctl/
Date: Fri, 22 Jan 2021 05:21:23 +0000 (UTC) [thread overview]
Message-ID: <1611292868.a349d9b0e63d2989ccfc212579696704f121825d.sam@gentoo> (raw)
commit: a349d9b0e63d2989ccfc212579696704f121825d
Author: Haelwenn (lanodan) Monnier <contact <AT> hacktivis <DOT> me>
AuthorDate: Thu Apr 23 00:16:59 2020 +0000
Commit: Sam James <sam <AT> gentoo <DOT> 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 <contact <AT> hacktivis.me>
Signed-off-by: Sam James <sam <AT> 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 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="person">
+ <email>contact@hacktivis.me</email>
+ <name>Haelwenn (lanodan) Monnier</name>
+ </maintainer>
+ <maintainer type="project">
+ <email>proxy-maint@gentoo.org</email>
+ <name>Proxy Maintainers</name>
+ </maintainer>
+</pkgmetadata>
next reply other threads:[~2021-01-22 5:21 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-01-22 5:21 Sam James [this message]
-- strict thread matches above, loose matches on Subject: below --
2021-01-22 5:21 [gentoo-commits] repo/gentoo:master commit in: media-sound/aucatctl/ Sam James
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1611292868.a349d9b0e63d2989ccfc212579696704f121825d.sam@gentoo \
--to=sam@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox