mirror of
https://codeberg.org/flk/meta-wayland.git
synced 2025-07-13 06:24:28 +02:00
phoc/phosh: initial add needed recipes
This commit is contained in:
20
recipes-extended/callaudiod/callaudiod_git.bb
Normal file
20
recipes-extended/callaudiod/callaudiod_git.bb
Normal file
@ -0,0 +1,20 @@
|
||||
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.3"
|
||||
SRCREV = "4cb8bd9d228d13ea67e79f4c37c674f412b32d20"
|
||||
|
||||
FILES:${PN} += "${datadir}"
|
||||
|
Reference in New Issue
Block a user