Accepting request 1285716 from KDE:Frameworks

Plasma 6.4.0 (maybe). K:F already publish disabled (forwarded request 1285270 from Vogtinator)

OBS-URL: https://build.opensuse.org/request/show/1285716
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kpipewire6?expand=0&rev=25
This commit is contained in:
2025-06-18 13:54:05 +00:00
committed by Git OBS Bridge
6 changed files with 70 additions and 24 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:99b612bbe0fe3f44054fc57131e05fc005f675ccc071a088b5a0f154d03af2f7
size 152788

View File

@@ -1,16 +0,0 @@
-----BEGIN PGP SIGNATURE-----
iQIzBAABCgAdFiEE4KPrIC+OV1KOE+cv11dEg7tXsY0FAmgaTWUACgkQ11dEg7tX
sY24VhAAl+2WIKyaNBjk4efQPz4lhBH45bQdk5q+iUfJdsAJZbGqrBjRu9dGzFhi
fX9D6vLdOMgmH3zCyxe9AGoRuVIscmLUMttZnsWnELykqF8iWOdm7Ye5jx1G/6lD
3F5mYekVOUQdnwdMNSoSn8E+U/MBkbPMoI6t651ElAsSItp8HZ89xMiHDjKb6XOP
XdwgE+v+7OHRZlHJfqVfhn7FhRbrVaO8hFRtGdl1Rvs/rsWwfbqGEoOEZtcvqJqI
s94urzlcDWHPTbI/6HSQKdFDEFd2MPgHB7nBsSe+FO3lMLTxDNRuUN2h8imfSI1s
1/X9bVsN1YVSALPK5cnb7OinzO8D4lSFyDLy/8p9EeuJkBXW9HrCwJog18RhO1Hf
x2Nl1272aG4UV0uf7U4IIb7PC0fB9q2Eh0WLKASFy0eJbG6tuhJdrQBb3rePhwR/
fp7Yo12pOwbUDeUdnj3fMfeuYOxaa8KLEqLIC4I9JHPP8GY5/JUWzlTMVjwZMrFI
QJxvvvXYIK17slZ+Ktb6vef0WJUO7ZtqTL9PVUNhhwgQNAgXFP+EdWFrJKGW1HxC
FaTlC7yEydL5DLPu1mYBbQG58L9V7YYAGVtoaILmNlx0N624/zNnalRKZqSBFJv6
aI95jv0Jiv0vFZsCLl2RcDsZA4rNupg0/s5k12sB5EqrwlXlixw=
=Pay2
-----END PGP SIGNATURE-----

3
kpipewire-6.4.0.tar.xz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:d597665a4ee57a4993d908e62151242ae9a5a3a25e76d0ba003f39ca6869e35a
size 152832

View File

@@ -0,0 +1,11 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCAAdFiEEs8s2ZVJUC+Bu6a2XEZaMRJKMrvwFAmhKlt8ACgkQEZaMRJKM
rvxUtwf/XkgZWg75MNa4433hlm0hUv4YN3stAAtFYP8eKbFtOVXkXioud1PWpDHU
OWY2V26Tg+kY3YXjCGtJa2AIfhe6jcVSXlED7GgfOOLgX5nZq1QvZNxj7zMcxvKk
GHz2+nuJ82O65WxNUPQodaegN1CrK/aaJ1kAUgx9QxefTMRduFMhvEisLltZjzAF
mcjBKnaiZ4mi3pPXGbdgP5n5BqO7f02NCBeh+Ntu0gfgEXW5YVT5m4nBsyLpukfe
onQDkjNbdPMSJFs8oAKACDVKhMyzqgXbuEihjVow9XgNaDXMr+HspwNx7+K9yiMq
BkPeCsL8rhceSHRK+3i6SDrrb2r8Ng==
=KjGH
-----END PGP SIGNATURE-----

View File

@@ -1,3 +1,54 @@
-------------------------------------------------------------------
Thu Jun 12 10:37:28 UTC 2025 - Fabian Vogt <fabian@ritter-vogt.de>
- Update to 6.4.0:
* New bugfix release
* For more details see https://kde.org/announcements/plasma/6/6.4.0
- Changes since 6.3.91:
* Update version for new release 6.4.0
-------------------------------------------------------------------
Thu May 29 21:19:14 UTC 2025 - Fabian Vogt <fabian@ritter-vogt.de>
- Update to 6.3.91:
* New bugfix release
* For more details see https://kde.org/announcements/plasma/6/6.3.91
- Changes since 6.3.90:
* Update version for new release 6.3.91
* cmake: also declare major, minor and patch version vars
* cmake: use PROJECT_VERSION
-------------------------------------------------------------------
Mon May 19 19:35:22 UTC 2025 - Fabian Vogt <fabian@ritter-vogt.de>
- Update to 6.3.90:
* New feature release
* For more details see https://kde.org/announcements/plasma/6/6.3.90
- Changes since 6.3.5:
* update project version to 6.3.90
* tests: Drop versions in qml imports
* Use qqmlintegration.h instead of qqmlregistration.h
* Port to declarative type registration
* encodedstream: Don't query VAAPI in the constructor
* encodedstream: Deprecate setActive() and replace with an explicit API
* It compiles fine without kf_6_12 deprecated methods
* Tweak encoding options for VP9
* Port Encoder away from deprecated avcodec_close
* Set "threads" option by default in Encoder
* Add logging of encoding options if log level is set to info
* Change Encoder::applyEncodingPreference() to buildEncodingOptions() (kde#488896)
* Tweak compiler warning flags to reduce unneeded output
* Add logging that outputs number of processed and pending frames every second
* sourceitem: invoke method with correct context object (kde#501042)
* Use malloc to create AVDRMFrameDescriptor
* CI: Add linux-qt6-next build
* Add xml/yaml linting
* Fix build with Qt 6.10
* Add missing !
* PipeWireSourceStream::setActive demote assert to warning
* PipeWireSourceItem handle stream creation failure
* update version for new release
-------------------------------------------------------------------
Tue May 6 20:07:42 UTC 2025 - Fabian Vogt <fabian@ritter-vogt.de>

View File

@@ -16,8 +16,8 @@
#
%global kf6_version 6.0.0
%define qt6_version 6.7.0
%global kf6_version 6.14.0
%define qt6_version 6.8.0
%define _sover 6
%define rname kpipewire
@@ -27,14 +27,14 @@
%{!?_plasma6_version: %define _plasma6_version %(echo %{_plasma6_bugfix} | awk -F. '{print $1"."$2}')}
%bcond_without released
Name: kpipewire6
Version: 6.3.5
Version: 6.4.0
Release: 0
Summary: PipeWire integration for KDE Plasma
License: LGPL-2.0-only AND LGPL-3.0-only
URL: https://www.kde.org
Source: https://download.kde.org/stable/plasma/%{version}/%{rname}-%{version}.tar.xz
Source: %{rname}-%{version}.tar.xz
%if %{with released}
Source1: https://download.kde.org/stable/plasma/%{version}/%{rname}-%{version}.tar.xz.sig
Source1: %{rname}-%{version}.tar.xz.sig
Source2: plasma.keyring
%endif
BuildRequires: kf6-extra-cmake-modules