]> git.pld-linux.org Git - packages/gtk-webkit4.git/commitdiff
Update to 2.16.0 auto/th/gtk-webkit4-2.16.0-1
authorMarcin Banasiak <marcin.banasiak@gmail.com>
Tue, 21 Mar 2017 19:43:37 +0000 (20:43 +0100)
committerMarcin Banasiak <marcin.banasiak@gmail.com>
Tue, 21 Mar 2017 19:43:37 +0000 (20:43 +0100)
gtk-webkit4.spec
x32.patch

index 0b6b6013a4aad4fc475df734f9a973b856f1465c..65f51f3e98449e0d1b7ad106cdd19650c4fd0b61 100644 (file)
 Summary:       Port of WebKit embeddable web component to GTK+ 3
 Summary(pl.UTF-8):     Port osadzalnego komponentu WWW WebKit do GTK+ 3
 Name:          gtk-webkit4
-Version:       2.14.5
-Release:       2
+Version:       2.16.0
+Release:       1
 License:       BSD-like
 Group:         X11/Libraries
 Source0:       https://webkitgtk.org/releases/webkitgtk-%{version}.tar.xz
-# Source0-md5: 7fe3cb2699e64f969b285823c5ae2516
+# Source0-md5: 575edee5f4d62ffd80ad68b9b9893933
 Patch0:                x32.patch
 URL:           https://webkitgtk.org/
 BuildRequires: /usr/bin/ld.gold
index b0b038be63e8be5a4b69380b8f7d9b6500b008c7..515adde24486050d4059fb7660b2388a679ba11c 100644 (file)
--- a/x32.patch
+++ b/x32.patch
@@ -5,7 +5,7 @@ Index: webkitgtk/Source/WTF/wtf/Platform.h
 ===================================================================
 --- webkitgtk.orig/Source/WTF/wtf/Platform.h
 +++ webkitgtk/Source/WTF/wtf/Platform.h
-@@ -179,8 +179,12 @@
+@@ -179,9 +179,13 @@
  /* CPU(X86_64) - AMD64 / Intel64 / x86_64 64-bit */
  #if   defined(__x86_64__) \
      || defined(_M_X64)
@@ -13,8 +13,9 @@ Index: webkitgtk/Source/WTF/wtf/Platform.h
 +#define WTF_CPU_X86_64_32 1
 +#else
  #define WTF_CPU_X86_64 1
++ #endif
+ #define WTF_CPU_X86_SSE2 1
  #endif
-+#endif
  
  /* CPU(ARM64) - Apple */
  #if defined(__arm64__) && defined(__APPLE__)
This page took 0.31886 seconds and 4 git commands to generate.