Commit Graph

187 Commits

Author SHA1 Message Date
jasper
434b729a1d update to evince-3.38.2 2021-02-14 13:20:25 +00:00
jasper
e2bc3c3a89 update to evince-3.38.1 2021-01-31 19:10:20 +00:00
jasper
1099ea85b8 update to evince-3.38.0 2020-11-07 10:04:21 +00:00
ajacoutot
1f4947b8f2 Update to evince-3.36.7.
ok jasper@
2020-07-05 18:52:51 +00:00
jasper
1f15ccd940 update to evince-3.36.6 2020-06-23 08:27:26 +00:00
jasper
f591bf8cc7 update to evince-3.36.5 2020-06-11 19:47:34 +00:00
jasper
d59cdb2150 update to evince-3.36.4 2020-06-09 19:12:03 +00:00
jasper
8dc608a62c update to evince-3.36.3 2020-06-02 12:28:06 +00:00
jasper
a9e03719f1 update to evince-3.36.2 2020-05-30 12:52:14 +00:00
jasper
e8b88c1de0 remove FAKE_FLAGS which aren't needed anymore since the switch to meson
pointed out by aja@
2020-05-21 19:26:58 +00:00
jasper
8e4a3840b1 update to evince-3.36.1 2020-05-20 11:17:53 +00:00
jasper
f7abd58d16 switch to using meson 2020-05-20 10:14:26 +00:00
jasper
a37044faec update to evince-3.36.0 2020-05-14 15:30:25 +00:00
jasper
b6c80a1c4b build debug packages 2020-02-10 18:19:45 +00:00
jasper
a4957d14c9 update to evince-3.34.2 2019-11-26 08:26:33 +00:00
jasper
147c90a515 update to evince-3.34.1 2019-11-02 11:10:28 +00:00
jasper
046dbb6745 update to evince-3.32.1 2019-09-29 17:41:52 +00:00
sthen
3318ced016 replace simple PERMIT_PACKAGE_CDROM=Yes with PERMIT_PACKAGE=Yes 2019-07-12 20:46:54 +00:00
ajacoutot
c0241a112e Unbreak: missing BDEP.
Regen PLIST while here.
2019-05-08 18:52:17 +00:00
jasper
9990197235 update to evince-3.32.0 2019-05-08 12:55:52 +00:00
edd
0e59dc9eae graphics/evince: Consistently depend upon TeX Live's synctex.
Before this change, it would only use TeX Live's synctex if it happened
to not be installed at build time.

OK jca@
2019-02-13 18:15:55 +00:00
jasper
8eaf246038 update to evince-3.30.2 2019-01-06 13:54:15 +00:00
ajacoutot
2f0b3b3f69 Properly distribute LIB_DEPENDS and WANTLIB between the FLAVORs. 2019-01-03 15:45:17 +00:00
jasper
5443a6eefe update to evince-3.28.5 2018-10-27 13:28:05 +00:00
sthen
25f0e460f2 Add COMPILER lines to c++ ports which currently use the default. Adjust
some existing COMPILER lines with arch restrictions etc. In the usual
case this is now using "COMPILER = base-clang ports-gcc base-gcc" on
ports with c++ libraries in WANTLIB.

This is basically intended to be a noop on architectures using clang
as the system compiler, but help with other architectures where we
currently have many ports knocked out due to building with an unsuitable
compiler -

- some ports require c++11/newer so the GCC version in base that is used
on these archirtectures is too old.

- some ports have conflicts where an executable is built with one compiler
(e.g. gcc from base) but a library dependency is built with a different
one (e.g. gcc from ports), resulted in mixing incompatible libraries in the
same address space.

devel/gmp is intentionally skipped as it's on the path to building gcc -
the c++ library there is unused in ports (and not built by default upstream)
so intending to disable building gmpcxx in a future commit.
2018-10-24 14:27:57 +00:00
jasper
0786e42fd0 update to evince-3.28.4 2018-09-30 12:27:16 +00:00
jasper
241479678f update to evince-3.28.3, this drops the postscript backend as upstream has
followed others in disabling this by default over recent security concerns
2018-09-03 19:56:34 +00:00
espie
2a95b6e111 tag glib-compile-schemas 2018-07-06 06:04:41 +00:00
ajacoutot
9bf18e76f9 Fix typo in comment. 2018-07-01 09:25:59 +00:00
espie
f3af5f5030 depends on kpathsea, which changed package
include a runtime dep on texlive_base as well
not sure it's needed, but at least the conversion is transparent for now
2018-07-01 09:00:36 +00:00
espie
c36d0659b9 @tag gtk-update-icon-cache 2018-06-29 22:16:08 +00:00
espie
150a0f36fa first tag: update-desktop-database 2018-06-27 21:03:34 +00:00
jasper
fe3b187a52 update to evince-3.28.0 2018-04-23 19:49:14 +00:00
jasper
3c7e00d697 update to evince-3.26.0 2017-11-02 11:22:52 +00:00
sthen
b9064dc0ff Handle pthread-stubs removal. 2017-10-23 17:10:49 +00:00
sthen
5e964ab0df bump LIBCXX/LIBECXX/COMPILER_LIBCXX ports. 2017-07-26 22:45:14 +00:00
jasper
3240850aee update to evince-3.24.1 2017-07-24 18:28:11 +00:00
espie
42638a8f2e ...and those last 5, which got updated while I was creating the diff 2017-07-16 19:20:57 +00:00
ajacoutot
d74de331cf Fix typo in desktop file. 2017-07-16 08:49:17 +00:00
ajacoutot
1a22e3c262 SECURITY fix for CVE-2017-1000083): Evince command injection vulnerability
in CBT handler (comics: Remove support for tar and tar-like commands).
2017-07-13 12:25:52 +00:00
ajacoutot
425f309918 Fix build with clang by passing -Wno-error=format-nonliteral to CFLAGS.
breakage reported by espie@
ok jasper@
2017-04-23 21:45:58 +00:00
jasper
015d094327 update to evince-3.24.0 2017-04-17 11:42:20 +00:00
sthen
bcbf44ab87 use LIBCXX 2017-04-10 11:46:18 +00:00
ajacoutot
5070e2312f Some WANTLIB do not belong to the "light" FLAVOR. 2017-02-22 14:03:57 +00:00
ajacoutot
994733a9be First shot at fixing the idn -> idn2 failure after gnutls dependency change.
List provided by naddy@, thanks!
2017-02-19 14:43:49 +00:00
zhuk
17d612f92d Tweak WANTLIB after poppler switch from openjpeg to openjp2. 2016-12-17 16:54:25 +00:00
jasper
a677660a0b update to evince-3.22.1 2016-10-31 12:18:16 +00:00
jasper
f39af64cfb update to evince-3.20.1 2016-06-27 11:20:49 +00:00
jasper
b1895b9aab update to evince-3.20.0 2016-04-25 14:41:31 +00:00
naddy
42bc647e80 remove SHARED_ONLY from ports that only use modules that neither set nor
read this variable
2016-03-18 23:12:15 +00:00