diff --git a/www/webkit2-gtk/Makefile b/www/webkit2-gtk/Makefile index ec27b67877c9..e246fcc97cbe 100644 --- a/www/webkit2-gtk/Makefile +++ b/www/webkit2-gtk/Makefile @@ -1,6 +1,6 @@ PORTNAME= webkit DISTVERSION= 2.46.5 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= www MASTER_SITES= https://webkitgtk.org/releases/ PKGNAMESUFFIX= 2-gtk_${FLAVOR} @@ -52,9 +52,8 @@ USES= bison cmake compiler:c++23-lang cpe gettext gl gnome gperf \ USE_GNOME= cairo gdkpixbuf2 introspection:build libxml2 libxslt USE_GL= egl gbm gl glesv2 USE_LDCONFIG= yes -USE_GCC= yes USE_PERL5= build -USE_XORG= ice x11 xcomposite xdamage xext xrender xt +USE_XORG= x11 CPE_VENDOR= webkitgtk CPE_PRODUCT= webkitgtk diff --git a/www/webkit2-gtk/files/patch-Source_WebCore_platform_MediaSample.h b/www/webkit2-gtk/files/patch-Source_WebCore_platform_MediaSample.h new file mode 100644 index 000000000000..fdea480049b4 --- /dev/null +++ b/www/webkit2-gtk/files/patch-Source_WebCore_platform_MediaSample.h @@ -0,0 +1,15 @@ +Subset of: +https://bugs.webkit.org/show_bug.cgi?id=278596 +https://github.com/WebKit/WebKit/pull/32665 +https://commits.webkit.org/282704@main + +--- Source/WebCore/platform/MediaSample.h.orig 2024-08-19 06:28:39 UTC ++++ Source/WebCore/platform/MediaSample.h +@@ -63,7 +63,6 @@ struct PlatformSample { + const MockSampleBox* mockSampleBox; + CMSampleBufferRef cmSampleBuffer; + GstSample* gstSample; +- std::pair> byteRangeSample; + } sample; + }; +