paprefs: add recipe

Signed-off-by: Markus Volk <f_l_k@t-online.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Markus Volk
2023-05-09 14:46:11 +02:00
committed by Khem Raj
parent 48bc4b2d5e
commit 3f09dd5216
@@ -0,0 +1,18 @@
DESCRIPTION = "PulseAudio Preferences (paprefs) is a simple GTK based configuration dialog for the PulseAudio sound server."
HOMEPAGE = "https://freedesktop.org/software/pulseaudio/paprefs/"
LICENSE = "GPL-2.0-only"
LIC_FILES_CHKSUM = "file://LICENSE;md5=751419260aa954499f7abaabaa882bbe"
DEPENDS = "pulseaudio gtkmm3 gtk+3 libsigc++-3 glibmm"
inherit meson pkgconfig features_check
ANY_OF_DISTRO_FEATURES = "${GTK3DISTROFEATURES}"
SRC_URI = "http://freedesktop.org/software/pulseaudio/paprefs/${BP}.tar.xz"
SRC_URI[sha256sum] = "b3f21e40dc3936d15e3ffc910fb0c07c14b88e8c287715b456a948c17638f633"
EXTRA_OEMESON = "-Dlynx=false"
RDEPENDS:${PN} += "pulseaudio-server"