commit:     d40c10e960ef80b6a6c312043fa7cbd7f7bb37f9
Author:     Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at>
AuthorDate: Sat Oct 28 08:53:19 2023 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Mon Nov 20 20:19:53 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d40c10e9

media-libs/webrtc-audio-processing: remove unused patch

Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at>
Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>

 .../files/1.0-abseil-cmake.patch                   | 69 ----------------------
 1 file changed, 69 deletions(-)

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 <a...@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
-

Reply via email to