mirror of
https://codeberg.org/flk/meta-wayland.git
synced 2024-11-20 12:28:25 +01:00
21 lines
549 B
BlitzBasic
21 lines
549 B
BlitzBasic
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
|
|
|
|
SRC_URI = " \
|
|
git://gitlab.com/mobian1/callaudiod.git;protocol=https;branch=master \
|
|
"
|
|
|
|
S = "${WORKDIR}/git"
|
|
PV = "0.1.4"
|
|
SRCREV = "a7ca6ce9d4c947f19c3f99ff2cab986c64434e57"
|
|
|
|
FILES:${PN} += "${datadir}"
|
|
|