Accepting request 1172234 from multimedia:libs
OBS-URL: https://build.opensuse.org/request/show/1172234 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/pipewire?expand=0&rev=112
This commit is contained in:
commit
08878d49a7
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="versionformat">@PARENT_TAG@</param>
|
||||
<!--
|
||||
<param name="revision">master</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">
|
||||
|
3
pipewire-1.0.5+git36.60deeb2.obscpio
Normal file
3
pipewire-1.0.5+git36.60deeb2.obscpio
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:56d8850c5100708110e6c0a8f9312c8a883ae45640098ed735bd66e2c004c3dc
|
||||
size 12593677
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:0dd1f0f99e58ac4125019a3475a026e18ed71e6714701ad8a4c6fca63dceddcc
|
||||
size 12571149
|
@ -1,3 +1,45 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon May 06 15:31:52 UTC 2024 - alarrosa@suse.com
|
||||
|
||||
- Update to version 1.0.5+git36.60deeb2 to fix several crashes,
|
||||
NULL checks, format strings and other issues:
|
||||
* spa: libcamera: fix RGB mappings
|
||||
* pw-dump: destroy all objects not just those matching the pattern
|
||||
* pw-dump: fix string memory leak on error
|
||||
* json: fix high surrogate escapes
|
||||
* core: handle import errors better
|
||||
* gst/src: fix crash when current_caps is NULL
|
||||
* gst/src: Avoid unnecessary renegotiations during streaming
|
||||
* gst/src: Cleanups for src_negotiate()
|
||||
* pw-mon: fix type confusion in core event handler
|
||||
* gst: fix stream params memory leak
|
||||
* gst: handle some more errors
|
||||
* treewide: fix errno assignments
|
||||
* alsa-pcm: don't force quantum for iec958 formats
|
||||
* journal: prepend code location to messages at debug log levels
|
||||
* module-rt: fix compiler warning
|
||||
* filter-chain: fix arguments of calloc
|
||||
* combine-stream tag forward
|
||||
* Add album to tag metadata
|
||||
* impl-node: avoid bitfield races
|
||||
* treewide: fix some format string issues
|
||||
* conf: warn when match actions are missing
|
||||
* module-protocol-simple: handle 'node.name' property
|
||||
* module-ffado: only start after ports are configured
|
||||
* context: fill basic properties early
|
||||
* combine-stream: fix latency-compensate with resample.disabled=true
|
||||
* profiler: remove unused data-loop
|
||||
* v4l2: fix printf format
|
||||
* spa: v4l2: encode device id into a json array
|
||||
* spa: libcamera: encode device ids into a json array
|
||||
* impl-port: avoid doing work when the port is destroyed
|
||||
* impl-port: use 0 size when clearing IO
|
||||
* stream: log a warning when media.class and direction mismatch
|
||||
* module-loopback: only enable delay with valid rate and channels
|
||||
* alsa: fix race when updating the eventfd
|
||||
* audioconvert: also clamp monitor volume to min/max
|
||||
* combine-stream: actually make use of resample.disable
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 17 06:56:33 UTC 2024 - Antonio Larrosa <alarrosa@suse.com>
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
name: pipewire
|
||||
version: 1.0.5
|
||||
mtime: 1713166395
|
||||
commit: a2287be601710eea0d073261223ec34b92384c8a
|
||||
version: 1.0.5+git36.60deeb2
|
||||
mtime: 1714982030
|
||||
commit: 60deeb25558a794e6e664bb832318b87958c18ea
|
||||
|
@ -62,7 +62,7 @@
|
||||
%bcond_with aptx
|
||||
|
||||
Name: pipewire
|
||||
Version: 1.0.5
|
||||
Version: 1.0.5+git36.60deeb2
|
||||
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