Warning, /packaging/yocto-meta-kde/recipes-extragear/libraries/pulseaudio-qt.inc is written in an unsupported language. File is not indexed.

0001 # SPDX-FileCopyrightText: 2020 Volker Krause <vkrause@kde.org>
0002 #
0003 # SPDX-License-Identifier: MIT
0004 
0005 DESCRIPTION = "KF5 PulseAudio Qt Bindings - libpulse bindings for Qt"
0006 HOMEPAGE = "https://invent.kde.org/libraries/pulseaudio-qt"
0007 LICENSE = "LGPL-2.1"
0008 LIC_FILES_CHKSUM = "file://LICENSES/LGPL-2.1-only.txt;md5=fabba2a3bfeb22a6483d44e9ae824d3f"
0009 PR = "r0"
0010 
0011 DEPENDS = " \
0012     pulseaudio \
0013 "
0014 
0015 SRC_URI = "git://invent.kde.org/libraries/${BPN};nobranch=1;protocol=https"
0016 S = "${WORKDIR}/git"
0017 
0018 inherit cmake_kf5