From f0aa0b55186a2accb6cdf140f2034e138a83d43f Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Sat, 6 Jan 2024 07:02:42 +0100 Subject: [PATCH] rebuilt by autoport with build requirements: libpulseaudio-devel>=8.0-1mamba [release 2.12.1-2mamba;Mon Apr 25 2016] --- mediastreamer.spec | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/mediastreamer.spec b/mediastreamer.spec index 70f1793..3db059c 100644 --- a/mediastreamer.spec +++ b/mediastreamer.spec @@ -1,6 +1,6 @@ Name: mediastreamer Version: 2.12.1 -Release: 1mamba +Release: 2mamba Summary: A GPL licensed library to make audio and video real-time streaming and processing Group: Applications/Multimedia Vendor: openmamba @@ -34,7 +34,7 @@ BuildRequires: libXext-devel BuildRequires: libXv-devel BuildRequires: pkg-config ## AUTOBUILDREQ-END -BuildRequires: libpulseaudio-devel >= 6.0 +BuildRequires: libpulseaudio-devel >= 8.0-1mamba BuildRequires: libortp-devel >= 0.22 Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release} BuildRoot: %{_tmppath}/%{name}-%{version}-root @@ -69,10 +69,9 @@ This package contains libraries and header files for developing applications tha %setup -q %build -%ifarch arm -export CFLAGS="%{optflags} -Wno-unused-function" -%endif -%configure +%configure \ + CFLAGS="%{optflags} -Wno-unused-function -Wno-error=deprecated-declarations" + %make %install @@ -114,6 +113,9 @@ export CFLAGS="%{optflags} -Wno-unused-function" #%doc ChangeLog NEWS README %changelog +* Mon Apr 25 2016 Silvan Calarco 2.12.1-2mamba +- rebuilt by autoport with build requirements: libpulseaudio-devel>=8.0-1mamba + * Tue Jan 26 2016 Automatic Build System 2.12.1-1mamba - automatic version update by autodist