6433 Commits

Author SHA1 Message Date
landry
a433da1b4b Uses -std=c++11 so set COMPILER accordingly, fixes build on sparc64
(tested by myself). From maintainer.
2018-01-10 22:46:21 +00:00
kirby
7f945b2240 update to zint-2.6.2 2018-01-10 15:12:08 +00:00
rsadowski
bdeac5465c Update jpeg to 1.5.3.
- Remove patch-simd_jsimd_powerpc, committed in 1.5.2.
- Change homepage

Changelog:
https://github.com/libjpeg-turbo/libjpeg-turbo/releases

ok jca@ landry@
2018-01-09 21:05:48 +00:00
fcambus
41d895abc3 Update optipng to 0.7.7.
As discussed with him, remove Kyle Isom from MAINTAINER (ENOTIME) and
take maintainership.

OK rsadowski@
2018-01-09 10:42:52 +00:00
rsadowski
fff2c8a191 Explicitly disable SDL
"It doesn't seem to install anything that depends on sdl but it does build
things using the headers which fail if sdl is removed between configure and
build" -- sthen@

ok sthen@
2018-01-07 22:17:48 +00:00
jasper
d514f5e9fb update to ttfautohint-1.8.1 2018-01-07 12:07:11 +00:00
bentley
8156cb23ea This has the same icu4c problem as vislcg3, so mark only for CLANG_ARCHS. 2018-01-03 08:05:29 +00:00
jasper
0e65d2580c update to birdfont-2.21.0 2018-01-01 10:59:24 +00:00
sthen
9165a6ba70 mark BROKEN-i386, clang segfault 2018-01-01 02:31:19 +00:00
ajacoutot
c948e84a90 Update to gegl03-0.3.26. 2017-12-30 08:56:43 +00:00
bcallah
43f2a96666 +drawpile 2017-12-29 22:41:58 +00:00
bcallah
60f5d2ee10 Import graphics/drawpile, a collaborative drawing program
ok rsadowski@

Drawpile is a Free/Libre networked drawing program that allows multiple
people to sketch on the same image simultaneously. It supports the
OpenRaster image file format and thus works well with applications such
as MyPaint, Krita and GIMP.
2017-12-29 22:41:06 +00:00
sthen
2d0b8c390c update to ImageMagick-6.9.9-30 2017-12-28 21:56:32 +00:00
sthen
c6394ec5c7 update to Darktable 2.4.0 - for release notes, see
https://www.darktable.org/2017/12/darktable-240-released/

"when updating from the currently stable 2.2.x series, please bear in
mind that your edits will be preserved during this process, but it will
not be possible to downgrade from 2.4 to 2.2.x any more."
2017-12-27 15:20:42 +00:00
kili
84eeb0d1b7 The new version of openimageio requires consumers to use C++11.
ok rsadowski@
2017-12-27 13:47:16 +00:00
rsadowski
f8aa39f35b Unbreak build with boost 1.65.1
spotted by landry@ in a amd64@ bulk.
2017-12-26 19:19:15 +00:00
rsadowski
05d16720b6 Update openimageio 1.8.6 (Necessary for newer boost) 2017-12-26 19:19:04 +00:00
jca
c1150152eb Link against libm, needed by lld 2017-12-26 06:13:38 +00:00
jca
3bcc1e5e0b Link against libm, fixes lld 2017-12-26 06:12:16 +00:00
kili
a4e496f0dd Unbreak for new poppler object API.
Stolen from upstream git. The CONFIGURE_ENV addition can be removed
when the next release of inkscape happens.
2017-12-25 22:59:24 +00:00
ajacoutot
986ccec3fb Update to libgexiv2-0.10.7. 2017-12-24 14:54:58 +00:00
landry
19d5974745 Update to displaz 0.4.0.
Add a patch explicitely setting the install base so that shaders are
found, for some reason QCoreApplication::applicationDirPath only returns '.'.
2017-12-23 11:32:28 +00:00
rsadowski
e5a22dc02a Update LibRaw to 0.18.6
ok jca@
2017-12-21 07:55:47 +00:00
fcambus
56dd4f8358 Update ansilove to 3.0.8. 2017-12-20 14:39:45 +00:00
landry
a3fe0f22be Oops, forgot to cvs rm/add. Via nigel@ 2017-12-16 08:53:34 +00:00
landry
22c0a29ccd Update to ffmpegthumbnailer 2.2.0, from Victor Kukshiev who takes
maintainership.
2017-12-15 21:11:42 +00:00
jca
5f7074aa8b Cope with newer graphics/jasper
ok ajacoutot@
2017-12-14 00:24:36 +00:00
jca
28b5bc97f1 Update to jasper-2.0.14
Security patches removed, since all of them appear to be merged
upstream, APIWARN diffs kept.  The atexit workaround introduced by jolan
is not needed any more.

