File kpipewire.changes of Package kpipewire

-------------------------------------------------------------------
Wed Mar  6 12:41:56 UTC 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  6 11:46:21 UTC 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

-------------------------------------------------------------------
Tue Oct 24 14:24:26 UTC 2023 - Fabian Vogt <fabian@ritter-vogt.de>

- Update to 5.27.9
  * New bugfix release
  * For more details please see:
  * https://kde.org/announcements/plasma/5/5.27.9
- No code changes since 5.27.8

-------------------------------------------------------------------
Tue Sep 12 11:22:21 UTC 2023 - Fabian Vogt <fabian@ritter-vogt.de>

- Update to 5.27.8
  * New bugfix release
  * For more details please see:
  * https://kde.org/announcements/plasma/5/5.27.8
- No code changes since 5.27.7

-------------------------------------------------------------------
Tue Aug  1 11:18:49 UTC 2023 - Fabian Vogt <fabian@ritter-vogt.de>

- Update to 5.27.7
  * New bugfix release
  * For more details please see:
  * https://kde.org/announcements/plasma/5/5.27.7
- Changes since 5.27.6:
  * PipeWireSourceItem: proceed itemChange in QQuickItem

-------------------------------------------------------------------
Tue Jun 20 17:15:00 UTC 2023 - Fabian Vogt <fabian@ritter-vogt.de>

- Update to 5.27.6
  * New bugfix release
  * For more details please see:
  * https://kde.org/announcements/plasma/5/5.27.6
- No code changes since 5.27.5

-------------------------------------------------------------------
Tue May  9 13:44:08 UTC 2023 - Fabian Vogt <fabian@ritter-vogt.de>

- Update to 5.27.5
  * New bugfix release
  * For more details please see:
  * https://kde.org/announcements/plasma/5/5.27.5
- Changes since 5.27.4:
  * Item: hide the cursor when we start getting null positions
  * Item: Make sure we have a texture at all times
  * Do not process corrupt frames
  * Record: Do not crash when closing while recording (kde#467593)
  * Expose the stream size in PipewireSourceItem

-------------------------------------------------------------------
Tue Apr  4 15:05:35 UTC 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 15:05:53 UTC 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 17:34:15 UTC 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 14:09:18 UTC 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  9 14:19:39 UTC 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 06:59:56 UTC 2023 - Luca Beltrame <lbeltrame@kde.org>

- Require pipewire-devel for the -devel package

-------------------------------------------------------------------
Thu Jan 19 14:42:40 UTC 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  4 14:06:19 UTC 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 14:47:21 UTC 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  8 17:24:52 UTC 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 14:15:44 UTC 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 11:28:33 UTC 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  6 14:48:41 UTC 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 20:17:12 UTC 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 15:55:06 UTC 2022 - Luca Beltrame <lbeltrame@kde.org>

- Initial package
openSUSE Build Service is sponsored by