19 lines
506 B
PHP
19 lines
506 B
PHP
# SPDX-FileCopyrightText: 2020 Volker Krause <vkrause@kde.org>
|
|
#
|
|
# SPDX-License-Identifier: MIT
|
|
|
|
DESCRIPTION = "KF5 PulseAudio Qt Bindings - libpulse bindings for Qt"
|
|
HOMEPAGE = "https://invent.kde.org/libraries/pulseaudio-qt"
|
|
LICENSE = "LGPL-2.1-only"
|
|
LIC_FILES_CHKSUM = "file://LICENSES/LGPL-2.1-only.txt;md5=fabba2a3bfeb22a6483d44e9ae824d3f"
|
|
PR = "r0"
|
|
|
|
DEPENDS = " \
|
|
pulseaudio \
|
|
"
|
|
|
|
SRC_URI = "git://invent.kde.org/libraries/${BPN};nobranch=1;protocol=https"
|
|
S = "${WORKDIR}/git"
|
|
|
|
inherit kf6-cmake
|