From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 2858013933E for ; Sat, 3 Jul 2021 07:51:26 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 54C5AE077C; Sat, 3 Jul 2021 07:51:25 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 3B10FE077C for ; Sat, 3 Jul 2021 07:51:25 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 2F4F6335C67 for ; Sat, 3 Jul 2021 07:51:24 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8A9BA79A for ; Sat, 3 Jul 2021 07:51:22 +0000 (UTC) From: "Stephan Hartmann" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Stephan Hartmann" Message-ID: <1625298657.43ac6fb27ccc8edfa3112fdfd088923332e65483.sultan@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: www-client/chromium/files/ X-VCS-Repository: repo/gentoo X-VCS-Files: www-client/chromium/files/chromium-93-system-ffmpeg.patch X-VCS-Directories: www-client/chromium/files/ X-VCS-Committer: sultan X-VCS-Committer-Name: Stephan Hartmann X-VCS-Revision: 43ac6fb27ccc8edfa3112fdfd088923332e65483 X-VCS-Branch: master Date: Sat, 3 Jul 2021 07:51:22 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 89ff0c90-470a-458d-b051-6d7a4d710100 X-Archives-Hash: 09d9ffadd407147c634618109b564976 commit: 43ac6fb27ccc8edfa3112fdfd088923332e65483 Author: Stephan Hartmann gentoo org> AuthorDate: Sat Jul 3 07:50:57 2021 +0000 Commit: Stephan Hartmann gentoo org> CommitDate: Sat Jul 3 07:50:57 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=43ac6fb2 www-client/chromium: remove unused patch Package-Manager: Portage-3.0.20, Repoman-3.0.2 Signed-off-by: Stephan Hartmann gentoo.org> .../chromium/files/chromium-93-system-ffmpeg.patch | 25 ---------------------- 1 file changed, 25 deletions(-) diff --git a/www-client/chromium/files/chromium-93-system-ffmpeg.patch b/www-client/chromium/files/chromium-93-system-ffmpeg.patch deleted file mode 100644 index 7ed5331c527..00000000000 --- a/www-client/chromium/files/chromium-93-system-ffmpeg.patch +++ /dev/null @@ -1,25 +0,0 @@ -From 04d56bcb5a59c4a36b9bb9ac57a84090033761ce Mon Sep 17 00:00:00 2001 -From: Stephan Hartmann -Date: Sat, 19 Jun 2021 13:08:48 +0000 -Subject: [PATCH] unbundle: add libavcodec/format.h shim headers - -Header is included in ffmpeg_demuxer. ---- - build/linux/unbundle/ffmpeg.gn | 1 + - 1 file changed, 1 insertion(+) - -diff --git a/build/linux/unbundle/ffmpeg.gn b/build/linux/unbundle/ffmpeg.gn -index 978298a..16e2074 100644 ---- a/build/linux/unbundle/ffmpeg.gn -+++ b/build/linux/unbundle/ffmpeg.gn -@@ -23,6 +23,7 @@ shim_headers("ffmpeg_shim") { - root_path = "." - headers = [ - "libavcodec/avcodec.h", -+ "libavcodec/packet.h", - "libavformat/avformat.h", - "libavutil/imgutils.h", - ] --- -2.31.1 -