From: "Andreas Sturmlechner" <asturm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: kde-plasma/kpipewire/
Date: Wed, 12 Apr 2023 21:24:38 +0000 (UTC) [thread overview]
Message-ID: <1681334643.39b19ac87f547dcc216c532a811b7046e493a247.asturm@gentoo> (raw)
commit: 39b19ac87f547dcc216c532a811b7046e493a247
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 9 21:20:09 2023 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Wed Apr 12 21:24:03 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=39b19ac8
kde-plasma/kpipewire: Backport various 5.27.5 fixes
Aleix Pol (1):
Record: Do not crash when closing while recording
Do not process corrupt frames
David Edmundson (1):
Expose the stream size in PipewireSourceItem
KDE-bug: https://bugs.kde.org/show_bug.cgi?id=467593
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
kde-plasma/kpipewire/Manifest | 1 +
kde-plasma/kpipewire/kpipewire-5.27.4-r1.ebuild | 44 +++++++++++++++++++++++++
2 files changed, 45 insertions(+)
diff --git a/kde-plasma/kpipewire/Manifest b/kde-plasma/kpipewire/Manifest
index 0006bbc5b3aa..661dcd8eb06f 100644
--- a/kde-plasma/kpipewire/Manifest
+++ b/kde-plasma/kpipewire/Manifest
@@ -1,2 +1,3 @@
DIST kpipewire-5.26.5.tar.xz 52848 BLAKE2B c77263dd20d419fc590a1257b8934257f40f9c7751b4c1542db30fc4ba5814ae1076190d9fe08325398a9bc85f7321c6ed1059bf0b010debe20346110d211661 SHA512 59783fe9cb46ae467bc907a04bb0f499bdd23a39c607d7f0203dc550f2268a36e1914d55df90f167328f9b2644144642540e3d20ba27c6f1b66beff1c807d0d1
+DIST kpipewire-5.27.4-patchset-1.tar.xz 2392 BLAKE2B d4664e2b3ed78f026e6ef9321c4b108f858745c9f2c577092203824ea907a28e5a4b668d40185c6ec523468ff1f3709d21f7de9fbb3b6b190518d326f1e8aaa5 SHA512 367cab179b3df70907b0940cf7b584a430e28d0b6795c215cbc71a8a0bd9e544b6a1439982df6b71ed31215be757330b1cd5c111a0ce8c771705d790fbc78944
DIST kpipewire-5.27.4.tar.xz 59316 BLAKE2B 72bae7d19fdc86057d03b715fdc6123f81e79d5d4b82b7619cbb155cedccbe61cf814099ca78e0271458b142d7652e3efe45df75a397cd95b5309fbb1ad2db29 SHA512 b052b9e14c945f31066776a9c1a69201bc11cc3878d67db8f2e3496a0e5a3a5b0edd20856a32781d1d01a88f54ff37592e2347e1cab87e7e333e31fe4e81f25d
diff --git a/kde-plasma/kpipewire/kpipewire-5.27.4-r1.ebuild b/kde-plasma/kpipewire/kpipewire-5.27.4-r1.ebuild
new file mode 100644
index 000000000000..3f3c5da1ae40
--- /dev/null
+++ b/kde-plasma/kpipewire/kpipewire-5.27.4-r1.ebuild
@@ -0,0 +1,44 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+ECM_TEST="true"
+KFMIN=5.102.0
+QTMIN=5.15.7
+inherit ecm plasma.kde.org
+
+DESCRIPTION="Components relating to Flatpak pipewire use in Plasma"
+SRC_URI+=" https://dev.gentoo.org/~asturm/distfiles/${P}-patchset-1.tar.xz"
+
+LICENSE="LGPL-2.1+"
+SLOT="5"
+KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
+IUSE=""
+
+COMMON_DEPEND="
+ dev-libs/wayland
+ >=dev-qt/qtdbus-${QTMIN}:5
+ >=dev-qt/qtdeclarative-${QTMIN}:5
+ >=dev-qt/qtgui-${QTMIN}:5
+ >=dev-qt/qtwayland-${QTMIN}:5
+ >=kde-frameworks/kcoreaddons-${KFMIN}:5
+ >=kde-frameworks/ki18n-${KFMIN}:5
+ >=kde-frameworks/kwayland-${KFMIN}:5
+ media-libs/libepoxy
+ media-libs/libglvnd
+ media-video/ffmpeg:=
+ >=media-video/pipewire-0.3:=
+ x11-libs/libdrm
+"
+DEPEND="${COMMON_DEPEND}
+ dev-libs/plasma-wayland-protocols
+"
+RDEPEND="${COMMON_DEPEND}
+ >=dev-qt/qtquickcontrols2-${QTMIN}:5
+ >=kde-frameworks/kirigami-${KFMIN}:5
+ x11-themes/sound-theme-freedesktop
+"
+BDEPEND=">=dev-qt/qtwaylandscanner-${QTMIN}:5"
+
+PATCHES=( "${WORKDIR}/${P}-patchset-1" ) # KDE-bug 467593
next reply other threads:[~2023-04-12 21:24 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-04-12 21:24 Andreas Sturmlechner [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-09-03 0:24 [gentoo-commits] repo/gentoo:master commit in: kde-plasma/kpipewire/ Sam James
2024-08-06 20:29 Andreas Sturmlechner
2024-08-06 20:29 Andreas Sturmlechner
2024-06-24 18:44 Andreas Sturmlechner
2024-06-07 17:34 Andreas Sturmlechner
2023-04-12 21:24 Andreas Sturmlechner
2023-03-22 23:01 Andreas Sturmlechner
2023-03-22 23:01 Andreas Sturmlechner
2022-11-12 6:12 WANG Xuerui
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1681334643.39b19ac87f547dcc216c532a811b7046e493a247.asturm@gentoo \
--to=asturm@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox