Title: [181792] trunk/Tools
Revision
181792
Author
[email protected]
Date
2015-03-20 02:00:49 -0700 (Fri, 20 Mar 2015)

Log Message

[GTK][jhbuild] Fix flakey failures due to unstable googlecode repository
https://bugs.webkit.org/show_bug.cgi?id=142867

Rubber-stamped by Csaba Osztrogon.

* gtk/jhbuild.modules: Use Ossy's libusrsctp Github fork. Also use
a fixed revision for the openwebrtc-gst-plugins.

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (181791 => 181792)


--- trunk/Tools/ChangeLog	2015-03-20 08:42:59 UTC (rev 181791)
+++ trunk/Tools/ChangeLog	2015-03-20 09:00:49 UTC (rev 181792)
@@ -1,3 +1,13 @@
+2015-03-20  Philippe Normand  <[email protected]>
+
+        [GTK][jhbuild] Fix flakey failures due to unstable googlecode repository
+        https://bugs.webkit.org/show_bug.cgi?id=142867
+
+        Rubber-stamped by Csaba Osztrogon.
+
+        * gtk/jhbuild.modules: Use Ossy's libusrsctp Github fork. Also use
+        a fixed revision for the openwebrtc-gst-plugins.
+
 2015-03-19  Ryosuke Niwa  <[email protected]>
 
         Unreviewed build fix. Don't try to report stats for all benchmarks.

Modified: trunk/Tools/gtk/jhbuild.modules (181791 => 181792)


--- trunk/Tools/gtk/jhbuild.modules	2015-03-20 08:42:59 UTC (rev 181791)
+++ trunk/Tools/gtk/jhbuild.modules	2015-03-20 09:00:49 UTC (rev 181792)
@@ -60,8 +60,6 @@
       href=""
   <repository type="git" name="freedesktop-git"
       href=""
-  <repository type="svn" name="sctp-refimpl-google"
-      href=""
 
   <autotools id="cairo"
              autogenargs="--enable-gl=yes --enable-egl=yes --enable-glx=yes ac_cv_func_rsvg_pixbuf_from_file=no --disable-lto"
@@ -364,8 +362,8 @@
     </branch>
   </autotools>
 
-   <autotools id="libusrsctp" autogen-sh="./bootstrap; ./configure">
-     <branch repo="sctp-refimpl-google" module="trunk/KERN/usrsctp/" revision="r9168"/>
+  <autotools id="libusrsctp" autogen-sh="./bootstrap; ./configure">
+    <branch repo="github.com" module="ossy-szeged/sctp-refimpl.git" checkoutdir="libusrsctp" tag="libusrsctp-r9168"/>
    </autotools>
 
    <autotools id="gst-plugins-openwebrtc" supports-parallel-builds="no" autogen-sh="./autogen.sh; ./configure">
@@ -373,7 +371,7 @@
        <dep package="gst-plugins-base"/>
        <dep package="libusrsctp"/>
      </dependencies>
-    <branch repo="github.com" module="EricssonResearch/openwebrtc-gst-plugins.git" checkoutdir="gst-plugins-openwebrtc" tag="master"/>
+    <branch repo="github.com" module="EricssonResearch/openwebrtc-gst-plugins.git" checkoutdir="gst-plugins-openwebrtc" tag="e359b67484af90f416ea35e301205d2b53c77a14"/>
    </autotools>
 
    <autotools id="libnice">
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to