import webkit2gtk3-2.38.4-1.el8
This commit is contained in:
parent
0719599734
commit
20c7c532bc
2
.gitignore
vendored
2
.gitignore
vendored
@ -1,2 +1,2 @@
|
|||||||
SOURCES/webkitgtk-2.38.3.tar.xz
|
SOURCES/webkitgtk-2.38.4.tar.xz
|
||||||
SOURCES/webkitgtk-keys.gpg
|
SOURCES/webkitgtk-keys.gpg
|
||||||
|
@ -1,2 +1,2 @@
|
|||||||
04cb5923d8ac6f435424b74115c3219ec597e9ad SOURCES/webkitgtk-2.38.3.tar.xz
|
38b47df2be9bfb97d68fce8c7fa2819966a79036 SOURCES/webkitgtk-2.38.4.tar.xz
|
||||||
cf57cbbadf2a07c6ede1c886f9742b7d352460c0 SOURCES/webkitgtk-keys.gpg
|
cf57cbbadf2a07c6ede1c886f9742b7d352460c0 SOURCES/webkitgtk-keys.gpg
|
||||||
|
16
SOURCES/gst16.patch
Normal file
16
SOURCES/gst16.patch
Normal file
@ -0,0 +1,16 @@
|
|||||||
|
diff --git a/Source/WebCore/platform/graphics/gstreamer/GStreamerCommon.cpp b/Source/WebCore/platform/graphics/gstreamer/GStreamerCommon.cpp
|
||||||
|
index 8c690511e564..1a55a8c75f9d 100644
|
||||||
|
--- a/Source/WebCore/platform/graphics/gstreamer/GStreamerCommon.cpp
|
||||||
|
+++ b/Source/WebCore/platform/graphics/gstreamer/GStreamerCommon.cpp
|
||||||
|
@@ -856,9 +856,11 @@ void fillVideoInfoColorimetryFromColorSpace(GstVideoInfo* info, const PlatformVi
|
||||||
|
case PlatformVideoTransferCharacteristics::Bt709:
|
||||||
|
GST_VIDEO_INFO_COLORIMETRY(info).transfer = GST_VIDEO_TRANSFER_BT709;
|
||||||
|
break;
|
||||||
|
+#if GST_CHECK_VERSION(1, 18, 0)
|
||||||
|
case PlatformVideoTransferCharacteristics::Smpte170m:
|
||||||
|
GST_VIDEO_INFO_COLORIMETRY(info).transfer = GST_VIDEO_TRANSFER_BT601;
|
||||||
|
break;
|
||||||
|
+#endif
|
||||||
|
default:
|
||||||
|
break;
|
||||||
|
}
|
@ -1,6 +0,0 @@
|
|||||||
-----BEGIN PGP SIGNATURE-----
|
|
||||||
|
|
||||||
iF0EABEDAB0WIQTX/PYc+aLeqzHYG9Pz0yLQ7EWCwwUCY6RfCAAKCRDz0yLQ7EWC
|
|
||||||
wzG/AKCCD+HOyJew0yO2axnvD6jJgoTxqwCdGvOdrkvog9HFFhdT5s8ykhc/3yk=
|
|
||||||
=UI7W
|
|
||||||
-----END PGP SIGNATURE-----
|
|
6
SOURCES/webkitgtk-2.38.4.tar.xz.asc
Normal file
6
SOURCES/webkitgtk-2.38.4.tar.xz.asc
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
-----BEGIN PGP SIGNATURE-----
|
||||||
|
|
||||||
|
iF0EABEDAB0WIQRao7wzT9fjNp58d7KRxVnb5MkSOwUCY9scMQAKCRCRxVnb5MkS
|
||||||
|
O281AJ0SUx1WL10HdUe4KA9yKAcOdzGBAACggQI8LGjvfQ6L8Fmcg91KhqOiZfw=
|
||||||
|
=dXvT
|
||||||
|
-----END PGP SIGNATURE-----
|
@ -6,7 +6,7 @@
|
|||||||
cp -p %1 _license_files/$(echo '%1' | sed -e 's!/!.!g')
|
cp -p %1 _license_files/$(echo '%1' | sed -e 's!/!.!g')
|
||||||
|
|
||||||
Name: webkit2gtk3
|
Name: webkit2gtk3
|
||||||
Version: 2.38.3
|
Version: 2.38.4
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: GTK Web content engine library
|
Summary: GTK Web content engine library
|
||||||
|
|
||||||
@ -25,6 +25,9 @@ Patch0: evolution-shared-secondary-process.patch
|
|||||||
# https://bugs.webkit.org/show_bug.cgi?id=235367
|
# https://bugs.webkit.org/show_bug.cgi?id=235367
|
||||||
Patch1: icu60.patch
|
Patch1: icu60.patch
|
||||||
|
|
||||||
|
# https://bugs.webkit.org/show_bug.cgi?id=251628
|
||||||
|
Patch2: gst16.patch
|
||||||
|
|
||||||
BuildRequires: bison
|
BuildRequires: bison
|
||||||
BuildRequires: cmake
|
BuildRequires: cmake
|
||||||
BuildRequires: flex
|
BuildRequires: flex
|
||||||
@ -273,6 +276,10 @@ export NINJA_STATUS="[%f/%t][%e] "
|
|||||||
%{_datadir}/gir-1.0/JavaScriptCore-4.0.gir
|
%{_datadir}/gir-1.0/JavaScriptCore-4.0.gir
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Feb 02 2023 Michael Catanzaro <mcatanzaro@redhat.com> - 2.38.4-1
|
||||||
|
- Update to 2.38.4
|
||||||
|
Related: #2127468
|
||||||
|
|
||||||
* Thu Dec 22 2022 Michael Catanzaro <mcatanzaro@redhat.com> - 2.38.3-1
|
* Thu Dec 22 2022 Michael Catanzaro <mcatanzaro@redhat.com> - 2.38.3-1
|
||||||
- Update to 2.38.3
|
- Update to 2.38.3
|
||||||
Related: #2127468
|
Related: #2127468
|
||||||
|
Loading…
Reference in New Issue
Block a user