Accepting request 890120 from GNOME:Factory
(forwarded request 889931 from dimstar) OBS-URL: https://build.opensuse.org/request/show/890120 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/pipewire?expand=0&rev=28
This commit is contained in:
parent
f759133ad3
commit
ee9b1001d5
@ -1,3 +1,19 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon May 3 03:06:31 UTC 2021 - Yifan Jiang <yfjiang@suse.com>
|
||||
|
||||
- Disable gstreamer device provider by now because the timestamp
|
||||
bug makes cheese video record abnormally longer than it should be
|
||||
(rh#1884260).
|
||||
- Replace all tab characters to space.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 29 11:16:51 UTC 2021 - Antonio Larrosa <alarrosa@suse.com>
|
||||
|
||||
- Add %systemd_ordering so systemd is installed before pipewire
|
||||
on fresh installations. This allows to set the service presets
|
||||
correctly on new systems since the %systemd_user_* macros don't
|
||||
do anything if systemd is not installed (boo#1185459).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 22 17:54:17 UTC 2021 - Michael Ströder <michael@stroeder.com>
|
||||
|
||||
|
@ -98,6 +98,7 @@ Requires: %{name}-modules = %{version}
|
||||
Requires: %{name}-spa-plugins-%{spa_ver_str} = %{version}
|
||||
Requires: %{name}-spa-tools = %{version}
|
||||
Requires: %{name}-tools = %{version}
|
||||
%{?systemd_ordering}
|
||||
|
||||
%description
|
||||
PipeWire is a server and user space API to deal with multimedia pipelines.
|
||||
@ -264,18 +265,19 @@ This package provides a PulseAudio implementation based on PipeWire
|
||||
export CC=gcc-9
|
||||
%endif
|
||||
%meson \
|
||||
-Ddocs=enabled \
|
||||
-Dman=enabled \
|
||||
-Dgstreamer=enabled \
|
||||
-Dffmpeg=enabled \
|
||||
-Dsystemd=enabled \
|
||||
-Ddocs=enabled \
|
||||
-Dman=enabled \
|
||||
-Dgstreamer=enabled \
|
||||
-Dffmpeg=enabled \
|
||||
-Dsystemd=enabled \
|
||||
-Dgstreamer-device-provider=disabled \
|
||||
%if %{with_vulkan}
|
||||
-Dvulkan=enabled \
|
||||
-Dvulkan=enabled \
|
||||
%else
|
||||
-Dvulkan=disabled \
|
||||
-Dvulkan=disabled \
|
||||
%endif
|
||||
-Dtest=enabled \
|
||||
-Daudiotestsrc=enabled \
|
||||
-Dtest=enabled \
|
||||
-Daudiotestsrc=enabled \
|
||||
-Dbluez5-codec-aac=disabled \
|
||||
-Dbluez5-codec-aptx=disabled \
|
||||
-Dlibcamera=disabled \
|
||||
@ -284,7 +286,7 @@ export CC=gcc-9
|
||||
%else
|
||||
-Dbluez5-codec-ldac=disabled \
|
||||
%endif
|
||||
%{nil}
|
||||
%{nil}
|
||||
%meson_build
|
||||
|
||||
%install
|
||||
|
Loading…
x
Reference in New Issue
Block a user