[Commits] ChangeLog 1.1.2.152 1.1.2.153 PATCHSETS 1.1.2.140 1.1.2.141 configure.ac 1.1.2.152 1.1.2.153
mones at claws-mail.org
mones at claws-mail.org
Mon Aug 27 12:49:40 CEST 2012
Update of /home/claws-mail/plugins/pdf_viewer
In directory srv:/tmp/cvs-serv13832
Modified Files:
Tag: gtk2
ChangeLog PATCHSETS configure.ac
Log Message:
2012-08-27 [mones] 0.9.2cvs1
* configure.ac
* src/poppler_viewer.c
Don't require gs for building and do the check at runtime,
allowing plugin to work in PDF-only mode if not available.
Index: configure.ac
===================================================================
RCS file: /home/claws-mail/plugins/pdf_viewer/Attic/configure.ac,v
retrieving revision 1.1.2.152
retrieving revision 1.1.2.153
diff -u -d -r1.1.2.152 -r1.1.2.153
--- configure.ac 27 Jun 2012 12:48:58 -0000 1.1.2.152
+++ configure.ac 27 Aug 2012 10:49:38 -0000 1.1.2.153
@@ -9,7 +9,7 @@
MAJOR_VERSION=0
MINOR_VERSION=9
MICRO_VERSION=2
-EXTRA_VERSION=0
+EXTRA_VERSION=1
CFLAGS="$CFLAGS -Wall"
if test $USE_MAINTAINER_MODE = yes; then
@@ -107,12 +107,6 @@
,[#include <poppler-action.h>])
CFLAGS=$OLD_CFLAGS
-dnl Find gs
-AC_PATH_PROG(GS_EXEC, gs, no)
-if test x$GS_EXEC = xno ; then
- AC_MSG_ERROR([*** gs not found. Please install gs.])
-fi
-
dnl check for pthread support
AC_ARG_ENABLE(pthread,
[ --disable-pthread Disable pthread support],
Index: PATCHSETS
===================================================================
RCS file: /home/claws-mail/plugins/pdf_viewer/Attic/PATCHSETS,v
retrieving revision 1.1.2.140
retrieving revision 1.1.2.141
diff -u -d -r1.1.2.140 -r1.1.2.141
--- PATCHSETS 27 Jun 2012 12:08:28 -0000 1.1.2.140
+++ PATCHSETS 27 Aug 2012 10:49:38 -0000 1.1.2.141
@@ -139,3 +139,4 @@
( cvs diff -u -r 1.1.2.97 -r 1.1.2.98 src/poppler_viewer.c; ) > 0.9.1cvs21.patchset
( cvs diff -u -r 1.1.2.149 -r 1.1.2.150 configure.ac; cvs diff -u -r 1.1.2.7 -r 1.1.2.8 po/fr.po; cvs diff -u -r 1.1.2.8 -r 1.1.2.9 po/hu.po; cvs diff -u -r 1.1.2.1 -r 1.1.2.2 po/id_ID.po; diff -u /dev/null po/lt.po; cvs diff -u -r 1.1.2.4 -r 1.1.2.5 po/sk.po; ) > 0.9.1cvs22.patchset
( cvs diff -u -r 1.1.2.1 -r 1.1.2.2 po/lt.po; ) > 0.9.1cvs23.patchset
+( cvs diff -u -r 1.1.2.152 -r 1.1.2.153 configure.ac; cvs diff -u -r 1.1.2.98 -r 1.1.2.99 src/poppler_viewer.c; ) > 0.9.2cvs1.patchset
Index: ChangeLog
===================================================================
RCS file: /home/claws-mail/plugins/pdf_viewer/Attic/ChangeLog,v
retrieving revision 1.1.2.152
retrieving revision 1.1.2.153
diff -u -d -r1.1.2.152 -r1.1.2.153
--- ChangeLog 27 Jun 2012 12:48:58 -0000 1.1.2.152
+++ ChangeLog 27 Aug 2012 10:49:38 -0000 1.1.2.153
@@ -1,3 +1,10 @@
+2012-08-27 [mones] 0.9.2cvs1
+
+ * configure.ac
+ * src/poppler_viewer.c
+ Don't require gs for building and do the check at runtime,
+ allowing plugin to work in PDF-only mode if not available.
+
2012-06-27 [paul] 0.9.2
0.9.2 released
More information about the Commits
mailing list