pulseaudio-qt: package git master hash with Qt6 support

This commit is contained in:
Andreas Cord-Landwehr
2023-11-16 20:05:29 +01:00
parent 53be23df7b
commit 0cbf463694
2 changed files with 28 additions and 0 deletions

View File

@@ -0,0 +1,21 @@
# SPDX-FileCopyrightText: 2023 Andreas Cord-Landwehr <cordlandwehr@kde.org>
#
# SPDX-License-Identifier: MIT
SUMMARY = "PulseAudio-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 = " \
qtbase \
pulseaudio \
"
SRC_URI = "git://invent.kde.org/libraries/${BPN};nobranch=1;protocol=https"
S = "${WORKDIR}/git"
inherit cmake_kdeapp

View File

@@ -0,0 +1,7 @@
# SPDX-FileCopyrightText: none
# SPDX-License-Identifier: CC0-1.0
require ${PN}.inc
#NOTE this is an arbitrary hash supporting Qt6
PV = "1.3.90"
SRCREV = "39dcf82c208a642c4483efc58e67312997327c51"