[poppler] poppler: ChangeLog,1.471,1.472 configure.ac,1.65,1.66
Albert Astals Cid
aacid at kemper.freedesktop.org
Sat Jan 13 10:29:41 PST 2007
Update of /cvs/poppler/poppler
In directory kemper:/tmp/cvs-serv6726
Modified Files:
ChangeLog configure.ac
Log Message:
* configure.ac
* poppler/Makefile.am
* qt4/src/Makefile.am
* qt4/src/poppler-document.cc
* qt4/src/poppler-link.cc
* qt4/src/poppler-page.cc
* qt4/src/poppler-private.h
* qt4/src/poppler-qt4.h: Make the Qt4 backend compilable even with
no Splash backend. Patch by Pino Toscano <pino at kde.org>.
Index: ChangeLog
===================================================================
RCS file: /cvs/poppler/poppler/ChangeLog,v
retrieving revision 1.471
retrieving revision 1.472
diff -u -d -r1.471 -r1.472
--- ChangeLog 13 Jan 2007 17:56:07 -0000 1.471
+++ ChangeLog 13 Jan 2007 18:29:39 -0000 1.472
@@ -1,5 +1,17 @@
2007-01-13 Albert Astals Cid <aacid at kde.org>
+ * configure.ac
+ * poppler/Makefile.am
+ * qt4/src/Makefile.am
+ * qt4/src/poppler-document.cc
+ * qt4/src/poppler-link.cc
+ * qt4/src/poppler-page.cc
+ * qt4/src/poppler-private.h
+ * qt4/src/poppler-qt4.h: Make the Qt4 backend compilable even with
+ no Splash backend. Patch by Pino Toscano <pino at kde.org>.
+
+2007-01-13 Albert Astals Cid <aacid at kde.org>
+
* poppler/Stream.h:
* poppler/Stream.cc: Add MemStream::setNeedFree method
* qt4/src/poppler-document.cc:
Index: configure.ac
===================================================================
RCS file: /cvs/poppler/poppler/configure.ac,v
retrieving revision 1.65
retrieving revision 1.66
diff -u -d -r1.65 -r1.66
--- configure.ac 21 Sep 2006 23:28:14 -0000 1.65
+++ configure.ac 13 Jan 2007 18:29:39 -0000 1.66
@@ -237,11 +237,6 @@
AC_SUBST(POPPLER_QT4_CXXFLAGS)
AC_SUBST(POPPLER_QT4_LIBS)
-if test x$enable_splash_output != xyes; then
- if test x$enable_poppler_qt4 = xyes; then
- enable_poppler_qt4="no because of disabled splash"
- fi
-fi
AM_CONDITIONAL(BUILD_POPPLER_QT4, test "x$enable_poppler_qt4" = "xyes")
if test x$enable_poppler_qt4 = xyes; then
More information about the poppler
mailing list