The port now explicitely requests gnu11 support.  I did not change the
feature set (no libjpeg, no opengl) to ease the update.  People can
enable stuff later if they need to.
Testing quirks:
- not enabling jpeg means that the two first tests fail
- shells/bash should be installed at *configure* time in order for tests
  to be picked up; maybe we should add a "test" FLAVOR so that regular
  builds aren't affected?

Tested on amd64 and arm, bulk build + ok ajacoutot@ (thanks!)
2017-12-14 00:23:28 +00:00
fcambus
639794bf5b Security fixes for optipng:
- CVE-2017-16938 (Global buffer overflow)
  Details: https://sourceforge.net/p/optipng/bugs/69/

- CVE-2017-1000229 (Integer overflow)
  Detailes: https://sourceforge.net/p/optipng/bugs/65/

OK jca@
2017-12-12 15:51:44 +00:00
jca
6081acf524 MAINTAINER=Klemens Nanni
ok Matthew Via (former maintainer)
2017-12-12 12:59:31 +00:00
danj
b8360d5f6b Update to pqiv-2.10.1 2017-12-12 00:46:28 +00:00
jca
647483a899 Update to sxiv-24
Adds libinotify support for automatic image reloading.
From Klemens Nanni, input from bentley@, ok Matthew Via (maintainer).
2017-12-12 00:25:48 +00:00
jca
6dd9d44064 Go back to COMPILER, just use base-gcc for non-arm gcc platforms. 2017-12-08 18:57:20 +00:00
ajacoutot
9c4ce658e9 Update to cairo-1.14.12. 2017-12-08 09:56:26 +00:00
espie
dd1a06b9bb FIX_EXTRACT_PERMISSIONS 2017-12-07 13:12:44 +00:00
sthen
2d76c37ec8 The switch from MODULES=gcc4 to COMPILER didn't replicate the previous
state (it was intended to use the base compiler for most arches, but
a ports compiler on arm as it supported atomic ops not available in base).
Switch it back, and add hppa to MODGCC4_ARCHS as build was failing for
the same reason; may not work, but this is the simplest way to find out.

ok jca@ kirby@
2017-12-06 17:46:51 +00:00
jca
e542cd80cd Fix HOMEPAGE and MASTER_SITES, move to https
(We're using a 10 years old release when upstream has published
JasPer-2.0.14 earlier this year.)
2017-12-06 00:29:52 +00:00
ajacoutot
576078b94d Bump autoconf version to 2.69. 2017-12-04 11:52:04 +00:00
ajacoutot
104c6f0eeb Update to tesseract-3.05.01. 2017-12-03 13:59:46 +00:00
ajacoutot
1a5e7db7ce Update to leptonica-1.74.4. 2017-12-03 13:44:43 +00:00
ajacoutot
5509c11f2c Update to openexr-viewers-2.2.1. 2017-12-03 13:34:13 +00:00
ajacoutot
d04d464fb2 SECURITY update to OpenEXR-2.2.1.
- CVE-2017-9110, CVE-2017-9111, CVE-2017-9112, CVE-2017-9113,
  CVE-2017-9114, CVE-2017-9115, CVE-2017-9116
2017-12-03 13:33:43 +00:00
ajacoutot
227deda258 Put REVISION where it belongs.
Regen PLIST while here.
2017-12-03 13:32:52 +00:00
ajacoutot
8a66e69c4c Update to libwebp-0.6.1. 2017-12-03 13:10:17 +00:00
ajacoutot
823b20aa07 Update to argyllcms-2.0.0. 2017-12-03 13:09:35 +00:00
ajacoutot
8cc6476d5c SECURITY update to lcms2-2.9. 2017-12-03 13:05:47 +00:00
ajacoutot
d4dd1e9081 Update to ilmbase-2.2.1. 2017-12-03 13:04:26 +00:00
ajacoutot
a73995e104 Limit PORTROACH. 2017-12-03 12:53:48 +00:00
ajacoutot
d420a27175 Update to icoutils-0.32.2. 2017-12-03 12:51:35 +00:00
juanfra
ce246ba396 Move download.tuxfamily to https. 2017-12-02 21:39:49 +00:00