Commit Graph

78 Commits

Author SHA1 Message Date
ajacoutot
58f1a6f9f6 USE_LIBTOOL=Yes is the default now. 2013-03-21 08:45:11 +00:00
kili
d05c83cbea Update to poppler-0.22.2.
ok aja@, who also gave it a test with all the gnome stuff (thanks!)

Note that the possible regression in epdfview I mentioned in my mail
to ports@ wasn't a regression (the same file didn't render correctly
in epdfview with poppler-0.22.0).
2013-03-19 19:58:06 +00:00
espie
eae66e4a7b PERMIT_* / REGRESS->TEST sweep 2013-03-11 11:35:43 +00:00
kili
73d60475aa Update to poppler-0.22.0.
ok ajacoutot@ landry@
2013-01-21 19:08:00 +00:00
kili
1190c3f7bc Let configure properly detect jpeglib.h.
This affects quite some C++ classes, so all shared libs
get a major bump.

ok ajacoutot@
2012-11-05 19:32:27 +00:00
kili
577f353607 Update to poppler-0.20.5.
ok aja@
2012-10-15 17:44:33 +00:00
ajacoutot
d62a678e0e Update to poppler-0.20.4.
input from and ok kili@ (maintainer)
2012-09-27 18:45:34 +00:00
ajacoutot
ef5cb32a0f Stupid autohell is stupid...
The situation is this: even when we --disable-gtk-doc, if gtk-doc is
actually installed at configure stage, tools like gtkdoc-rebase will be
picked up and run during the install target. That is bad because the
gtk-doc package may have been removed by then, especially during dpb(1)
bulks (we explicitely disable support for it so why should it stay...).

So for now, let's add the following env to configure whenever we use
--disable-gtk-doc, until a bettersolution is found...
CONFIGURE_ENV +=ac_cv_path_GTKDOC_CHECK="" \
		ac_cv_path_GTKDOC_REBASE="" \
		ac_cv_path_GTKDOC_MKPDF=""
2012-09-21 14:48:05 +00:00
kili
19d3539829 Update to poppler-0.20.3.
ok aja@
2012-09-02 15:21:17 +00:00
ajacoutot
0bbbd35e32 register-plist did not catch the devel/glib2 -main -> empty change.
espie asked me in such a nice way to fix this that I'm bumping all ports
that have a direct dependency on glib2.
2012-09-01 14:36:56 +00:00
espie
b1b88327aa switch default poppler flavor to no_qt,no_qt4,boostrap, as naddy@ now
sees bulk builds with a critical path sequentially building qt4, poppler,
libreoffice...

passes a full bulk

agreed with kili@, aja@, naddy@
2012-08-28 19:13:11 +00:00
kili
ee578fffb1 Missing patches. 2012-07-13 15:04:46 +00:00
kili
980c86efb1 Update to poppler-0.20.2.
ok aja@
2012-07-13 15:03:19 +00:00
ajacoutot
72ba0866cb Create a poppler-utils subpackage which bundles the same utilities that
xpdf-utils used to ship. The reason is that these are still actively
maintained and expected to be based on poppler by external tools.
While here, remove gcc3 workaround and regen all dependencies.

input from and ok kili@ (maintainer)
2012-06-06 18:27:34 +00:00
kili
157d608462 Update to poppler-0.18.4.
ok ajacoutot@
2012-03-27 06:31:05 +00:00
kili
09c60e699c Get rid of the gtk+2 dependency.
ok ajacoutot@
2012-02-27 18:53:58 +00:00
ajacoutot
04f34342b4 CONFIGURE_STYLE autoconf already appends gnu, so no need to explicitely
list it.

ok sthen@
2012-02-21 16:21:41 +00:00
kili
9e4f1a5d90 Bugfix update to poppler-0.18.2. 2011-12-10 22:04:12 +00:00
kili
8aa77ceb5f Update to poppler-0.18.1.
poppler-qt3 parts done by espie@ (basically, we still fetch
the old poppler-0.16.7 and patch the qt3 code of it).
2011-11-26 19:45:29 +00:00
robert
a0cbff5881 enable poppler-cpp
ok kili@, ajacoutot@
2011-11-12 10:50:53 +00:00
espie
62f85f872e use new framework 2011-09-25 08:01:16 +00:00
espie
d0fa01c846 normalize pkgpath 2011-09-16 11:13:37 +00:00
kili
fe3f007bc9 Kill a space on the left side of my name. 2011-07-08 21:08:46 +00:00
ajacoutot
5d7ef9d5c8 Add XXX. 2011-07-08 20:56:51 +00:00
jasper
7f8442bcaf sub-optimal workaround to enable introspection support. only on gcc4 arches
as there appear to be serious issues with gcc3.

