Package kpipewire
This commit is contained in:
27
recipes-plasma/kpipewire.inc
Normal file
27
recipes-plasma/kpipewire.inc
Normal file
@@ -0,0 +1,27 @@
|
|||||||
|
# SPDX-FileCopyrightText: 2022 Andreas Cord-Landwehr <cordlandwehr@kde.org>
|
||||||
|
#
|
||||||
|
# SPDX-License-Identifier: MIT
|
||||||
|
|
||||||
|
DESCRIPTION = "KPipeWire"
|
||||||
|
HOMEPAGE = "https://invent.kde.org/plasma/kpipewire"
|
||||||
|
LICENSE = "LGPL-2.1 | LGPL-3.0 | LicenseRef-KDE-Accepted-LGPL"
|
||||||
|
LIC_FILES_CHKSUM = " \
|
||||||
|
file://LICENSES/LGPL-2.1-only.txt;md5=41890f71f740302b785c27661123bff5 \
|
||||||
|
file://LICENSES/LGPL-3.0-only.txt;md5=852ecadc0ac7e6f4d7144d5544a3815b \
|
||||||
|
file://LICENSES/LicenseRef-KDE-Accepted-LGPL.txt;md5=e4b79a181b6483b37d39a27f4d75e60a \
|
||||||
|
"
|
||||||
|
PR = "r0"
|
||||||
|
|
||||||
|
DEPENDS = " \
|
||||||
|
qtdeclarative \
|
||||||
|
qtwayland-native \
|
||||||
|
pipewire \
|
||||||
|
kwayland \
|
||||||
|
ffmpeg \
|
||||||
|
"
|
||||||
|
|
||||||
|
inherit cmake_plasma
|
||||||
|
|
||||||
|
FILES:${PN} += " \
|
||||||
|
${libdir}/qml/org/kde/pipewire/* \
|
||||||
|
"
|
||||||
7
recipes-plasma/kpipewire_5.25.90.bb
Normal file
7
recipes-plasma/kpipewire_5.25.90.bb
Normal file
@@ -0,0 +1,7 @@
|
|||||||
|
# SPDX-FileCopyrightText: none
|
||||||
|
# SPDX-License-Identifier: CC0-1.0
|
||||||
|
|
||||||
|
require ${PN}.inc
|
||||||
|
SRC_URI = "git://invent.kde.org/plasma/kpipewire.git;nobranch=1;protocol=https"
|
||||||
|
SRCREV = "5cca7b26db2822b818f1f6083f0846b9f579fc44"
|
||||||
|
S = "${WORKDIR}/git"
|
||||||
@@ -40,6 +40,7 @@ DEPENDS = " \
|
|||||||
kwallet \
|
kwallet \
|
||||||
kwayland \
|
kwayland \
|
||||||
kwin \
|
kwin \
|
||||||
|
kpipewire \
|
||||||
libkscreen \
|
libkscreen \
|
||||||
libksysguard \
|
libksysguard \
|
||||||
libqalculate \
|
libqalculate \
|
||||||
|
|||||||
Reference in New Issue
Block a user