Package Release Info

kpipewire-5.27.4-bp155.1.7

Update Info: Base Release
Available in Package Hub : 15 SP5

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

kpipewire-devel
kpipewire-imports
libKPipeWire5
libKPipeWire5-lang
libKPipeWireDmaBuf5
libKPipeWireRecord5

Change Logs

* Tue Apr 04 2023 Fabian Vogt <fabian@ritter-vogt.de>
- Update to 5.27.4
  * New bugfix release
  * For more details please see:
  * https://kde.org/announcements/plasma/5/5.27.4
- Changes since 5.27.3:
  * source: Handle BGRA buffers gracefully
  * record: Only create the sws_context when necessary
  * record: Use a good amount of threads as recommended by QThread
  * record: Make sure we process all the frames before leaving
  * record: Improve packet fetching
  * Use a different API call to make importing DmaBufs work on Nvidia (kde#448839)
  * options to disable motion estimation and in-loop filtering
  * record: Refactor thread distribution
  * record: Allocate SwsContext only when necessary
  * recording: Allocate frames when we render
  * recording: Extend the encoders API
* Tue Mar 14 2023 Fabian Vogt <fabian@ritter-vogt.de>
- Update to 5.27.3
  * New bugfix release
  * For more details please see:
  * https://kde.org/announcements/plasma/5/5.27.3
- Changes since 5.27.2:
  * Guard m_producer
  * stream: better fallback for BGR formats when downloading into a QImage
  * stream: Fix support of SPA_VIDEO_FORMAT_RGB
  * recording: Drop unnecessary conditional
  * recording: use "good" deadline rather than quality that is deprecated upstream
  * recording: Make bitrate depend on the stream size
* Tue Feb 28 2023 Fabian Vogt <fabian@ritter-vogt.de>
- Update to 5.27.2
  * New bugfix release
  * For more details please see:
  * https://kde.org/announcements/plasma/5/5.27.2
- Changes since 5.27.1:
  * PipewireSourceItem: Expose stream state
  * Finish the recording when the last frame has arrived
  * Export logging categories where they belong
  * sourcestream: Allocate the buffer outside together with the pods
* Tue Feb 21 2023 Fabian Vogt <fabian@ritter-vogt.de>
- Update to 5.27.1
  * New bugfix release
  * For more details please see:
  * https://kde.org/announcements/plasma/5/5.27.1
- No code changes since 5.27.0
* Thu Feb 09 2023 Fabian Vogt <fabian@ritter-vogt.de>
- Update to 5.27.0
  * New bugfix release
  * For more details please see:
  * https://kde.org/announcements/plasma/5/5.27.0
- Changes since 5.26.90:
  * record: Use vp8 instead of x264
  * Prefer x264
  * Allow to reset fd in `PipeWireSourceItem`
  * Record: Make sure we issue key frames and sequential pts
  * Record: Make sure the frames we encode are in an expected format
  * PipeWireRecord: Make sure we use the correct pixel formats
* Mon Jan 23 2023 Luca Beltrame <lbeltrame@kde.org>
- Require pipewire-devel for the -devel package
* Thu Jan 19 2023 Fabian Vogt <fabian@ritter-vogt.de>
- Update to 5.26.90
  * New feature release
  * For more details please see:
  * https://kde.org/announcements/plasma/5/5.26.90
- Changes since 5.26.5:
  * HeadlessTest: Port ScreenCast to using fds properly too
  * Make sure unistd.h is included when close() is called
  * Make sure we don't leak file descriptors
  * It wasn't necessary to F_DUPFD_CLOEXEC the fd
  * PipeWireRecord: Allow providing which extension we are serving
  * ci: Require passing unit tests
  * Introduce KPipeWireDmaBuf
  * Remove duplicate headers between cpp/h files
  * Add autogenerated files to .gitignore
  * Record: Make sure we create the context properly
  * Record: Ensure we don't crash when the texture couldn't be produced
  * tests: Simplify code by using QScreens
  * Install po folder
  * recordme: Add a --help option
  * Validate cursor result of spa_buffer_find_meta_data
* Wed Jan 04 2023 Fabian Vogt <fabian@ritter-vogt.de>
- Update to 5.26.5
  * New bugfix release
  * For more details please see:
  * https://kde.org/announcements/plasma/5/5.26.5
- No code changes since 5.26.4
* Tue Nov 29 2022 Fabian Vogt <fabian@ritter-vogt.de>
- Update to 5.26.4
  * New bugfix release
  * For more details please see:
  * https://kde.org/announcements/plasma/5/5.26.4
- No code changes since 5.26.3
* Tue Nov 08 2022 Fabian Vogt <fabian@ritter-vogt.de>
- Update to 5.26.3
  * New bugfix release
  * For more details please see:
  * https://kde.org/announcements/plasma/5/5.26.3
- No code changes since 5.26.2
* Wed Oct 26 2022 Fabian Vogt <fabian@ritter-vogt.de>
- Update to 5.26.2
  * New bugfix release
  * For more details please see:
  * https://kde.org/announcements/plasma/5/5.26.2
- No code changes since 5.26.1
* Tue Oct 18 2022 Fabian Vogt <fabian@ritter-vogt.de>
- Update to 5.26.1
  * New bugfix release
  * For more details please see:
  * https://kde.org/announcements/plasma/5/5.26.1
- No code changes since 5.26.0
* Thu Oct 06 2022 Fabian Vogt <fabian@ritter-vogt.de>
- Update to 5.26.0
  * New bugfix release
  * For more details please see:
  * https://kde.org/announcements/plasma/5/5.26.0
- Changes since 5.25.90:
  * Install po folder
  * Validate cursor result of spa_buffer_find_meta_data
* Thu Sep 15 2022 Fabian Vogt <fabian@ritter-vogt.de>
- Update to 5.25.90
  * New feature release
  * For more details please see:
  * https://kde.org/announcements/plasma/5/5.25.90
* Mon May 30 2022 Luca Beltrame <lbeltrame@kde.org>
- Initial package
Version: 5.27.11-bp156.1.2
* Wed Mar 06 2024 Fabian Vogt <fabian@ritter-vogt.de>
- Update to 5.27.11:
  * New bugfix release
  * For more details please see:
  * https://kde.org/announcements/plasma/5/5.27.11
- Changes since 5.27.10:
  * Port to new Gitlab CI format
* Wed Dec 06 2023 Fabian Vogt <fabian@ritter-vogt.de>
- Update to 5.27.10
  * New bugfix release
  * For more details please see:
  * https://kde.org/announcements/plasma/5/5.27.10
- Changes since 5.27.9:
  * Adjust to KWayland moving to Plasma