From: Kristian Høgsberg Date: Wed, 24 Aug 2005 18:46:45 +0000 (+0000) Subject: Bump poppler requirement to 0.4.1. X-Git-Tag: EVINCE_0_4_0~9 X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=commitdiff_plain;h=67a376e7290646c401b9b307b59a679800174d0e;p=evince.git Bump poppler requirement to 0.4.1. 2005-08-24 Kristian Høgsberg * configure.ac: Bump poppler requirement to 0.4.1. * pdf/ev-poppler.cc (pdf_selection_render_selection): Add rotation argument to poppler_page_render_selection() call. --- diff --git a/ChangeLog b/ChangeLog index d264d9e5..75746a05 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2005-08-24 Kristian Høgsberg + + * configure.ac: Bump poppler requirement to 0.4.1. + + * pdf/ev-poppler.cc (pdf_selection_render_selection): Add rotation + argument to poppler_page_render_selection() call. + 2005-08-24 Nickolay V. Shmyrev * djvu/djvu-document.c: (djvu_document_render_pixbuf), diff --git a/configure.ac b/configure.ac index 541b6367..266cfe8c 100644 --- a/configure.ac +++ b/configure.ac @@ -43,7 +43,7 @@ dnl Check dependencies # SHELL_CFLAGS for shell implementation. # SHELL_LIBS -POPPLER_REQUIRED=0.4.0 +POPPLER_REQUIRED=0.4.1 DBUS_GLIB_REQUIRED=0.33 GTK_REQUIRED=2.6.0 LIBGNOMEUI_REQUIRED=2.6.0 diff --git a/pdf/ev-poppler.cc b/pdf/ev-poppler.cc index 4be0e7ca..fa771301 100644 --- a/pdf/ev-poppler.cc +++ b/pdf/ev-poppler.cc @@ -1182,7 +1182,7 @@ pdf_selection_render_selection (EvSelection *selection, } poppler_page_render_selection (POPPLER_PAGE (rc->data), - rc->scale, *pixbuf, + rc->scale, rc->rotation, *pixbuf, (PopplerRectangle *)points, (PopplerRectangle *)old_points, text,