]> git.pld-linux.org Git - packages/ewebkit.git/commitdiff
- fix linking auto/th/ewebkit-0.1.0-0.r164189.8
authorJan Rękorajski <baggins@pld-linux.org>
Mon, 13 Mar 2017 18:00:19 +0000 (19:00 +0100)
committerJan Rękorajski <baggins@pld-linux.org>
Mon, 13 Mar 2017 18:00:19 +0000 (19:00 +0100)
- rel 8

ewebkit.spec
missing-headers.patch [new file with mode: 0644]

index b2301884b11999d78da9451f78f0fcd389e5515c..b9186dc68172f1a8c9b842dbda4f0127712f53d6 100644 (file)
@@ -3,7 +3,7 @@
 %bcond_with    elementary      # MiniBrowser build (needs Elementary); not installed anyway
 #
 %define                efl_ver 1.8
-%define                rel 7
+%define                rel 8
 Summary:       WebKit-EFL - Web content engine for EFL applications
 Summary(pl.UTF-8):     WebKit-EFL - silnik WWW dla aplikacji EFL
 Name:          ewebkit
@@ -30,6 +30,7 @@ Patch6:               %{name}-link.patch
 Patch7:                gstreamer-headers.patch
 Patch8:                cmake-3.4.patch
 Patch9:                cxx.patch
+Patch10:       missing-headers.patch
 URL:           http://trac.enlightenment.org/e/wiki/EWebKit
 BuildRequires: OpenGL-devel
 BuildRequires: atk-devel >= 1:2.10.0
@@ -146,6 +147,7 @@ Pliki nagłówkowe biblioteki WebKit-EFL.
 %patch7 -p1
 %patch8 -p1
 %patch9 -p1
+%patch10 -p1
 
 %build
 # replace -g2 with -g1 to not run into 4 GB ar format limit
diff --git a/missing-headers.patch b/missing-headers.patch
new file mode 100644 (file)
index 0000000..3e88432
--- /dev/null
@@ -0,0 +1,25 @@
+2014-06-12  Alberto Garcia  <berto@igalia.com>
+
+        [GTK] fails to build with --disable-webgl --disable-accelerated-compositing
+        https://bugs.webkit.org/show_bug.cgi?id=131267
+
+        Reviewed by NOBODY (OOPS!).
+
+        Add missing headers needed for Float32Array::create().
+
+        * Modules/webaudio/AudioBuffer.cpp:
+
+diff --git a/Source/WebCore/Modules/webaudio/AudioBuffer.cpp b/Source/WebCore/Modules/webaudio/AudioBuffer.cpp
+index d714247..e2ff1c6 100644
+--- a/Source/WebCore/Modules/webaudio/AudioBuffer.cpp
++++ b/Source/WebCore/Modules/webaudio/AudioBuffer.cpp
+@@ -38,6 +38,9 @@
+ #include "ExceptionCode.h"
+ #include "ExceptionCodePlaceholder.h"
++#include <runtime/JSCInlines.h>
++#include <runtime/TypedArrayInlines.h>
++
+ namespace WebCore {
+ PassRefPtr<AudioBuffer> AudioBuffer::create(unsigned numberOfChannels, size_t numberOfFrames, float sampleRate)
This page took 0.347189 seconds and 4 git commands to generate.