Title: [195408] trunk/Tools
Revision
195408
Author
commit-qu...@webkit.org
Date
2016-01-21 07:27:39 -0800 (Thu, 21 Jan 2016)

Log Message

Ensure to use compatible liborc version with wanted gstreamer version
https://bugs.webkit.org/show_bug.cgi?id=153276

For example gst-plugins-base-1.4.4 fails to build with liborc-0.4.24.
The user may have a very recent liborc installed on his system.

Patch by Julien Isorce <j.iso...@samsung.com> on 2016-01-21
Reviewed by Philippe Normand.

* efl/jhbuild.modules: add liborc-0.4.17 and make it a gst dependency.
* gtk/jhbuild.modules: add liborc-0.4.17 and make it a gst depencendy.

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (195407 => 195408)


--- trunk/Tools/ChangeLog	2016-01-21 12:51:44 UTC (rev 195407)
+++ trunk/Tools/ChangeLog	2016-01-21 15:27:39 UTC (rev 195408)
@@ -1,3 +1,16 @@
+2016-01-21  Julien Isorce  <j.iso...@samsung.com>
+
+        Ensure to use compatible liborc version with wanted gstreamer version
+        https://bugs.webkit.org/show_bug.cgi?id=153276
+
+        For example gst-plugins-base-1.4.4 fails to build with liborc-0.4.24.
+        The user may have a very recent liborc installed on his system.
+
+        Reviewed by Philippe Normand.
+
+        * efl/jhbuild.modules: add liborc-0.4.17 and make it a gst dependency.
+        * gtk/jhbuild.modules: add liborc-0.4.17 and make it a gst depencendy.
+
 2016-01-21  Nan Wang  <n_w...@apple.com>
 
         AX: [IOS] Implement next/previous text marker functions using TextIterator

Modified: trunk/Tools/efl/jhbuild.modules (195407 => 195408)


--- trunk/Tools/efl/jhbuild.modules	2016-01-21 12:51:44 UTC (rev 195407)
+++ trunk/Tools/efl/jhbuild.modules	2016-01-21 15:27:39 UTC (rev 195408)
@@ -239,7 +239,17 @@
             md5sum="9c0cfef285d5c4a5c80d00904ddab380"/>
   </autotools>
 
+  <autotools id="orc" autogenargs="--disable-gtk-doc" autogen-sh="configure">
+    <branch module="orc/orc-0.4.17.tar.gz" version="0.4.17"
+            repo="gstreamer"
+            hash="sha256:4fc7cca48c59fff23afee78fb642cdbde001f56401c8f47b95a16578d1d5d7e8"
+            md5sum="af1bf3dab9e69f3c36f389285e2a12a1"/>
+  </autotools>
+
   <autotools id="gstreamer" autogenargs="--disable-gtk-doc" autogen-sh="configure">
+    <dependencies>
+      <dep package="orc"/>
+    </dependencies>
     <branch module="gstreamer/gstreamer-1.4.4.tar.xz" version="1.4.4"
             repo="gstreamer"
             hash="sha256:f0e305d91a93d05bf9e332cd4256ca07d77f5186a4d73847b7ae6db218f2c237"

Modified: trunk/Tools/gtk/jhbuild.modules (195407 => 195408)


--- trunk/Tools/gtk/jhbuild.modules	2016-01-21 12:51:44 UTC (rev 195407)
+++ trunk/Tools/gtk/jhbuild.modules	2016-01-21 15:27:39 UTC (rev 195408)
@@ -318,11 +318,21 @@
             md5sum="9c0cfef285d5c4a5c80d00904ddab380"/>
   </autotools>
 
+  <autotools id="orc" autogenargs="--disable-gtk-doc" autogen-sh="configure">
+    <branch module="orc/orc-0.4.17.tar.gz" version="0.4.17"
+            repo="gstreamer"
+            hash="sha256:4fc7cca48c59fff23afee78fb642cdbde001f56401c8f47b95a16578d1d5d7e8"
+            md5sum="af1bf3dab9e69f3c36f389285e2a12a1"/>
+  </autotools>
+
   <autotools id="gstreamer" autogenargs="--disable-gtk-doc">
     <if condition-set="macos">
       <autogenargs value="--disable-introspection"/>
       <makeargs value="CFLAGS+=-Wno-error"/>
     </if>
+    <dependencies>
+      <dep package="orc"/>
+    </dependencies>
     <branch module="gstreamer/gstreamer-1.4.4.tar.xz" version="1.4.4"
             repo="gstreamer"
             hash="sha256:f0e305d91a93d05bf9e332cd4256ca07d77f5186a4d73847b7ae6db218f2c237"
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to