media-sound/callaudiod: add package

Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Marco Scardovi <marco@scardovi.com>
This commit is contained in:
Marco Scardovi
2021-06-23 00:27:50 +02:00
parent 65654e7af2
commit da0c239265
3 changed files with 43 additions and 0 deletions

View File

@@ -0,0 +1 @@
DIST callaudiod-0.1.0.tar.gz 26764 BLAKE2B c65391e8c45f44e73bea4d15258e486f5b172f91eb6f0ad4f1116d0659b4cd8711c47263654698f13c465035480cf5d28870e34294f888f32a06e6215cf78f92 SHA512 9fffd416409ff67ba1eaea8c8273219c8fe069dac14b72750cde7ccd050a570cc670a343435006200a1eccde27112e160ad7030ac68c0746f2fc6d3829e693d5

View File

@@ -0,0 +1,31 @@
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
inherit meson systemd
COMMIT="84ed2eb164711e73d30a88d540f59ddd8bc88b45"
DESCRIPTION="Call audio routing daemon"
HOMEPAGE="https://gitlab.com/mobian1/callaudiod"
SRC_URI="https://gitlab.com/mobian1/callaudiod/-/archive/${COMMIT}.tar.gz -> ${P}.tar.gz"
KEYWORDS="~amd64 ~arm64"
LICENSE="GPL-3"
SLOT="0"
S="${WORKDIR}/${PN}-${COMMIT}"
DEPEND="
media-libs/alsa-lib
dev-libs/glib
|| (
media-sound/pulseaudio
>=media-sound/apulse-0.1.12-r4[sdk]
)
"
RDEPEND="${DEPEND}"
BUILD_DIR="${S}"/build

View File

@@ -0,0 +1,11 @@
<?xml version='1.0' encoding='UTF-8'?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>marco@scardovi.com</email>
<name>Marco Scardovi</name>
</maintainer>
<upstream>
<remote-id type="github">atom/atom</remote-id>
</upstream>
</pkgmetadata>