Title: [123220] trunk/Tools
Revision
123220
Author
[email protected]
Date
2012-07-20 08:12:54 -0700 (Fri, 20 Jul 2012)

Log Message

[GTK][jhbuild] Switch to GStreamer 0.11 build
https://bugs.webkit.org/show_bug.cgi?id=91727

Reviewed by Gustavo Noronha Silva.

Switch build-webkit --gtk to GStreamer 0.11 support and build the
necessary GStreamer git modules from JHBuild.

* Scripts/webkitdirs.pm:
(buildAutotoolsProject): Build WebKit with GStreamer 0.11 support.
* gtk/jhbuild.modules: GStreamer build support.

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (123219 => 123220)


--- trunk/Tools/ChangeLog	2012-07-20 14:57:55 UTC (rev 123219)
+++ trunk/Tools/ChangeLog	2012-07-20 15:12:54 UTC (rev 123220)
@@ -1,3 +1,17 @@
+2012-07-20  Philippe Normand  <[email protected]>
+
+        [GTK][jhbuild] Switch to GStreamer 0.11 build
+        https://bugs.webkit.org/show_bug.cgi?id=91727
+
+        Reviewed by Gustavo Noronha Silva.
+
+        Switch build-webkit --gtk to GStreamer 0.11 support and build the
+        necessary GStreamer git modules from JHBuild.
+
+        * Scripts/webkitdirs.pm:
+        (buildAutotoolsProject): Build WebKit with GStreamer 0.11 support.
+        * gtk/jhbuild.modules: GStreamer build support.
+
 2012-07-20  Christophe Dumez  <[email protected]>
 
         [EFL] Proxy configuration should honor the no_proxy environment variable

Modified: trunk/Tools/Scripts/webkitdirs.pm (123219 => 123220)


--- trunk/Tools/Scripts/webkitdirs.pm	2012-07-20 14:57:55 UTC (rev 123219)
+++ trunk/Tools/Scripts/webkitdirs.pm	2012-07-20 15:12:54 UTC (rev 123220)
@@ -2090,6 +2090,11 @@
     # Enable unstable features when building through build-webkit.
     push @buildArgs, "--enable-unstable-features";
 
+    # Enable upcoming GStreamer 1.0 build support through build-webkit.
+    if ($project eq 'WebKit') {
+        push @buildArgs, "--with-gstreamer=1.0";
+    }
+
     # We might need to update jhbuild dependencies.
     my $needUpdate = 0;
     if (jhbuildConfigurationChanged()) {

Modified: trunk/Tools/gtk/jhbuild.modules (123219 => 123220)


--- trunk/Tools/gtk/jhbuild.modules	2012-07-20 14:57:55 UTC (rev 123219)
+++ trunk/Tools/gtk/jhbuild.modules	2012-07-20 15:12:54 UTC (rev 123220)
@@ -18,6 +18,11 @@
       <dep package="libsoup"/>
       <dep package="at-spi2-core"/>
       <dep package="at-spi2-atk"/>
+      <dep package="gstreamer"/>
+      <dep package="gst-plugins-base"/>
+      <dep package="gst-plugins-good"/>
+      <dep package="gst-plugins-bad"/>
+      <dep package="gst-ffmpeg"/>
     </dependencies>
   </metamodule>
 
@@ -37,6 +42,12 @@
       href=""
   <repository type="tarball" name="freedesktop.org"
       href=""
+  <repository type="git" name="gstreamer"
+      href=""
+  <repository type="git" name="entropywave"
+      href=""
+  <repository type="tarball" name="xiph"
+              href=""
 
   <autotools id="make" autogen-sh="configure">
     <branch repo="ftp.gnu.org"
@@ -210,4 +221,67 @@
     </dependencies>
   </autotools>
 
+  <autotools id="orc">
+    <branch repo="entropywave" module="orc.git" checkoutdir="orc" tag="orc-0.4.16" />
+  </autotools>
+
+  <autotools id="gstreamer">
+    <branch repo="gstreamer" module="gstreamer" checkoutdir="gstreamer" revision="80f94703f985d8f125196dec1baa08d46657923f"/>
+  </autotools>
+
+  <autotools id="libogg" autogen-sh="configure" >
+     <branch repo="xiph" module="ogg/libogg-1.3.0.tar.gz"
+             hash="sha256:a8de807631014615549d2356fd36641833b8288221cea214f8a72750efe93780"
+             md5sum="0a7eb40b86ac050db3a789ab65fe21c2"
+             version="1.3.0"/>
+  </autotools>
+  <autotools id="libvorbis" autogen-sh="configure" autogenargs="--disable-examples" >
+     <branch repo="xiph" module="vorbis/libvorbis-1.3.3.tar.gz"
+             hash="sha256:6d747efe7ac4ad249bf711527882cef79fb61d9194c45b5ca5498aa60f290762"
+             md5sum="6b1a36f0d72332fae5130688e65efe1f"
+             version="1.3.3"/>
+  </autotools>
+  <autotools id="libtheora" autogen-sh="configure" autogenargs="--disable-examples">
+     <branch repo="xiph" module="theora/libtheora-1.1.1.tar.gz"
+             hash="sha256:40952956c47811928d1e7922cda3bc1f427eb75680c3c37249c91e949054916b"
+             md5sum="bb4dc37f0dc97db98333e7160bfbb52b"
+             version="1.1.1"/>
+    <dependencies>
+      <dep package="libogg"/>
+      <dep package="libvorbis"/>
+    </dependencies>
+  </autotools>
+
+  <autotools id="gst-plugins-base" autogenargs="--disable-examples">
+    <dependencies>
+      <dep package="gstreamer"/>
+      <dep package="libogg"/>
+      <dep package="libvorbis"/>
+      <dep package="libtheora"/>
+      <dep package="orc"/>
+    </dependencies>
+    <branch repo="gstreamer" module="gst-plugins-base" checkoutdir="gst-plugins-base" revision="4b56b731d26eca35967075c34f375788f4a531b3"/>
+  </autotools>
+
+  <autotools id="gst-plugins-good" autogenargs="--disable-examples">
+    <dependencies>
+      <dep package="gst-plugins-base"/>
+    </dependencies>
+    <branch repo="gstreamer" module="gst-plugins-good" checkoutdir="gst-plugins-good" revision="cc6d533521841bc949136e969d96230ad7a30bd2"/>
+  </autotools>
+
+  <autotools id="gst-plugins-bad" autogenargs="--disable-examples">
+    <dependencies>
+      <dep package="gst-plugins-base"/>
+    </dependencies>
+    <branch repo="gstreamer" module="gst-plugins-bad" checkoutdir="gst-plugins-bad" revision="62e5afb95e3e11c4269664c2d782d4e4e7bc803e"/>
+  </autotools>
+
+  <autotools id="gst-ffmpeg" autogenargs="--with-libav-extra-configure='--disable-yasm'">
+    <dependencies>
+      <dep package="gst-plugins-base"/>
+    </dependencies>
+    <branch repo="gstreamer" module="gst-ffmpeg" checkoutdir="gst-ffmpeg" revision="c77db02d6e8a0e5a5190f01d1fe334e13d192766"/>
+  </autotools>
+
 </moduleset>
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to