gjdwebserver-overlay/media-sound/callaudiod/callaudiod-0.1.4.ebuild

32 lines
611 B
Bash
Raw Normal View History

# Copyright 1999-2022 Gentoo Authors
2021-08-12 19:27:08 +02:00
# Distributed under the terms of the GNU General Public License v2
EAPI=7
2022-04-23 22:47:08 +02:00
inherit meson
2021-08-12 19:27:08 +02:00
2022-04-04 14:15:30 +02:00
COMMIT="a7ca6ce9d4c947f19c3f99ff2cab986c64434e57"
2021-08-12 19:27:08 +02:00
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