Accepting request 1138107 from multimedia:libs
OBS-URL: https://build.opensuse.org/request/show/1138107 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/pipewire?expand=0&rev=102
This commit is contained in:
commit
b12e144450
2
_service
2
_service
@ -3,7 +3,7 @@
|
||||
<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.0</param>
|
||||
<param name="revision">1.0.1</param>
|
||||
<param name="versionformat">@PARENT_TAG@</param>
|
||||
<!--
|
||||
<param name="revision">master</param>
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:54d733c0b80af19e0d51ceb37b381901d8d820706cc563e3676ace9495eebfa1
|
||||
size 12426765
|
3
pipewire-1.0.1.obscpio
Normal file
3
pipewire-1.0.1.obscpio
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b5bc73ca7c39cb11d343d467f8a454e957f8df1dc1c2480c0d4a84284fb4c1c8
|
||||
size 12431885
|
@ -1,3 +1,47 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 11 11:09:02 UTC 2024 - Antonio Larrosa <alarrosa@suse.com>
|
||||
|
||||
- Update to version 1.0.1:
|
||||
* Highlights
|
||||
- Work around the buggy ALSA backend in libcanberra by forcing
|
||||
the pulse backend in module-x11-bell.
|
||||
- Fix a race in the device info updates in pulse-server.
|
||||
- Fix timing and rate matching in ALSA sequencer.
|
||||
- Improve timing information in JACK and from the ALSA driver.
|
||||
- More small fixes and improvements.
|
||||
* PipeWire
|
||||
- Fix a build issue when examples where disabled.
|
||||
- Avoid some compiler warnings.
|
||||
- Avoid some bitfield data races. (#3706)
|
||||
* Modules
|
||||
- Bump the PTP driver priority. (#3217)
|
||||
- Support the previous "allowed" permission in the access
|
||||
module.
|
||||
- Fix filename leak in module-filter-chain.
|
||||
- Work around the buggy ALSA backend in libcanberra by forcing
|
||||
the pulse backend in module-x11-bell. (#3688)
|
||||
- Fix a race in the device info updates in pulse-server.
|
||||
- Fix compatibility in RAOP. (#3698)
|
||||
* SPA
|
||||
- Handle ALSA picth control errors correctly
|
||||
- Clamp buffer-frames correctly. (#3000)
|
||||
- Fix timing and rate matching in ALSA sequencer. (#3657)
|
||||
- Revert a commit that could result in current time in the
|
||||
future in the timing updates.
|
||||
- Improve adapter state checks.
|
||||
- Remove the timer from the ALSA pcm.
|
||||
- Fix timeout in freewheel driver.
|
||||
* Pulse-server
|
||||
- Also handle active ports for monitor sources.
|
||||
- Fix zeroconf-publish format properties.
|
||||
* JACK
|
||||
- Improve timing and transport calculations.
|
||||
- Handle -ENOENT from the core and don't error out.
|
||||
* GStreamer
|
||||
- Handle node port removal in the device provider. (#3708)
|
||||
- Improve error handling while connecting.
|
||||
- Fix dts_offset.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Nov 26 10:39:13 UTC 2023 - Antonio Larrosa <alarrosa@suse.com>
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
name: pipewire
|
||||
version: 1.0.0
|
||||
mtime: 1700985772
|
||||
commit: 4debdcd40b055b3eaa83a8f4443aa990ea566bfe
|
||||
version: 1.0.1
|
||||
mtime: 1704889827
|
||||
commit: 79b98884af80329f59596906231da5597bcdb7b6
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package pipewire
|
||||
#
|
||||
# Copyright (c) 2023 SUSE LLC
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
# Copyright (c) 2018 Luciano Santos, luc14n0@linuxmail.org.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
@ -62,7 +62,7 @@
|
||||
%bcond_with aptx
|
||||
|
||||
Name: pipewire
|
||||
Version: 1.0.0
|
||||
Version: 1.0.1
|
||||
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