diff --git a/pulseaudio.changes b/pulseaudio.changes index b418537..7b8ebe3 100644 --- a/pulseaudio.changes +++ b/pulseaudio.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Wed Sep 20 09:41:37 UTC 2023 - Antonio Larrosa + +- 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 diff --git a/pulseaudio.spec b/pulseaudio.spec index 4a09082..315e656 100644 --- a/pulseaudio.spec +++ b/pulseaudio.spec @@ -25,11 +25,6 @@ %define _fillupdir /var/adm/fillup-templates %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 soname 0 %define _udevrulesdir %(pkg-config --variable=udevdir udev)/rules.d @@ -79,7 +74,7 @@ BuildRequires: libopenssl-devel BuildRequires: libsndfile-devel >= 1.0.18 BuildRequires: libtool 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: perl-XML-Parser BuildRequires: pkgconfig @@ -341,11 +336,9 @@ System user for PulseAudio %patch6 -p1 %endif %patch7 -p1 -%if !0%{?with_old_webrtc} %patch8 -p1 %patch9 -p1 %patch10 -p1 -%endif %build %meson \