Changes between Version 34 and Version 35 of WebKitGTK/StartHacking


Ignore:
Timestamp:
Nov 27, 2013 8:22:58 AM (10 years ago)
Author:
Andres Gomez
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WebKitGTK/StartHacking

    v34 v35  
    224224=== Development branches and dependencies ===
    225225
    226 At the moment of writing this text, the WebKitGTK+ stable branch is the [wiki:WebKitGTK/2.0.x 2.0.x] while 2.1.x is the unstable one.
    227 
    228 The software dependencies for the 2.0.x series are, as announced in: https://lists.webkit.org/pipermail/webkit-gtk/2013-March/001406.html
     226At the moment of writing this text, the WebKitGTK+ stable branch is the [wiki:WebKitGTK/2.2.x 2.2.x] while 2.3.x is the unstable one.
     227
     228The software dependencies for the 2.2.x series are, as announced in: https://lists.webkit.org/pipermail/webkit-gtk/2013-November/001644.html
    229229{{{
    230230gtk+ >= 3.6.0
    231 gail >= 3.0
    232 glib >= 2.36.0
    233 libsoup >= 2.42.0
    234 cairo >= 1.10
    235 pango >= 1.32.0
    236 libxml >= 2.6
    237 fontconfig >= 2.5
    238 FreeType2 >= 9.0
    239 libsecret
    240 
    241 Depending on your configuration options WebKitGTK+ may also depend on:
    242 
    243 gtk+ >= 2.24.10
    244 gail >= 1.8
    245 GObject introspection >= 1.32.0
    246 libxslt >= 1.1.7
    247 SQLite >= 3.0
    248 gstreamer >= 1.0.3
    249 gstreamer-plugins-base >= 1.0.3
    250 enchant >= 0.22
    251 Clutter >= 1.12
    252 Clutter GTK+ >= 1.0.2
    253 }}}
    254 
    255 The latest software dependencies for the 2.1.x series are, as announced in: https://lists.webkit.org/pipermail/webkit-gtk/2013-May/001482.html
    256 {{{
    257 gtk+ >= 3.6.0
    258 gail >= 3.0
    259231glib >= 2.36.0
    260232libsoup >= 2.42.0
     
    269241
    270242gtk+ >= 2.24.10
    271 gail >= 1.8
     243gail
    272244GObject introspection >= 1.32.0
    273245libxslt >= 1.1.7
     
    276248gstreamer-plugins-base >= 1.0.3
    277249enchant >= 0.22
    278 Clutter >= 1.14
    279 Clutter GTK+ >= 1.4
     250Clutter
     251Clutter GTK+
     252}}}
     253
     254The latest software dependencies for the 2.3.x series are, as announced in: https://lists.webkit.org/pipermail/webkit-gtk/2013-November/001653.html
     255{{{
     256gtk+ >= 3.6.0
     257glib >= 2.36.0
     258libsoup >= 2.42.0
     259cairo >= 1.10
     260pango >= 1.30.0
     261libxml >= 2.6
     262fontconfig >= 2.5
     263FreeType2 >= 9.0
     264libsecret
     265
     266Depending on your configuration options WebKitGTK+ may also depend on:
     267
     268gtk+ >= 2.24.10
     269gail
     270GObject introspection >= 1.32.0
     271libxslt >= 1.1.7
     272SQLite >= 3.0
     273gstreamer >= 1.0.3
     274gstreamer-plugins-base >= 1.0.3
     275enchant >= 0.22
     276Clutter
     277Clutter GTK+
    280278}}}
    281279