I downgraded all my poppler stuff to debian's testing ... it was poppler version 0.4.5-5 and the PDF extractor does still work. Here's a light patch to fix configure.in.
On 11/9/06, Tshepang Lekhonkhobe <[EMAIL PROTECTED]> wrote:
Hi, Thanks for building the debs found at http://www.gnome.org/~jamiemcc/tracker/DEB/, but they still depend on libpoppler1-glib which can only be found in Debian's experimental repository. Could someone please investigate if tracker needs such a high requirement or if the dependency can be downgraded to libpoppler0c2-glib that can be found in Sid. This is such that Etch (to be released in December) users would be supported with minimum fuss. _______________________________________________ tracker-list mailing list [email protected] http://mail.gnome.org/mailman/listinfo/tracker-list
Index: configure.in =================================================================== RCS file: /cvs/gnome/tracker/configure.in,v retrieving revision 1.38 diff -u -p -r1.38 configure.in --- configure.in 10 Nov 2006 08:06:27 -0000 1.38 +++ configure.in 10 Nov 2006 17:06:23 -0000 @@ -372,7 +372,7 @@ fi # check for poppler's glib bingings ################################################################## -POPPLER_GLIB_REQUIRED=0.5.0 +POPPLER_GLIB_REQUIRED=0.4.5 CAIRO_REQUIRED=1.0 GDK_REQUIRED=1.0
_______________________________________________ tracker-list mailing list [email protected] http://mail.gnome.org/mailman/listinfo/tracker-list
