Added callaudiod

This commit is contained in:
Gerben Jan Dijkman
2021-08-12 19:27:08 +02:00
parent b121d270f2
commit 132e349cd9
3 changed files with 40 additions and 0 deletions

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}"
RDEPEND="
dev-libs/glib
dev-util/gdbus-codegen
media-libs/alsa-lib
|| (
media-sound/pulseaudio
>=media-sound/apulse-0.1.12-r4[sdk]
)
"
BUILD_DIR="${S}"/build