Accepting request 1144102 from multimedia:libs
OBS-URL: https://build.opensuse.org/request/show/1144102 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/pipewire?expand=0&rev=105
This commit is contained in:
commit
732dd46b28
2
_service
2
_service
@ -3,7 +3,7 @@
|
|||||||
<service name="obs_scm" mode="manual">
|
<service name="obs_scm" mode="manual">
|
||||||
<param name="scm">git</param>
|
<param name="scm">git</param>
|
||||||
<param name="url">https://gitlab.freedesktop.org/pipewire/pipewire.git</param>
|
<param name="url">https://gitlab.freedesktop.org/pipewire/pipewire.git</param>
|
||||||
<param name="revision">1.0.2</param>
|
<param name="revision">1.0.3</param>
|
||||||
<param name="versionformat">@PARENT_TAG@</param>
|
<param name="versionformat">@PARENT_TAG@</param>
|
||||||
<!--
|
<!--
|
||||||
<param name="revision">master</param>
|
<param name="revision">master</param>
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:136369d2a8769f00519ed535e4853b1d62de619576e0f23f3c4314b28883af86
|
|
||||||
size 12437005
|
|
BIN
pipewire-1.0.3.obscpio
(Stored with Git LFS)
Normal file
BIN
pipewire-1.0.3.obscpio
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -1,3 +1,23 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Feb 3 16:44:06 UTC 2024 - Alexei Sorokin <sor.alexei@meowr.ru>
|
||||||
|
|
||||||
|
- Update to version 1.0.3:
|
||||||
|
* Highlights
|
||||||
|
- Fix ALSA version check. This should allow the alsa plugin to
|
||||||
|
work again.
|
||||||
|
- Some small fixes and improvements.
|
||||||
|
* PipeWire
|
||||||
|
- Escape @DEFAULT_SINK@ in the conf files.
|
||||||
|
* Modules
|
||||||
|
- Improve logging in module-pipe-tunnel.
|
||||||
|
* SPA
|
||||||
|
- Always recheck rate matching in ALSA when moving drivers.
|
||||||
|
This fixes a potential issue where the adaptive resampler
|
||||||
|
would not be activated in some cases.
|
||||||
|
* ALSA
|
||||||
|
- Fix ALSA version check. This should allow the alsa plugin to
|
||||||
|
work again.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Jan 31 15:45:16 UTC 2024 - Antonio Larrosa <alarrosa@suse.com>
|
Wed Jan 31 15:45:16 UTC 2024 - Antonio Larrosa <alarrosa@suse.com>
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
name: pipewire
|
name: pipewire
|
||||||
version: 1.0.2
|
version: 1.0.3
|
||||||
mtime: 1706693855
|
mtime: 1706879347
|
||||||
commit: 9ba18c15ae774c83a38783dc72fd8c3fa60c726f
|
commit: 6ab86209f23a841de7eac6bc0c1009aceb9ffd87
|
||||||
|
@ -62,7 +62,7 @@
|
|||||||
%bcond_with aptx
|
%bcond_with aptx
|
||||||
|
|
||||||
Name: pipewire
|
Name: pipewire
|
||||||
Version: 1.0.2
|
Version: 1.0.3
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: A Multimedia Framework designed to be an audio and video server and more
|
Summary: A Multimedia Framework designed to be an audio and video server and more
|
||||||
License: MIT
|
License: MIT
|
||||||
@ -190,7 +190,7 @@ This package provides the PipeWire shared library.
|
|||||||
Summary: PipeWire libjack replacement libraries
|
Summary: PipeWire libjack replacement libraries
|
||||||
Group: Development/Libraries/C and C++
|
Group: Development/Libraries/C and C++
|
||||||
Requires(post): update-alternatives
|
Requires(post): update-alternatives
|
||||||
Requires(postun):update-alternatives
|
Requires(postun): update-alternatives
|
||||||
|
|
||||||
%description libjack-%{apiver_str}
|
%description libjack-%{apiver_str}
|
||||||
PipeWire is a server and user space API to deal with multimedia pipelines.
|
PipeWire is a server and user space API to deal with multimedia pipelines.
|
||||||
|
Loading…
Reference in New Issue
Block a user