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:
27
recipes-support/pulseaudio-qt.inc
Normal file
27
recipes-support/pulseaudio-qt.inc
Normal 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
|
||||
5
recipes-support/pulseaudio-qt_1.6.1.bb
Normal file
5
recipes-support/pulseaudio-qt_1.6.1.bb
Normal file
@@ -0,0 +1,5 @@
|
||||
# SPDX-FileCopyrightText: none
|
||||
# SPDX-License-Identifier: CC0-1.0
|
||||
|
||||
require ${BPN}.inc
|
||||
SRCREV = "a751c6cf3939c6184b4c8580230d5d8d88877ea8"
|
||||
Reference in New Issue
Block a user