summaryrefslogtreecommitdiff
path: root/media-libs/webrtc-audio-processing
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2023-11-20 23:10:12 +0000
committerV3n3RiX <venerix@koprulu.sector>2023-11-20 23:10:12 +0000
commit3efb3c04b80206d986b51767e6b879119d219e42 (patch)
tree1dc83a1d5ba52b1e6b3e792ea1dae4f9e7353186 /media-libs/webrtc-audio-processing
parentbe675f929577458bd306c90ed78b62054197c0b1 (diff)
gentoo auto-resync : 20:11:2023 - 23:10:12
Diffstat (limited to 'media-libs/webrtc-audio-processing')
-rw-r--r--media-libs/webrtc-audio-processing/Manifest1
-rw-r--r--media-libs/webrtc-audio-processing/files/1.0-abseil-cmake.patch69
2 files changed, 0 insertions, 70 deletions
diff --git a/media-libs/webrtc-audio-processing/Manifest b/media-libs/webrtc-audio-processing/Manifest
index 96431fcce74e..0cbe5496ae79 100644
--- a/media-libs/webrtc-audio-processing/Manifest
+++ b/media-libs/webrtc-audio-processing/Manifest
@@ -1,4 +1,3 @@
-AUX 1.0-abseil-cmake.patch 2049 BLAKE2B 56f46f78c48efd04203b7c931a1022eacc4ecea6490473e0d5c4198c454ca04da9010f75894da615e38ad65a64ed1c807f97746a3d0293739008920c42b4059f SHA512 2b4718fda6b515637187ea1b247ed016a8177565ab30c1d6472784d52de041af423962a0f16008eca811e1b8762f551929a9ca757a7e54055921b74b5c46c5b3
AUX webrtc-audio-processing-0.3-Add-generic-byte-order-and-pointer-size-detection.patch 1125 BLAKE2B 5f9935ad20888444ab07cd4758d7ff0705a1fd14ea95c12e95a716cb3aa916ff21f3c6917acb24f8122051876838df9971cbd6936bdae757d55db9da57beed69 SHA512 a6f8ac5d178f2c27c0450c10948352eef5f0f9bb953f27f13904d16f7b6d5047c6ce6f2676f8727ea53aef0d834161da524929e872f18bb30c19dbc67dc35e6e
AUX webrtc-audio-processing-0.3-big-endian-support.patch 3773 BLAKE2B 24170b27885261d397b07e603ed12aaaf5afd28d86150d62d452a78976cd791b7e40606effb4c125a7170784de6ebe7d6487fd1f8de72a6038c8c4a440d2d3c7 SHA512 65e68a26ef8953d901b96f4d48e6f976f8f18d4a48dafe5d065502910c611596b364519761db15187f3eb3c34256e6b237fcb2ae8e9c249e56f744fcf642f600
AUX webrtc-audio-processing-0.3-proper_detection_cxxabi_execinfo.patch 2251 BLAKE2B f534e6f58d86693d257fa653d92ca07db2c1d34b88fda3b112237cff99eed81252f4111d64070f96a4265dc2655896843dbbfa01785ed18c6ea10b0eec74aeb9 SHA512 592345960101a9538c6e1197bc8cb296ca0fb0f8c6b9b64f1f4fd906ae4a9c7e9e92de740bf6e1e38cc4efca7cab8265b59542ffcad5d04bb6f1abb399851f0f
diff --git a/media-libs/webrtc-audio-processing/files/1.0-abseil-cmake.patch b/media-libs/webrtc-audio-processing/files/1.0-abseil-cmake.patch
deleted file mode 100644
index ca1e825469a5..000000000000
--- a/media-libs/webrtc-audio-processing/files/1.0-abseil-cmake.patch
+++ /dev/null
@@ -1,69 +0,0 @@
-From 3f9907f93d3983033e176e95f5134a57900a7f6e Mon Sep 17 00:00:00 2001
-From: Arun Raghavan <arun@asymptotic.io>
-Date: Thu, 10 Dec 2020 19:06:31 -0500
-Subject: [PATCH] build: Use cmake to look up abseil dependency
-
-This should be much more robust than looking up the library directly.
-
-Fixes: https://gitlab.freedesktop.org/pulseaudio/webrtc-audio-processing/-/issues/4
----
- .gitlab-ci.yml | 3 ++-
- meson.build | 21 ++++++++-------------
- 2 files changed, 10 insertions(+), 14 deletions(-)
-
-diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
-index 11a3b78..42cd589 100644
---- a/.gitlab-ci.yml
-+++ b/.gitlab-ci.yml
-@@ -19,7 +19,7 @@ variables:
- # CI runs, for example when adding new packages to FDO_DISTRIBUTION_PACKAGES.
- # The tag is an arbitrary string that identifies the exact container
- # contents.
-- BASE_TAG: '2020-11-27.1'
-+ BASE_TAG: '2020-12-10.1'
- FDO_DISTRIBUTION_VERSION: '20.10'
- FDO_UPSTREAM_REPO: 'pulseaudio/webrtc-audio-processing'
-
-@@ -43,6 +43,7 @@ include:
- FDO_DISTRIBUTION_PACKAGES: >-
- g++
- gcc
-+ cmake
- libabsl-dev
- meson
- ninja-build
-diff --git a/meson.build b/meson.build
-index bae155e..96d84d7 100644
---- a/meson.build
-+++ b/meson.build
-@@ -40,19 +40,14 @@ os_deps = []
- have_posix = false
- have_win = false
-
--absl_dep = [
-- cpp.find_library('absl_base'),
-- cpp.find_library('absl_bad_optional_access'),
-- cpp.find_library('absl_flags_internal'),
-- cpp.find_library('absl_flags_marshalling'),
-- cpp.find_library('absl_flags_parse'),
-- cpp.find_library('absl_flags_registry'),
-- cpp.find_library('absl_flags_usage_internal'),
-- cpp.find_library('absl_raw_logging_internal'),
-- cpp.find_library('absl_strings'),
-- cpp.find_library('absl_synchronization'),
-- cpp.find_library('absl_throw_delegate'),
--]
-+absl_dep = dependency('absl', method : 'cmake',
-+ modules : [
-+ 'absl::base',
-+ 'absl::flags_parse',
-+ 'absl::strings',
-+ 'absl::synchronization',
-+ ]
-+)
-
- if ['darwin', 'ios'].contains(host_system)
- os_cflags = ['-DWEBRTC_MAC']
---
-GitLab
-