pulseaudio-qt: move recipes to recipes-support

pulseaudio-qt is not considered something 'extra' it is quite
important. Moving it to recipes-support makes sense.

Signed-off-by: Marc Ferland <marc.ferland@sonatest.com>
This commit is contained in:
Marc Ferland
2024-11-05 16:04:49 -05:00
parent e46de5cd2d
commit 0bdeecd994
2 changed files with 0 additions and 0 deletions

View File

@@ -0,0 +1,27 @@
# SPDX-FileCopyrightText: 2020 Volker Krause <vkrause@kde.org>
# SPDX-FileCopyrightText: 2024 Andreas Cord-Landwehr <cordlandwehr@kde.org>
#
# SPDX-License-Identifier: MIT
DESCRIPTION = "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 = " \
extra-cmake-modules \
qtbase \
pulseaudio \
"
EXTRA_OECMAKE:append = " \
-DBUILD_TESTING=OFF \
-DQT_MAJOR_VERSION=6 \
-DBUILD_WITH_QT6=ON \
"
SRC_URI = "git://invent.kde.org/libraries/${BPN};nobranch=1;protocol=https"
S = "${WORKDIR}/git"
inherit kf6-cmake

View File

@@ -0,0 +1,5 @@
# SPDX-FileCopyrightText: none
# SPDX-License-Identifier: CC0-1.0
require ${BPN}.inc
SRCREV = "a751c6cf3939c6184b4c8580230d5d8d88877ea8"