Accepting request 1173581 from multimedia:libs
OBS-URL: https://build.opensuse.org/request/show/1173581 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/pipewire?expand=0&rev=113
This commit is contained in:
commit
42ad3c4f73
6
_service
6
_service
@ -3,13 +3,13 @@
|
||||
<service name="obs_scm" mode="manual">
|
||||
<param name="scm">git</param>
|
||||
<param name="url">https://gitlab.freedesktop.org/pipewire/pipewire.git</param>
|
||||
<!--
|
||||
<param name="revision">1.0.5</param>
|
||||
<param name="revision">1.0.6</param>
|
||||
<param name="versionformat">@PARENT_TAG@</param>
|
||||
-->
|
||||
<!--
|
||||
<param name="revision">60deeb25558a794e6e664bb832318b87958c18ea</param>
|
||||
<param name="versionformat">@PARENT_TAG@+git@TAG_OFFSET@.%h</param>
|
||||
<param name="changesgenerate">enable</param>
|
||||
-->
|
||||
</service>
|
||||
<service name="tar" mode="buildtime"/>
|
||||
<service name="recompress" mode="buildtime">
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:56d8850c5100708110e6c0a8f9312c8a883ae45640098ed735bd66e2c004c3dc
|
||||
size 12593677
|
3
pipewire-1.0.6.obscpio
Normal file
3
pipewire-1.0.6.obscpio
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:2e050b7a4803330f4a62e0f9dea8dc82d86e0fb8b4e3e59d7ff45a8e8e4cd897
|
||||
size 12576781
|
@ -1,3 +1,48 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri May 10 11:43:21 UTC 2024 - Antonio Larrosa <alarrosa@suse.com>
|
||||
|
||||
- Update to version 1.0.6:
|
||||
* Highlights
|
||||
- A bitfield race was fixed that could cause some crashes or
|
||||
undefined behaviour when moving nodes between drivers.
|
||||
- Fix to some invalid memory access in the pw-mon and pw-dump.
|
||||
- A regression in kodi with IEC958 formats playback was fixed.
|
||||
- A race in the ALSA plugin was fixed when updating the
|
||||
eventfd.
|
||||
- Improvements and fixes to module-combine-stream.
|
||||
- Negotiation was improved in pipewiresrc.
|
||||
- Some more small fixes and improvements.
|
||||
* PipeWire
|
||||
- Context properties are now set early so that client
|
||||
properties can be matched with rules.
|
||||
- A bitfield race was fixed that could cause some crashes or
|
||||
undefined behaviour when moving nodes between drivers.
|
||||
* Tools
|
||||
- Fix failure to hide properties in pw-mon. (#3997)
|
||||
- Fix some memleaks and a crash in pw-dump. (#4001)
|
||||
* Modules
|
||||
- The combine-stream module now prevents resampling to avoid
|
||||
broken audio because of different samplerates.
|
||||
- Fix a potential double free in module-loopback when
|
||||
calculating the delay. (#3748)
|
||||
- The FFADO module now only starts when ports are negotiated
|
||||
to avoid startup races. (#3968)
|
||||
- The combine-stream module will now forward tags.
|
||||
* SPA
|
||||
- Monitor volumes are now also clamped to the min/max volumes.
|
||||
(#3962)
|
||||
- V4l2 and libcamera now encodes the device ids into a JSON
|
||||
array. This is part of the deduplication code of devices.
|
||||
- A regression in kodi with IEC958 formats playback was fixed.
|
||||
* Bluetooth
|
||||
- Improved buffer handling and queued data when stopping.
|
||||
* ALSA
|
||||
- A race was fixed when updating the eventfd. (#3711)
|
||||
* GStreamer
|
||||
- Handle some errors better instead of crashing. (#3994)
|
||||
- Fix a memleak in the stream params handling.
|
||||
- Negotiation was improved in pipewiresrc.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon May 06 15:31:52 UTC 2024 - alarrosa@suse.com
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
name: pipewire
|
||||
version: 1.0.5+git36.60deeb2
|
||||
mtime: 1714982030
|
||||
commit: 60deeb25558a794e6e664bb832318b87958c18ea
|
||||
version: 1.0.6
|
||||
mtime: 1715241962
|
||||
commit: 1b8b683a6d7ee9f1c5dcef3fce5f93069f1357c4
|
||||
|
@ -62,7 +62,7 @@
|
||||
%bcond_with aptx
|
||||
|
||||
Name: pipewire
|
||||
Version: 1.0.5+git36.60deeb2
|
||||
Version: 1.0.6
|
||||
Release: 0
|
||||
Summary: A Multimedia Framework designed to be an audio and video server and more
|
||||
License: MIT
|
||||
|
Loading…
x
Reference in New Issue
Block a user