build issue with 0.8.2



I needed the following patch to make 0.8.2 build against poppler 0.5.4:

diff -up evince-0.8.2/backend/pdf/ev-poppler.cc.old-poppler
evince-0.8.2/backend/pdf/ev-poppler.cc
--- evince-0.8.2/backend/pdf/ev-poppler.cc.old-poppler  2007-07-02
21:49:14.000000000 -0400
+++ evince-0.8.2/backend/pdf/ev-poppler.cc      2007-07-02
21:49:22.000000000 -0400
@@ -1624,7 +1624,7 @@ pdf_selection_render_selection (EvSelect
                                          width, height);
       }

-#if POPPLER_VERSION == 5
+#if POPPLER_VERSION == 4
       poppler_page_render_selection (POPPLER_PAGE (rc->data),
                                      rc->scale, rc->rotation, *pixbuf,
                                      (PopplerRectangle *)points,



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]