RSS/Atom feed Twitter
Site is read-only, email is disabled

Requested 'gdk-pixbuf-2.0 >= 2.30.8' but version of GdkPixbuf is 2.30.7

This discussion is connected to the gimp-developer-list.gnome.org mailing list which is provided by the GIMP developers and not related to gimpusers.com.

This is a read-only list on gimpusers.com so this discussion thread is read-only, too.

3 of 3 messages available
Toggle history

Please log in to manage your subscriptions.

Requested 'gdk-pixbuf-2.0 >= 2.30.8' but version of GdkPixbuf is 2.30.7 Thorsten Stettin 16 Apr 13:53
  Requested 'gdk-pixbuf-2.0 >= 2.30.8' but version of GdkPixbuf is 2.30.7 Mukund Sivaraman 16 Apr 14:13
   Requested 'gdk-pixbuf-2.0 >= 2.30.8' but version of GdkPixbuf is 2.30.7 Thorsten Stettin 16 Apr 14:21
Thorsten Stettin
2015-04-16 13:53:06 UTC (about 9 years ago)

Requested 'gdk-pixbuf-2.0 >= 2.30.8' but version of GdkPixbuf is 2.30.7

Hi,

I've tried to build Gimp 2.9.1 commit c72bc50e5d1f50eb0ee0a13dbc5d6d9a60dc6e78 on Ubuntu 14.04. Is GdkPixbuf >= 2.30.8 really essential? I'm heading for disaster. So much packages depends on GdkPixbuf (

Cheers

Thorsten

Mukund Sivaraman
2015-04-16 14:13:23 UTC (about 9 years ago)

Requested 'gdk-pixbuf-2.0 >= 2.30.8' but version of GdkPixbuf is 2.30.7

Hi Thorsten

On Thu, Apr 16, 2015 at 03:53:06PM +0200, Thorsten Stettin wrote:

I've tried to build Gimp 2.9.1 commit c72bc50e5d1f50eb0ee0a13dbc5d6d9a60dc6e78 on Ubuntu 14.04. Is GdkPixbuf >= 2.30.8 really essential? I'm heading for disaster. So much packages depends on GdkPixbuf (

This was probably bumped for gdk_pixbuf_new_from_resource(). You should be able to lower it to 2.30.7 and use it. Note that you'll have to make this change in configure.ac and app/sanity.c.

Mukund

Thorsten Stettin
2015-04-16 14:21:27 UTC (about 9 years ago)

Requested 'gdk-pixbuf-2.0 >= 2.30.8' but version of GdkPixbuf is 2.30.7

Am 16.04.2015 um 16:13 schrieb Mukund Sivaraman:

Hi Thorsten

On Thu, Apr 16, 2015 at 03:53:06PM +0200, Thorsten Stettin wrote:

I've tried to build Gimp 2.9.1 commit c72bc50e5d1f50eb0ee0a13dbc5d6d9a60dc6e78 on Ubuntu 14.04. Is GdkPixbuf >= 2.30.8 really essential? I'm heading for disaster. So much packages depends on GdkPixbuf (

This was probably bumped for gdk_pixbuf_new_from_resource(). You should be able to lower it to 2.30.7 and use it. Note that you'll have to make this change in configure.ac and app/sanity.c.

Mukund

You made my day!

Thanks

Thorsten