2022-02-18 15:14:37 +01:00
|
|
|
SUMMARY = "callaudiod is a daemon for dealing with audio routing during phone calls."
|
|
|
|
HOMEPAGE = "https://gitlab.com/mobian1/callaudiod"
|
|
|
|
LICENSE = "GPL-3.0-only"
|
|
|
|
LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504"
|
|
|
|
|
|
|
|
DEPENDS = "glib-2.0 alsa-lib pulseaudio"
|
|
|
|
RDEPENDS:${PN} += "pulseaudio-server"
|
|
|
|
|
|
|
|
inherit meson pkgconfig
|
|
|
|
|
2023-03-30 09:49:27 +02:00
|
|
|
SRC_URI = "git://gitlab.com/mobian1/callaudiod.git;protocol=https;branch=master"
|
2022-02-18 15:14:37 +01:00
|
|
|
|
|
|
|
S = "${WORKDIR}/git"
|
2024-07-04 14:03:11 +02:00
|
|
|
PV = "0.1.10"
|
|
|
|
SRCREV = "56831297817afb6b30062b7cee3e40225ac39cac"
|
2022-02-18 15:14:37 +01:00
|
|
|
|
|
|
|
FILES:${PN} += "${datadir}"
|
|
|
|
|