Accepting request 945245 from multimedia:libs
OBS-URL: https://build.opensuse.org/request/show/945245 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/pipewire?expand=0&rev=47
This commit is contained in:
commit
a96b33fea1
2
_service
2
_service
@ -3,7 +3,7 @@
|
|||||||
<service name="obs_scm" mode="disabled">
|
<service name="obs_scm" mode="disabled">
|
||||||
<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">refs/tags/0.3.42</param>
|
<param name="revision">refs/tags/0.3.43</param>
|
||||||
<param name="versionformat">@PARENT_TAG@</param>
|
<param name="versionformat">@PARENT_TAG@</param>
|
||||||
<!-- <param name="revision">master</param>
|
<!-- <param name="revision">master</param>
|
||||||
<param name="versionformat">@PARENT_TAG@+git%cd.%h</param>
|
<param name="versionformat">@PARENT_TAG@+git%cd.%h</param>
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:2dabce0470549cfa4acaf0d51d2078f23e270f72cc689ae330da9cae70fa45cc
|
|
||||||
size 10273293
|
|
3
pipewire-0.3.43.obscpio
Normal file
3
pipewire-0.3.43.obscpio
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:d507565f238e2cca879af791b952617af76ee3b94ef70bfa403cbc028dec558e
|
||||||
|
size 10307597
|
@ -1,3 +1,18 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Jan 5 16:23:30 UTC 2022 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||||
|
|
||||||
|
- Update to version 0.3.43:
|
||||||
|
* Highlights:
|
||||||
|
- Flatpak apps such as Ardour can now remove links again.
|
||||||
|
- Many fixes to pulse-server. Memory usage should be improved.
|
||||||
|
Some crashes are fixed. Underrun handling should work better.
|
||||||
|
Better compatibility with GStreamer based applications after
|
||||||
|
seeking.
|
||||||
|
- Many of the samplerate and quantum changes bugs in previous
|
||||||
|
releases were fixed. This fixes some issues where the
|
||||||
|
microphone would fail to work.
|
||||||
|
- Many more small fixes and improvements all over the place.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Dec 16 16:42:31 UTC 2021 - Antonio Larrosa <alarrosa@suse.com>
|
Thu Dec 16 16:42:31 UTC 2021 - Antonio Larrosa <alarrosa@suse.com>
|
||||||
|
|
||||||
|
@ -1,5 +1,4 @@
|
|||||||
name: pipewire
|
name: pipewire
|
||||||
version: 0.3.42
|
version: 0.3.43
|
||||||
mtime: 1639642668
|
mtime: 1641378304
|
||||||
commit: 3cac296ee09091ef64a3daa1d62529f7c13af0f2
|
commit: 07724b7aefa8a23a016727b53f4e426ecd63d248
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package pipewire
|
# spec file for package pipewire
|
||||||
#
|
#
|
||||||
# Copyright (c) 2021 SUSE LLC
|
# Copyright (c) 2022 SUSE LLC
|
||||||
# Copyright (c) 2018 Luciano Santos, luc14n0@linuxmail.org.
|
# Copyright (c) 2018 Luciano Santos, luc14n0@linuxmail.org.
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
@ -53,7 +53,7 @@
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
Name: pipewire
|
Name: pipewire
|
||||||
Version: 0.3.42
|
Version: 0.3.43
|
||||||
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
|
||||||
@ -71,14 +71,14 @@ BuildRequires: gcc9-c++
|
|||||||
%endif
|
%endif
|
||||||
BuildRequires: gcc-c++
|
BuildRequires: gcc-c++
|
||||||
BuildRequires: graphviz
|
BuildRequires: graphviz
|
||||||
BuildRequires: meson
|
BuildRequires: meson >= 0.56.0
|
||||||
BuildRequires: pkgconfig
|
BuildRequires: pkgconfig
|
||||||
BuildRequires: systemd-rpm-macros
|
BuildRequires: systemd-rpm-macros
|
||||||
BuildRequires: pkgconfig(alsa) >= 1.1.7
|
BuildRequires: pkgconfig(alsa) >= 1.1.7
|
||||||
BuildRequires: pkgconfig(avahi-client)
|
BuildRequires: pkgconfig(avahi-client)
|
||||||
BuildRequires: pkgconfig(bluez)
|
BuildRequires: pkgconfig(bluez)
|
||||||
%if %{with libcamera}
|
%if %{with libcamera}
|
||||||
BuildRequires: pkgconfig(libcamera) >= 0~3015
|
BuildRequires: pkgconfig(libcamera) >= 0.0.0+g3381.1db1e31e
|
||||||
%endif
|
%endif
|
||||||
BuildRequires: pkgconfig(dbus-1)
|
BuildRequires: pkgconfig(dbus-1)
|
||||||
BuildRequires: pkgconfig(libcap)
|
BuildRequires: pkgconfig(libcap)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user