kili
e3c1a65546
Update to poppler-0.39.0.
...
Major bump for libpoppler-glib because poppler_orientation_get_type() had
been removed.
ok diff-wise, aja@
2015-12-18 22:40:56 +00:00
zhuk
f3fb154af2
Add Qt5 support for poppler.
...
Tested by kili@ (maintainer) and sthen@; also aja@ tested and okayed
some support patches.
This doesn't fix all "libstdc++ overwrites libestdc++ at runtime" issues,
but at least allows for sthen@ to proceed. Expect more some ugly tweak
proposals on ports@ soon.
2015-12-14 14:25:47 +00:00
kili
bcde87f1d5
Update to poppler-0.38.0.
...
tests and ok, aja@
2015-11-20 07:47:44 +00:00
kili
251e000224
Update to poppler-0.37.0.
...
ok aja@
2015-10-11 15:50:49 +00:00
kili
e158ec3dec
Update to poppler-0.36.0.
...
Reminded by and ok aja@ (as usual ;-))
2015-09-13 21:46:41 +00:00
kili
4e86ddab3d
Update to poppler-0.35.0.
...
Reminded by aja@
2015-08-14 07:58:25 +00:00
kili
36ce279d3a
Update to poppler-0.34.
...
ok aja@
2015-07-12 22:37:11 +00:00
kili
8c59999100
Update to poppler-0.33.0.
...
ok aja@
2015-05-18 19:49:11 +00:00
kili
150ecac61c
Update to poppler-0.32.0.
...
Testing and ok, aja@
2015-03-30 21:43:29 +00:00
kili
afb4df3535
Update to poppler-0.31.0.
2015-03-15 10:59:49 +00:00
kili
307c6dd3c6
Update to poppler-0.30.0.
...
ok aja@
2015-01-07 14:53:01 +00:00
kili
5c5ce99768
Update to poppler-0.29.0.
2014-12-13 19:02:07 +00:00
zhuk
d10d7c5043
Make sure Qt5 is not picked up.
...
The patch to add new -qt5 subpackage is being worked on, but won't hit CVS
until Qt5 is enabled in builds.
2014-12-10 20:51:49 +00:00
kili
4cfd835bd7
Update to poppler-0.28.1.
...
reminder by and ok, ajacoutot@
2014-11-18 18:59:08 +00:00
ajacoutot
6494234013
Update to poppler-0.26.5.
...
ok kili@ (maintainer)
2014-10-01 21:44:48 +00:00
ajacoutot
372cd2bc49
--disable-gtk-doc is handled by the infrastructure now.
2014-09-13 16:36:53 +00:00
ajacoutot
c231f819c7
Update to poppler-0.26.4.
...
ok kili@ (maintainer)
2014-08-25 19:19:42 +00:00
ajacoutot
c10b1a8d1c
Update to poppler-0.26.3.
...
input/ok kili@ (maintainer)
2014-08-10 07:56:40 +00:00
kili
31a30da724
Update to poppler-0.26.1.
...
ok aja@
2014-05-28 19:45:53 +00:00
kili
b973296958
Update to poppler-0.26.
...
ok ajacoutot@
2014-04-28 16:48:27 +00:00
ajacoutot
dc08eb298e
Bugfix update to poppler-0.24.5.
...
ok kili@ (maintainer)
2014-01-03 13:50:04 +00:00
kili
de0f229c0d
Update to poppler-0.24.4.
...
ok aja@
2013-12-17 18:48:25 +00:00
kili
4945a5633a
Update to poppler-0.24.3.
...
ok ajacoutot@
2013-11-01 07:46:58 +00:00
ajacoutot
2d83b9e023
Update to poppler-0.24.1.
...
RUN_DEPENDS on poppler-data.
ok kili@ (maintainer)
2013-09-14 09:51:59 +00:00
kili
d47c4f5491
Update to poppler-0.24.
...
ok ajacoutot@ (and thanks for testing!)
2013-08-15 18:40:20 +00:00
kili
2a7dd9888e
Update to poppler-0.22.5.
...
ok aja@
2013-06-22 20:16:46 +00:00
naddy
10bfdff492
the png headers are now directly under include/
2013-06-04 18:41:39 +00:00
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