Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 2 Oct 2023 16:26:21 GMT
From:      Gleb Popov <arrowd@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: d46db9afa31f - main - www/chromium: More fixes for DRM-related patches.
Message-ID:  <202310021626.392GQLFX085559@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by arrowd:

URL: https://cgit.FreeBSD.org/ports/commit/?id=d46db9afa31f2c74c701724cf3690fb6670988a7

commit d46db9afa31f2c74c701724cf3690fb6670988a7
Author:     Gleb Popov <arrowd@FreeBSD.org>
AuthorDate: 2023-10-02 16:21:42 +0000
Commit:     Gleb Popov <arrowd@FreeBSD.org>
CommitDate: 2023-10-02 16:26:17 +0000

    www/chromium: More fixes for DRM-related patches.
    
    Fixes:  04ee4737c5f74da5b7d2e6d0f7f40a06343e1222
---
 ...ser_component__updater_widevine__cdm__component__installer.cc | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/www/chromium/files/patch-chrome_browser_component__updater_widevine__cdm__component__installer.cc b/www/chromium/files/patch-chrome_browser_component__updater_widevine__cdm__component__installer.cc
index e07d40cc63c3..e969c72a3671 100644
--- a/www/chromium/files/patch-chrome_browser_component__updater_widevine__cdm__component__installer.cc
+++ b/www/chromium/files/patch-chrome_browser_component__updater_widevine__cdm__component__installer.cc
@@ -1,5 +1,14 @@
 --- chrome/browser/component_updater/widevine_cdm_component_installer.cc.orig	2023-09-27 23:09:54 UTC
 +++ chrome/browser/component_updater/widevine_cdm_component_installer.cc
+@@ -40,7 +40,7 @@
+ #include "third_party/widevine/cdm/buildflags.h"
+ #include "third_party/widevine/cdm/widevine_cdm_common.h"
+ 
+-#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS)
++#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_FREEBSD)
+ #include "chrome/common/media/component_widevine_cdm_hint_file_linux.h"
+ #endif
+ 
 @@ -77,7 +77,7 @@ const char ImageLoaderComponentName[] = "WidevineCdm";
  const char ImageLoaderComponentName[] = "WidevineCdm";
  #endif



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202310021626.392GQLFX085559>