automatic version update by autodist [release 1.2-1mamba;Sat Sep 02 2023]

This commit is contained in:
Automatic Build System 2024-01-05 19:13:24 +01:00
parent a4d873d6ef
commit 4375229d57
3 changed files with 15 additions and 12 deletions

View File

@ -1,10 +0,0 @@
--- webrtc-audio-processing-1.1/meson.build.orig 2023-06-24 15:52:29.162999046 +0200
+++ webrtc-audio-processing-1.1/meson.build 2023-06-24 15:52:43.254917884 +0200
@@ -61,6 +61,7 @@
dependency('absl_synchronization'),
]
+os_cflags = ['-march=native']
if ['darwin', 'ios'].contains(host_system)
os_cflags = ['-DWEBRTC_MAC']
if host_system == 'ios'

View File

@ -0,0 +1,10 @@
--- webrtc-audio-processing-1.2/meson.build.orig 2023-09-02 20:49:08.000000000 +0200
+++ webrtc-audio-processing-1.2/meson.build 2023-09-10 15:05:36.552080442 +0200
@@ -74,6 +74,7 @@
install_headers(headers, preserve_path: true)
endif
+os_cflags = ['-march=native']
if ['darwin', 'ios'].contains(host_system)
os_cflags = ['-DWEBRTC_MAC']
if host_system == 'ios'

View File

@ -1,6 +1,6 @@
%define apiver %(echo %version | cut -d. -f1) %define apiver %(echo %version | cut -d. -f1)
Name: webrtc-audio-processing Name: webrtc-audio-processing
Version: 1.1 Version: 1.2
Release: 1mamba Release: 1mamba
Summary: FreeDesktop implementation of the Audio Processing module from the WebRTC project Summary: FreeDesktop implementation of the Audio Processing module from the WebRTC project
Group: Applications/Multimedia Group: Applications/Multimedia
@ -10,7 +10,7 @@ Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: https://www.freedesktop.org/software/pulseaudio/webrtc-audio-processing/ URL: https://www.freedesktop.org/software/pulseaudio/webrtc-audio-processing/
Source: https://gitlab.freedesktop.org/pulseaudio/webrtc-audio-processing.git/v%{version}/webrtc-audio-processing-%{version}.tar.bz2 Source: https://gitlab.freedesktop.org/pulseaudio/webrtc-audio-processing.git/v%{version}/webrtc-audio-processing-%{version}.tar.bz2
Patch0: webrtc-audio-processing-0.3.1-fix-typedefs-on-other-arches.patch Patch0: webrtc-audio-processing-0.3.1-fix-typedefs-on-other-arches.patch
Patch1: webrtc-audio-processing-1.1-i586-march-native.patch Patch1: webrtc-audio-processing-1.2-i586-march-native.patch
License: BSD License: BSD
## AUTOBUILDREQ-BEGIN ## AUTOBUILDREQ-BEGIN
BuildRequires: glibc-devel BuildRequires: glibc-devel
@ -85,6 +85,9 @@ This package contains libraries and header files for developing applications tha
%doc NEWS README README.md %doc NEWS README README.md
%changelog %changelog
* Sat Sep 02 2023 Automatic Build System <autodist@mambasoft.it> 1.2-1mamba
- automatic version update by autodist
* Wed Jun 07 2023 Automatic Build System <autodist@mambasoft.it> 1.1-1mamba * Wed Jun 07 2023 Automatic Build System <autodist@mambasoft.it> 1.1-1mamba
- automatic version update by autodist - automatic version update by autodist