Package Release Info

webrtc-audio-processing-1-1.3-160000.2.2

Update Info: Base Release
Available in Package Hub : 16.0

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

libwebrtc-audio-coding-1-3
libwebrtc-audio-coding-1-devel
libwebrtc-audio-coding-1-devel-static
libwebrtc-audio-processing-1-devel
libwebrtc-audio-processing-1-devel-static

Change Logs

* Tue Feb 04 2025 alarrosa@suse.com
- Fix package name in spec file to include the -1
* Thu Jan 30 2025 alarrosa@suse.com
- Rename package to webrtc-audio-processing-1 to use the
  unversioned package name for webrtc-audio-processing 2.1
* Tue Feb 20 2024 dimstar@opensuse.org
- Use %patch -P N instead of deprecated %patchN.
* Mon Oct 30 2023 alarrosa@suse.com
- ExcludeArch s390, s390x and ppc64 since big endian support is
  not implemented.
* Wed Sep 20 2023 alarrosa@suse.com
- Remove the tar.xz file. Having the obscpio file is enough
* Wed Sep 20 2023 alarrosa@suse.com
- Use also dashes instead of underscores in the manual Requires
* Wed Sep 20 2023 alarrosa@suse.com
- Rename the generated library package names to add a dash between
  the name and soname (libwebrtc*-1-3 instead of libwebrtc*1-3)
- Rename the generated packages to use dashes instead of underscores
- Change baselibs.conf accordingly
- Add patch to reduce the required meson version so the package
  builds in Leap 15.4/15.5:
  * reduce-meson-dep.patch
* Fri Sep 08 2023 alarrosa@suse.com
- Update to version 1.3:
  * build: Bump version to 1.3
  * meson: Fix generation of pkgconfig files
  * build: Bump version to 1.2
  * meson: Update minimum version based on what abseil wrap needs
  * build: Expose absl as a dependency of webrtc-audio-processing
  * meson: Update to latest wrap, install required absl headers
  * doc: Update tarball generation process
  * file_utils.h: Fix build with gcc-13
  * meson: Fixes for MSVC build
  * meson: Ensure that abseil is built with c++17 too
  * More changes not listed by upstream. Check
    the following link to see them:
    https://gitlab.freedesktop.org/pulseaudio/webrtc-audio-processing/-/commits/v1.3
- Add patch that fixes some compiler "control reaches end of
  non-void function" errors:
  * fix-build.patch
- Add patch that fixes i586 build:
  * fix-i586.patch
- Disable patches until they're rebased to the current codebase:
  * big_endian_support.patch
  * big_endian_support_2.patch
- Rebased patches:
  * webrtc-ppc64.patch
  * webrtc-s390x.patch
* Mon Aug 17 2020 dmueller@suse.com
- update to 0.3.1:
  * doc: file invalid reference to pulseaudio mailing list
  * various build system fixes
- spec-cleaner run
* Fri Aug 02 2019 mliska@suse.cz
- Use FAT LTO objects in order to provide proper static library.