as discussed with and ok aja@ kili@
2011-07-08 17:41:46 +00:00
kili
0b9c3b2b30 Update to poppler-0.16.7.
ok aja@ jasper@
2011-07-07 15:30:49 +00:00
kili
f30b70d0de Update to poppler-0.16.6.
ok landry@, who also threw this into a bulk build (thanks!)
2011-06-17 19:20:25 +00:00
kili
f8fcf38000 Update to poppler-0.16.5.
Gnome introspection disabled for now (doesn't compile with gcc-3).
2011-06-04 19:03:19 +00:00
kili
27f99a5541 --disable-silent-rules is now added to CONFIGURE_ARGS per default,
if CONFIGURE_STYLE = gnu.
2011-06-02 17:09:31 +00:00
kili
6692610359 Install some poppler utils (pdftoabw and pdftohtml, but not the
other tools that would conflict with xpdf-utils).

From Alexis Fouilhe, with some minor tweaks (missing bump, additions
to WANTLIB-main) from me.
2011-03-20 20:52:01 +00:00
stsp
047d472de7 Apply upstream commit 37077aa475d2dee81f87daa05297b201eeb99c87.
Fixes a heap overflow and resulting crashes with some PDF documents.

This patch was devised during ports lock.
Upstream has since released poppler-0.16.3 which includes this fix.

ok sthen, "don't wait for me" kili
2011-03-03 21:25:38 +00:00
kili
dd4a650184 Update to poppler-0.14.5.
ok jasper@
2010-12-24 14:02:12 +00:00
espie
bec176e99e new depends 2010-11-20 09:48:38 +00:00
sthen
00c7c3a160 sync WANTLIB-main and bump; ok kili@ 2010-11-18 22:30:04 +00:00
kili
75b3af09bb Enable poppler-qt4 for powerpc (but not for arm) and clean up some mess.
- Remove arch specific FLAVOR settings for real.
- Don't set CXXFLAGS, it's not needed (and it confused qt3 and qt4).
- Don't pass CXXFLAGS and CFLAGS via CONFIGURE_ENV (not needed, either).

`reads good', landry@
2010-11-18 21:27:23 +00:00
espie
632a3518ab move gettext to new WANTLIB 2010-11-06 16:07:00 +00:00
espie
dcdfee948c convert libiconv to new wantlib 2010-11-06 10:18:38 +00:00
espie
88f371a12f zap old lib depends for qt4 2010-11-05 13:47:46 +00:00
espie
90c0904de3 convert qt3 to new style 2010-11-05 10:06:44 +00:00
espie
682bdd0fc0 don't ever make PSEUDO_FLAVORS/MULTI_PACKAGES dependent on arch.
Just use NOT_FOR_ARCH-* to not build some stuff somewhere.
That way, dpb says happy.

okay kili@
2010-11-05 00:05:15 +00:00
ajacoutot
ff07e285bc Remove USE_X11. 2010-10-24 20:58:58 +00:00
kili
f4a691919f Tiny bugfix update to poppler 0.14.4.
While here, take maintainership.

ok ajacoutot@
2010-10-12 07:00:04 +00:00
kili
99ae2676d5 Update to poppler-0.14.3.
Major bumps on all shared libs.

Don't build the new poppler-cpp for now (still needs some tweaks).

Note: glitz omitted from WANTLIB on purpose -- according to landry@ it
will disappear after the upcoming cairo update.

ok ajacoutot@
2010-10-09 08:05:30 +00:00
ajacoutot
c2fc923a8b Fix DEPENDS.
The converters/libiconv MODULE is only needed for the qt and qt4 FLAVORS.
2010-08-23 10:24:41 +00:00
kili
58d821bbc6 Update to poppler-0.12.4.
Use the converters/libiconv MODULE (prompted by ajacoutot).

ok ajacoutot@, edd@ (except for the patch hunk move bits, but I
really prefer a silent `make update-patches')
2010-05-08 17:09:48 +00:00
kili
c1932f7b75 Security fix (CVE-2009-3607) and bug fixes. 2009-11-21 21:57:50 +00:00
kili
b5659e40c4 Update to poppler-0.12.1.
Contains the xpdf-3.02pl4 diffs and some additional bug fixes.

ok ajacoutot@
2009-10-26 19:23:45 +00:00
kili
6c932f5d20 Merge security fixes from xpdf.
ok jasper@
2009-10-15 20:43:40 +00:00
kili
da255d2943 Remove stupid comments. 2009-10-13 16:20:34 +00:00
kili
caf2459631 Update to poppler-0.12.0.
Prodded and ok by ajacoutot@
2009-10-13 10:19:37 +00:00