Accepting request 1112537 from home:alarrosa:branches:multimedia:libs
- Remove with_old_webrtc define since webrtc-audio-processing 1.3 now also builds for Leap 15.x in multimedia:libs so there's no need for a special case. OBS-URL: https://build.opensuse.org/request/show/1112537 OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/pulseaudio?expand=0&rev=264
This commit is contained in:
parent
c2e0c759b4
commit
e71cd26001
@ -1,3 +1,10 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Sep 20 09:41:37 UTC 2023 - Antonio Larrosa <alarrosa@suse.com>
|
||||||
|
|
||||||
|
- Remove with_old_webrtc define since webrtc-audio-processing 1.3
|
||||||
|
now also builds for Leap 15.x in multimedia:libs so there's no
|
||||||
|
need for a special case.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Sep 18 14:33:40 UTC 2023 - Takashi Iwai <tiwai@suse.com>
|
Mon Sep 18 14:33:40 UTC 2023 - Takashi Iwai <tiwai@suse.com>
|
||||||
|
|
||||||
|
@ -25,11 +25,6 @@
|
|||||||
%define _fillupdir /var/adm/fillup-templates
|
%define _fillupdir /var/adm/fillup-templates
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
# temporary workaround for missing webrtc-audio-processing 1.3 on Leap 15.x
|
|
||||||
%if 0%{?suse_version} < 1599
|
|
||||||
%define with_old_webrtc 1
|
|
||||||
%endif
|
|
||||||
|
|
||||||
%define drvver 16.1
|
%define drvver 16.1
|
||||||
%define soname 0
|
%define soname 0
|
||||||
%define _udevrulesdir %(pkg-config --variable=udevdir udev)/rules.d
|
%define _udevrulesdir %(pkg-config --variable=udevdir udev)/rules.d
|
||||||
@ -79,7 +74,7 @@ BuildRequires: libopenssl-devel
|
|||||||
BuildRequires: libsndfile-devel >= 1.0.18
|
BuildRequires: libsndfile-devel >= 1.0.18
|
||||||
BuildRequires: libtool
|
BuildRequires: libtool
|
||||||
BuildRequires: pkgconfig(libudev) >= 143
|
BuildRequires: pkgconfig(libudev) >= 143
|
||||||
BuildRequires: libwebrtc_audio_processing-devel >= 0.3
|
BuildRequires: pkgconfig(webrtc-audio-processing-1) >= 1.0
|
||||||
BuildRequires: orc >= 0.4.9
|
BuildRequires: orc >= 0.4.9
|
||||||
BuildRequires: perl-XML-Parser
|
BuildRequires: perl-XML-Parser
|
||||||
BuildRequires: pkgconfig
|
BuildRequires: pkgconfig
|
||||||
@ -341,11 +336,9 @@ System user for PulseAudio
|
|||||||
%patch6 -p1
|
%patch6 -p1
|
||||||
%endif
|
%endif
|
||||||
%patch7 -p1
|
%patch7 -p1
|
||||||
%if !0%{?with_old_webrtc}
|
|
||||||
%patch8 -p1
|
%patch8 -p1
|
||||||
%patch9 -p1
|
%patch9 -p1
|
||||||
%patch10 -p1
|
%patch10 -p1
|
||||||
%endif
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%meson \
|
%meson \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user