! Please note that this is a snapshot of our old Bugzilla server, which is read only since May 29, 2020. Please go to gitlab.xfce.org for our new server !
Fails to build with Poppler >= 0.17
Status:
RESOLVED: FIXED
Product:
Tumbler
Component:
General

Comments

Description Pino Toscano 2011-05-23 11:59:58 CEST
tumbler currently uses the deprecated GDK pixbuf API of poppler-glib (poppler_page_get_thumbnail_pixbuf() and poppler_page_render_to_pixbuf(), in particular), which has been dropped starting from poppler 0.17.0 (unstable version for the next stable 0.18). Please migrate the rendering code to cairo (which is available in poppler-glib since at least 0.8 or so).

For more details, see the blog of the poppler-glib developer: http://carlosgc.linups.org/gnome/gdk-api-removed-poppler.html
Comment 1 Jannis Pohlmann editbugs 2011-05-23 15:40:07 CEST
Fixed in master:

commit df3e439da778d60b4c86ec24c0c6a98e7a5f831d
Author: Jannis Pohlmann <jannis@xfce.org>
Date:   Mon May 23 15:38:33 2011 +0200

    Avoid GdkPixbuf functions deprecated in poppler >= 0.17 (bug #7649).

Bug #7649

Reported by:
Pino Toscano
Reported on: 2011-05-23
Last modified on: 2011-05-23

People

Assignee:
Jannis Pohlmann
CC List:
0 users

Version

Version:
0.1.21

Attachments

Additional information