public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Ulrich Müller" <ulm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/webrtc-audio-processing/files/
Date: Mon, 20 Nov 2023 20:20:17 +0000 (UTC)	[thread overview]
Message-ID: <1700511593.d40c10e960ef80b6a6c312043fa7cbd7f7bb37f9.ulm@gentoo> (raw)

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 <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
-


                 reply	other threads:[~2023-11-20 20:20 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1700511593.d40c10e960ef80b6a6c312043fa7cbd7f7bb37f9.ulm@gentoo \
    --to=ulm@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox