Skip to content

Commit

Permalink
www/ungoogled-chromium: update to 111.0.5563.110
Browse files Browse the repository at this point in the history
  • Loading branch information
Robert Nagy authored and Robert Nagy committed Mar 23, 2023
1 parent c1197a4 commit 4e8b33e
Show file tree
Hide file tree
Showing 4 changed files with 28 additions and 20 deletions.
3 changes: 1 addition & 2 deletions www/ungoogled-chromium/Makefile
@@ -1,6 +1,5 @@
PORTNAME= ungoogled-chromium
PORTVERSION= 111.0.5563.64
PORTREVISION= 1
PORTVERSION= 111.0.5563.110
UGVERSION= ${DISTVERSION}-1
CATEGORIES= www wayland
MASTER_SITES= https://commondatastorage.googleapis.com/chromium-browser-official/ \
Expand Down
14 changes: 7 additions & 7 deletions www/ungoogled-chromium/distinfo
@@ -1,9 +1,9 @@
TIMESTAMP = 1678446139
SHA256 (chromium-111.0.5563.64.tar.xz) = 7d5ca0e2bdb22a97713e6bfce74c651006d71aa883056c8e2c2a148039fe4074
SIZE (chromium-111.0.5563.64.tar.xz) = 1740670460
SHA256 (ungoogled-chromium-111.0.5563.64-1.tar.gz) = 2ad44997d95ae66b36125bf62bf1308006ec62da26ba04f8b5480d7271675079
SIZE (ungoogled-chromium-111.0.5563.64-1.tar.gz) = 672674
SHA256 (chromium-111.0.5563.64-testdata.tar.xz) = 944ddbc5c47541498d18f0f4d49d8dfe2f38c3553e8d589c1150748c6c7383eb
SIZE (chromium-111.0.5563.64-testdata.tar.xz) = 263698728
TIMESTAMP = 1679587017
SHA256 (chromium-111.0.5563.110.tar.xz) = 49dd6c73b170a2dcf6edbb516cd9f77b550cc3d968f2097927c637015487a765
SIZE (chromium-111.0.5563.110.tar.xz) = 1740800700
SHA256 (ungoogled-chromium-111.0.5563.110-1.tar.gz) = 4593a09ba3222b82aeb95fd84b3346f86fab63b03cc8068501b336625b481d0e
SIZE (ungoogled-chromium-111.0.5563.110-1.tar.gz) = 672671
SHA256 (chromium-111.0.5563.110-testdata.tar.xz) = 9003084208f20affc418addc90e77a6022f2db2394517baad4a2ace6415b3598
SIZE (chromium-111.0.5563.110-testdata.tar.xz) = 256039832
SHA256 (test_fonts-336e775eec536b2d785cc80eff6ac39051931286.tar.gz) = a2ca2962daf482a8f943163541e1c73ba4b2694fabcd2510981f2db4eda493c8
SIZE (test_fonts-336e775eec536b2d785cc80eff6ac39051931286.tar.gz) = 32624734
12 changes: 6 additions & 6 deletions www/ungoogled-chromium/files/patch-media_base_video__frame.cc
@@ -1,4 +1,4 @@
--- media/base/video_frame.cc.orig 2023-03-10 11:01:21 UTC
--- media/base/video_frame.cc.orig 2023-03-22 09:35:28 UTC
+++ media/base/video_frame.cc
@@ -80,7 +80,7 @@ std::string VideoFrame::StorageTypeToString(
return "OWNED_MEMORY";
Expand Down Expand Up @@ -27,7 +27,7 @@
// This class allows us to embed a vector<ScopedFD> into a scoped_refptr, and
// thus to have several VideoFrames share the same set of DMABUF FDs.
class VideoFrame::DmabufHolder
@@ -647,7 +647,7 @@ scoped_refptr<VideoFrame> VideoFrame::WrapExternalGpuM
@@ -636,7 +636,7 @@ scoped_refptr<VideoFrame> VideoFrame::WrapExternalGpuM
for (size_t i = 0; i < num_planes; ++i)
planes[i].stride = gpu_memory_buffer->stride(i);
uint64_t modifier = gfx::NativePixmapHandle::kNoModifier;
Expand All @@ -36,7 +36,7 @@
if (gpu_memory_buffer->GetType() == gfx::NATIVE_PIXMAP) {
const auto gmb_handle = gpu_memory_buffer->CloneHandle();
if (gmb_handle.is_null() ||
@@ -693,7 +693,7 @@ scoped_refptr<VideoFrame> VideoFrame::WrapExternalGpuM
@@ -682,7 +682,7 @@ scoped_refptr<VideoFrame> VideoFrame::WrapExternalGpuM
return frame;
}

Expand All @@ -45,7 +45,7 @@
// static
scoped_refptr<VideoFrame> VideoFrame::WrapExternalDmabufs(
const VideoFrameLayout& layout,
@@ -913,7 +913,7 @@ scoped_refptr<VideoFrame> VideoFrame::WrapVideoFrame(
@@ -902,7 +902,7 @@ scoped_refptr<VideoFrame> VideoFrame::WrapVideoFrame(
}
}

Expand All @@ -54,7 +54,7 @@
DCHECK(frame->dmabuf_fds_);
// If there are any |dmabuf_fds_| plugged in, we should refer them too.
wrapping_frame->dmabuf_fds_ = frame->dmabuf_fds_;
@@ -1304,7 +1304,7 @@ const gpu::MailboxHolder& VideoFrame::mailbox_holder(
@@ -1293,7 +1293,7 @@ const gpu::MailboxHolder& VideoFrame::mailbox_holder(
: mailbox_holders_[texture_index];
}

Expand All @@ -63,7 +63,7 @@
const std::vector<base::ScopedFD>& VideoFrame::DmabufFds() const {
DCHECK_EQ(storage_type_, STORAGE_DMABUFS);

@@ -1417,7 +1417,7 @@ VideoFrame::VideoFrame(const VideoFrameLayout& layout,
@@ -1406,7 +1406,7 @@ VideoFrame::VideoFrame(const VideoFrameLayout& layout,
storage_type_(storage_type),
visible_rect_(Intersection(visible_rect, gfx::Rect(layout.coded_size()))),
natural_size_(natural_size),
Expand Down
@@ -1,6 +1,15 @@
--- third_party/blink/renderer/platform/runtime_enabled_features.json5.orig 2023-03-10 11:01:21 UTC
--- third_party/blink/renderer/platform/runtime_enabled_features.json5.orig 2023-03-22 09:35:28 UTC
+++ third_party/blink/renderer/platform/runtime_enabled_features.json5
@@ -1347,7 +1347,7 @@
@@ -1127,7 +1127,7 @@
{
name: "DocumentPictureInPictureAPI",
origin_trial_feature_name: "DocumentPictureInPictureAPI",
- origin_trial_os: ["win", "mac", "linux", "chromeos"],
+ origin_trial_os: ["win", "mac", "linux", "chromeos", "openbsd", "freebsd"],
status: {
"Android": "",
"ChromeOS_Lacros": "",
@@ -1348,7 +1348,7 @@
depends_on: ["FileSystemAccessLocal"],
status: {"Android": "test", "default": "stable"},
origin_trial_feature_name: "FileHandling",
Expand All @@ -9,7 +18,7 @@
base_feature: "FileHandlingAPI",
},
{
@@ -2933,7 +2933,7 @@
@@ -2925,7 +2925,7 @@
{
name: "UnrestrictedSharedArrayBuffer",
origin_trial_feature_name: "UnrestrictedSharedArrayBuffer",
Expand All @@ -18,7 +27,7 @@
},
{
name: "URLPatternCompareComponent",
@@ -2953,7 +2953,7 @@
@@ -2945,7 +2945,7 @@
origin_trial_feature_name: "UserAgentReduction",
origin_trial_allows_third_party: true,
// iOS not included as it should not send a reduced User-Agent string.
Expand All @@ -27,7 +36,7 @@
base_feature: "ReduceUserAgent",
},
{
@@ -3116,12 +3116,12 @@
@@ -3108,12 +3108,12 @@
name: "WebAppUrlHandling",
status: "experimental",
origin_trial_feature_name: "WebAppUrlHandling",
Expand Down

0 comments on commit 4e8b33e

Please sign in to comment.