kili
755efda6d5
Update to poppler-0.59.
...
Still outdated -- an update to 0.61 or 0.62 will follow soon.
2017-12-25 22:56:43 +00:00
naddy
11e3dd67b3
switch COMPILER from the old, confusing shortcuts to the more explicit format
2017-11-16 23:20:37 +00:00
landry
10eedd1e2c
Add ${MODGCC4_CPPLIBDEP} to LIB_DEPENDS-*, changes nothing for clang
...
archs, but fixes the dreaded 'Missing library for estdc++>=17.0' error
message at pkg_create on other archs. COMPILER_LIBCXX is in WANTLIB-*,
but nothing brought it into context, as ${MODGCC4_CPPLIBDEP} is only in
LIB_DEPENDS, which isnt inherited by LIB_DEPENDS-* here.
If you didnt understood all this garbage, your mental sanity is safe.
ok kili@
2017-11-04 21:28:36 +00:00
ajacoutot
2d1d7a3a5d
Drop LIB_DEPENDS from -main to prevent inheriting the Qt 4 and 5
...
dependencies.
committing on behalf of kili@
2017-10-29 08:24:26 +00:00
sthen
cd095cec5e
Handle pthread-stubs removal.
2017-10-23 17:11:02 +00:00
kili
a961741064
Add ${LIB_DEPENDS} to LIB_DEPENDS-main to get libestdc++ on GCC49_ARCHS
...
which aren't in CLANG_ARCHS (like sparc64, armv7).
Sorry for the breakage.
Noticed by landry@ on a sparc64 bulk build, fix tested by phessler
on arm.
ok phessler@
2017-09-15 19:52:26 +00:00
kili
00c784bb19
Update to poppler-0.57.0.
2017-08-28 19:08:30 +00:00
sthen
5e964ab0df
bump LIBCXX/LIBECXX/COMPILER_LIBCXX ports.
2017-07-26 22:45:14 +00:00
zhuk
afe0c7bb75
Make use of POPPLER_QT5_CXXFLAGS to unbreak after Qt 5.9 update.
2017-07-18 04:51:43 +00:00
espie
4cf9195daa
more WANT_CXX / LIBECXX
2017-05-13 17:40:26 +00:00
sthen
073d25a37c
use LIBCXX
2017-04-10 11:46:32 +00:00
kili
2960e18fc5
Remove poppler-qt subpackage (qt3 support).
...
It's not used by anything, totally dead upstream
and just clutters the port.
ok aja@, landry@
2017-03-26 19:51:36 +00:00
kili
80672a19ba
Update to poppler-0.52.0.
...
Minor bumps for poppler-qt{4,5} because of symbol additions,
even if they are considered 'private'.
2017-02-19 20:53:26 +00:00
kili
e2aa85bb03
Update to poppler-0.51.0.
2017-01-17 13:03:30 +00:00
landry
b7a25edbed
Missed REVISION-qt bump in r1.115, WANTLIB-qt changed... and PLIST_DB
...
complained loudly here.
2016-12-27 17:38:25 +00:00
zhuk
a47f492f02
Adapt to new x11/qt5 layout, mostly REVISION bumps due to changed deps.
...
The devel/kf5 to be handled separately, please wait.
2016-12-25 14:34:39 +00:00
zhuk
6193f45340
Tweak the poppler linking bits, making -lestdc++ come only to those
...
subpackages where it's really needed.
Relies on the recent libtool from base.
2016-12-25 13:54:34 +00:00
zhuk
119453df54
poppler 0.50 picks up openjp2 by default, unlike previous versions, which
...
preferred openjpeg due to some bugs in openjp2.
Tweaking LIB_DEPENDS and WANTLIB entries. More stuff to come with Qt update.
Comitting now to avoid bulk builds breakage.
2016-12-17 15:31:57 +00:00
kili
74a98ff827
aja@ wants a new poppler, so update to 0.50.0.
2016-12-17 01:20:10 +00:00
kili
358c347bb5
Update to poppler-0.49.
2016-11-23 20:45:00 +00:00
kili
355c2b16cd
Update to poppler-0.48.0.
...
ok aja@
2016-10-14 07:39:52 +00:00
kili
504f57c4cf
Update to poppler-0.47.0.
2016-08-22 21:31:54 +00:00
kili
498e3f20ed
Update to poppler-0.46.0.
...
Simplify patch for configure.ac.
Non need to set ac_cv_prog_MOCQT5 or ac_cv_prog_MOCQT52 in
CONFIGURE_ENV (noticed by zhuk@).
2016-08-01 18:35:40 +00:00
kili
39dfcf91ff
Disable pdfsig to get rid of the nss dependency.
2016-07-09 15:37:46 +00:00
kili
0ac7364eb3
Update to poppler-0.45.0.
...
Major bump to poppler-cpp because
time_type detail::convert_date(const char *date)
had been removed.
Looks ok to aja@.
2016-06-19 19:42:26 +00:00
kili
73cf1ca1c9
Update to popppler-0.44.0.
...
Tested on amd64 with my collection of poisoned pdfs.
ok aja@
2016-05-27 21:14:31 +00:00
kili
28ebd6289d
Update to poppler-0.43.0.
...
Replace gettext module by normal dependencies.
Enable libnss (for pdfsig).
ok aja@ (with a small correction to my initial diff)
2016-05-01 12:33:24 +00:00
sthen
0d7f067ba3
more LL for large constants
2016-03-27 20:04:25 +00:00
sthen
6d56aa41a1
use LL for 64-bit constants, to fix build on 32-bit arch. ok kili@
2016-03-27 16:06:16 +00:00
kili
3aaa33c176
Update to poppler-0.42.0.
...
Not including pdfsig(1) and related functionaliety in the
libraries for now, because it would pull in a couple of
additional dependencies (via security/nss). I'll send a
separate diff for this in a few days to let people judge
wether it's too much or not.
ok aja@
2016-03-23 20:09:34 +00:00
kili
4989ff0372
Update to poppler-0.41.0.
2016-02-27 19:21:32 +00:00
kili
086e9c3a63
Update to poppler-0.40.0.
...
Reminder and ok aja@
2016-01-17 11:48:18 +00:00
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