Bug 37085 - Bump the GTK+ dependency to 2.18.
Summary: Bump the GTK+ dependency to 2.18.
Status: RESOLVED INVALID
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKitGTK (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Minor
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-04-05 07:23 PDT by Adrian Bunk
Modified: 2010-06-02 02:37 PDT (History)
1 user (show)

See Also:


Attachments
Bump the GTK+ dependency to 2.18. (23.17 KB, patch)
2010-04-05 07:29 PDT, Adrian Bunk
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Adrian Bunk 2010-04-05 07:23:10 PDT
Both directly in autotools/webkit.m4 and indirectly through
        libsoup there's already a dependency on >= 2.21.3.

        Regarding stable versions, that's a dependency on glib >= 2.22.

        glib 2.22 was released together with gtk+ 2.18 in GNOME 2.28.

        Although using older gtk+ versions with glib >= 2.22 should
        theoretically work, serious use cases are unlikely.

        And it would be outside of what people usually test and use.

        This change not only allows getting rid of a bunch of #ifdef's
        and one TODO, it also documents for future changes that there's
        no need for comptibility with older versions.
Comment 1 Adrian Bunk 2010-04-05 07:29:51 PDT
Created attachment 52533 [details]
Bump the GTK+ dependency to 2.18.
Comment 2 Xan Lopez 2010-05-27 10:42:03 PDT
There's many embedded companies using old GTK+ versions with quite recent glib versions, and their use cases are very much "serious".
Comment 3 Adrian Bunk 2010-06-01 17:11:07 PDT
(In reply to comment #2)
> There's many embedded companies using old GTK+ versions with quite recent glib versions, and their use cases are very much "serious".

You can call me surprised. Do you have an example who and why does this?
Comment 4 Xan Lopez 2010-06-01 17:26:51 PDT
(In reply to comment #3)
> (In reply to comment #2)
> > There's many embedded companies using old GTK+ versions with quite recent glib versions, and their use cases are very much "serious".
> 
> You can call me surprised. Do you have an example who and why does this?

Nokia with maemo. They don't upgrade because they make changes to GTK+ that are difficult and expensive to port over.
Comment 5 Adrian Bunk 2010-06-02 02:37:02 PDT
(In reply to comment #4)
> (In reply to comment #3)
> > (In reply to comment #2)
> > > There's many embedded companies using old GTK+ versions with quite recent glib versions, and their use cases are very much "serious".
> > 
> > You can call me surprised. Do you have an example who and why does this?
> 
> Nokia with maemo. They don't upgrade because they make changes to GTK+ that are difficult and expensive to port over.

Maemos glib is too old for current WebKitGTK+, but I get your general point (and should have thought of Maemo myself in the first place).