Accepting request 828179 from GNOME:Factory
(forwarded request 826292 from dimstar) OBS-URL: https://build.opensuse.org/request/show/828179 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/pipewire?expand=0&rev=14
This commit is contained in:
parent
1656d7b87f
commit
a19f995976
2
_service
2
_service
@ -3,7 +3,7 @@
|
||||
<service name="obs_scm" mode="disabled">
|
||||
<param name="scm">git</param>
|
||||
<param name="url">https://gitlab.freedesktop.org/pipewire/pipewire.git</param>
|
||||
<param name="revision">0.3.8</param>
|
||||
<param name="revision">0.3.9</param>
|
||||
<param name="versionformat">@PARENT_TAG@+@TAG_OFFSET@</param>
|
||||
<param name="versionrewrite-pattern">(.*)\+0</param>
|
||||
<param name="versionrewrite-replacement">\1</param>
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:5faf44fcab46b704438df4c3f4ed2e152325e26488f9576d43339a6836433202
|
||||
size 6547469
|
3
pipewire-0.3.9.obscpio
Normal file
3
pipewire-0.3.9.obscpio
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e010ae641121118fd0452e45a727f37012024d56b4894a263d8ef8369dff4153
|
||||
size 6554637
|
@ -1,3 +1,27 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Aug 13 11:28:16 UTC 2020 - Antonio Larrosa <alarrosa@suse.com>
|
||||
|
||||
- Update to version 0.3.9:
|
||||
* Fix bad audio in chrome
|
||||
* Remove some errors that are not real errors.
|
||||
* Fix 100% cpu when disconnecting devices.
|
||||
* Improve pulseaudio introspection of formats
|
||||
* Fix JACK metadata handling, carla can now monitor the
|
||||
port it creates and insert midi.
|
||||
* Add a new permission bit (M) that is needed to be able
|
||||
to configure metadata on an object. Improve security of
|
||||
metadata some more, only allow metadata on objects that
|
||||
are visible to the client setting the metadata.
|
||||
* Add support for videocrop in the GStreamer elements.
|
||||
* Improve handling of the runtime directory for the
|
||||
server sockets. Add some reasonable fallback when
|
||||
XDG_RUNTIME_DIR is not set, as suggested in the spec.
|
||||
* Improve ALSA device names from ACP.
|
||||
* Fix various crasher bugs. One in the pulse layer, one in
|
||||
the session manager.
|
||||
* Make alsa plugin respect the PIPEWIRE_REMOTE env variable.
|
||||
* Various compile fixes.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jul 31 07:50:45 UTC 2020 - Antonio Larrosa <alarrosa@suse.com>
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
name: pipewire
|
||||
version: 0.3.8
|
||||
mtime: 1595942404
|
||||
commit: 229fad46914a32b621e88e53abd1270c62b0e158
|
||||
version: 0.3.9
|
||||
mtime: 1596544227
|
||||
commit: db12f47505ddccb257acdc0fa2bb884aceb1b593
|
||||
|
||||
|
@ -22,7 +22,7 @@
|
||||
%global provfind sh -c "grep -v -e 'libpulse.*\\.so' -e 'libjack.*\\.so' | %__find_provides"
|
||||
%global __find_provides %provfind
|
||||
|
||||
%define sover 0_3_8
|
||||
%define sover 0_3_9
|
||||
%define apiver 0.3
|
||||
%define apiver_str 0_3
|
||||
%define spa_ver 0.2
|
||||
@ -36,7 +36,7 @@
|
||||
%endif
|
||||
|
||||
Name: pipewire
|
||||
Version: 0.3.8
|
||||
Version: 0.3.9
|
||||
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