Version Bump

This commit is contained in:
Gerben Jan Dijkman
2022-04-04 14:15:30 +02:00
parent 5c0670d8c5
commit 80e77feeae
2 changed files with 2 additions and 2 deletions

View File

@@ -0,0 +1,31 @@
# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
inherit meson systemd
COMMIT="a7ca6ce9d4c947f19c3f99ff2cab986c64434e57"
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