Title: [123959] trunk/Tools
Revision
123959
Author
ph...@webkit.org
Date
2012-07-28 06:09:08 -0700 (Sat, 28 Jul 2012)

Log Message

[GTK] Transparent Media controls timeline and panel
https://bugs.webkit.org/show_bug.cgi?id=85279

Reviewed by Martin Robinson.

* gtk/jhbuild.modules: Provide gnome-themes-standard build
support, this is necessary so the media controls panel colors are
properly initialized from the GTK+ theme.

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (123958 => 123959)


--- trunk/Tools/ChangeLog	2012-07-28 12:34:18 UTC (rev 123958)
+++ trunk/Tools/ChangeLog	2012-07-28 13:09:08 UTC (rev 123959)
@@ -1,3 +1,14 @@
+2012-07-28  Philippe Normand  <pnorm...@igalia.com>
+
+        [GTK] Transparent Media controls timeline and panel
+        https://bugs.webkit.org/show_bug.cgi?id=85279
+
+        Reviewed by Martin Robinson.
+
+        * gtk/jhbuild.modules: Provide gnome-themes-standard build
+        support, this is necessary so the media controls panel colors are
+        properly initialized from the GTK+ theme.
+
 2012-07-27  Kihong Kwon  <kihong.k...@samsung.com>
 
         [EFL] Support for HTML media capture

Modified: trunk/Tools/gtk/jhbuild.modules (123958 => 123959)


--- trunk/Tools/gtk/jhbuild.modules	2012-07-28 12:34:18 UTC (rev 123958)
+++ trunk/Tools/gtk/jhbuild.modules	2012-07-28 13:09:08 UTC (rev 123959)
@@ -15,6 +15,7 @@
       <dep package="glib"/>
       <dep package="glib-networking"/>
       <dep package="gnome-icon-theme"/>
+      <dep package="gnome-themes-standard"/>
       <dep package="libsoup"/>
       <dep package="at-spi2-core"/>
       <dep package="at-spi2-atk"/>
@@ -100,6 +101,17 @@
             md5sum="1c186f9903a20e96587b9afb27944b40"/>
   </autotools>
 
+  <autotools id="librsvg" autogen-sh="configure"
+             autogenargs="--disable-introspection --enable-pixbuf-loader --disable-gtk-theme">
+    <dependencies>
+      <dep package="gdk-pixbuf"/>
+    </dependencies>
+    <branch module="/pub/GNOME/sources/librsvg/2.36/librsvg-2.36.1.tar.xz" version="2.36.1"
+            repo="ftp.gnome.org"
+            hash="sha256:786b95e1a091375c5ef2997a21c69ff24d7077afeff18197355f54d9dcbcd8c5"
+            md5sum="89d483f30a7c77245b7ee02faaea5a5a"/>
+  </autotools>
+
   <autotools id="pango"
              autogenargs="--disable-introspection">
     <dependencies>
@@ -186,6 +198,18 @@
     </branch>
   </autotools>
 
+  <autotools id="gnome-themes-standard" autogen-sh="configure">
+    <dependencies>
+      <dep package="gtk+"/>
+      <dep package="librsvg"/>
+    </dependencies>
+    <branch module="pub/GNOME/sources/gnome-themes-standard/3.4/gnome-themes-standard-3.4.0.tar.xz" version="3.4.0"
+            repo="ftp.gnome.org"
+            hash="sha256:6c85056db16b748a14c412554371a22f096b981d2eca3ae3d6922a435d43b0fd"
+            md5sum="046a122a4231c7f7fc805b052b4498ce">
+    </branch>
+  </autotools>
+
   <autotools id="at-spi2-core" 
              autogenargs="--disable-introspection">
     <branch module="pub/GNOME/sources/at-spi2-core/2.2/at-spi2-core-2.2.1.tar.xz" version="2.2.1"
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
http://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to