public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: media-sound/aucatctl/
@ 2021-01-22  5:21 Sam James
  0 siblings, 0 replies; 2+ messages in thread
From: Sam James @ 2021-01-22  5:21 UTC (permalink / raw
  To: gentoo-commits

commit:     a60867b3db254b7b257c3edd7a82ea98b2f0d4f4
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Jan 22 05:12:27 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Jan 22 05:21:09 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a60867b3

media-sound/aucatctl: respect CC

Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: Sam James <sam <AT> gentoo.org>

 media-sound/aucatctl/aucatctl-0.1.ebuild | 10 +++++++++-
 1 file changed, 9 insertions(+), 1 deletion(-)

diff --git a/media-sound/aucatctl/aucatctl-0.1.ebuild b/media-sound/aucatctl/aucatctl-0.1.ebuild
index 1357fbb643e..a04a482f9d1 100644
--- a/media-sound/aucatctl/aucatctl-0.1.ebuild
+++ b/media-sound/aucatctl/aucatctl-0.1.ebuild
@@ -1,11 +1,14 @@
-# Copyright 2020 Gentoo Authors
+# Copyright 2020-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
 
+inherit toolchain-funcs
+
 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"
@@ -25,3 +28,8 @@ src_prepare() {
 		-e 's?LDADD = -lsndio?LDADD = -lbsd -lsndio?' \
 		Makefile || die "Failed modifying Makefile"
 }
+
+src_compile() {
+	tc-export CC
+	default
+}


^ permalink raw reply related	[flat|nested] 2+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-sound/aucatctl/
@ 2021-01-22  5:21 Sam James
  0 siblings, 0 replies; 2+ messages in thread
From: Sam James @ 2021-01-22  5:21 UTC (permalink / raw
  To: gentoo-commits

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>


^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-01-22  5:21 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-01-22  5:21 [gentoo-commits] repo/gentoo:master commit in: media-sound/aucatctl/ Sam James
  -- strict thread matches above, loose matches on Subject: below --
2021-01-22  5:21 Sam James

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox