6720 Commits

Author SHA1 Message Date
daniel
d60418f56e Backport compile fix for i386/clang. Breakage reported by sthen@.
ok landry@, sthen@
2018-11-02 23:32:44 +00:00
bcallah
b92aec64cb This needs the intltool MODULE, spotted by naddy@
While here, @comment out two lines that aja@ says are useless
2018-11-02 19:23:13 +00:00
bcallah
2d8062b9ff +dibuja 2018-11-01 20:55:36 +00:00
bcallah
2f04638c49 Import graphics/dibuja, a simple to use paint program.
ok bentley@

Dibuja is a simple to use paint program like Paintbrush for Mac or
classic MS Paint.

It allows you to easily create drawings and edit images, add arrows,
text, and effects to your drawings and pictures, or crop and resize your
images.
2018-11-01 20:55:15 +00:00
ajacoutot
c92d9cffbb - Revert extended channel layouts using PCEs as some odd behavior can be
seen from the AAC encoder sometimes
- aacenc: add SIMD optimizations for abs_pow34 and quantization

from Brad (maintainer)
2018-11-01 08:43:26 +00:00
daniel
06f027d681 Update to matplotlib 2.0.2 to allow forward progress on py-zmq which is
needed by jupyter-notebook.
2018-10-29 00:28:50 +00:00
ajacoutot
197562addc Update to gphoto-2.5.20. 2018-10-28 09:46:04 +00:00
ajacoutot
218f8a7aa3 Update to libgphoto-2.5.20. 2018-10-28 09:45:50 +00:00
bentley
09a259070c Include cstring for str*() functions. 2018-10-28 06:11:53 +00:00
ajacoutot
864bfb421a Update to gegl04-0.4.12. 2018-10-27 16:09:37 +00:00
juanfra
78959ac5e7 Update to pdf2djvu 0.9.11. 2018-10-27 16:00:02 +00:00
jasper
5443a6eefe update to evince-3.28.5 2018-10-27 13:28:05 +00:00
sthen
813d2e28fc drop php 7.0 and scaffolding, the default has already been switched to 7.1 2018-10-26 21:22:01 +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
rsadowski
e366caf917 Update OpenBSD KDE5 universe.
- Update KDE Frameworks to 5.51.0
-- Change examples handling and use @sample for all of them. Idea by
   ajacoutot@. Discussed with ajacoutot@,sthen@,naddy@.

- Update our KDE Applications to 18.08.2.
-- Nothing special except okteta. They use there own version pattern
   now. I set EPOCH.

- Update all devel/kf5 consumers there are effected by the examples handling.
-- kdevelop
-- krusader
-- tellico
-- yakuake

Thanks to landry@ for feedback and hints
2018-10-22 20:30:41 +00:00
rsadowski
478335f960 Update krita-4.1.5 2018-10-20 14:44:04 +00:00
ajacoutot
90efd4f6f6 Update to cairo-1.16.0. 2018-10-20 11:20:54 +00:00
fcambus
aea4d2694d Add termtosvg. 2018-10-17 16:16:15 +00:00
fcambus
cedebf76b1 Import graphics/termtosvg.
termtosvg is a Unix terminal recorder written in Python that renders
your command line sessions as standalone SVG animations.

OK solene@, sthen@
2018-10-17 16:15:26 +00:00
ajacoutot
bfe622f81f Update to gegl04-0.4.10. 2018-10-17 10:08:16 +00:00
ajacoutot
6df43325f6 * Cleanup WANTLIB/LIB_DEPENDS a bit
* Backport patches from upstream:
- Switch AAC encoder from twoloop coder to fast coder
- Add support for extended channel layouts using PCEs

from Brad (maintainer)
2018-10-17 08:25:07 +00:00
fcambus
6b930a1154 Enable Lua scripting support in grafx2. This allows using the brush
factory to generate or modify brushes using Lua scripts.
2018-10-16 19:11:01 +00:00
ajacoutot
3aa2b6f1d4 Update to cairo-1.15.14. 2018-10-16 14:23:38 +00:00
ajacoutot
4078841208 Update to babl-0.1.58. 2018-10-16 11:27:00 +00:00
jasper
dd608e425b update to gthumb-3.6.2 2018-10-02 11:57:47 +00:00
ajacoutot
4b12d3e7c9 SEPARATE_BUILD is already set by the cmake module.
from Brad
2018-10-01 14:16:55 +00:00
rpointel
8392ea5b85 update exiftool to 11.11.
ok gonzalo@
2018-10-01 08:23:12 +00:00
ajacoutot
6675564a1b SECURITY update to jpeg-2.0.0v0.
- CVE-2018-11813
- lots of bugfixes

Survived a bulk build and heavy Desktop usage.
from Brad
2018-10-01 07:08:22 +00:00
jasper
0786e42fd0 update to evince-3.28.4 2018-09-30 12:27:16 +00:00
ajacoutot
f08b5e0c12 Update to shotwell-0.30.1.
This commit is dedicated to Kristaps Dzonsons and all the
Scuba Divers^shotwell haters out there ;-)
2018-09-29 16:30:37 +00:00
rsadowski
7768760594 Update krita-4.1.3 2018-09-29 06:42:21 +00:00
sthen
9a798e665c add php71/72 flavours for pecl-* ports 2018-09-28 22:24:24 +00:00
sthen
1643483b61 update to 20180320 snap of zxing 2018-09-28 14:14:03 +00:00
ajacoutot
9e1bd05c8b Update to libwebp-1.0.0.
from Brad
2018-09-25 07:01:04 +00:00
daniel
0ae902c86c Update HOMEPAGE. 2018-09-25 06:11:24 +00:00
ajacoutot
2f74383ee1 Update to ffmpeg 2.8.15 (now followin upstream versioning).
from Brad (maintainer)
2018-09-21 21:40:19 +00:00
rsadowski
0047cbc756 hook kdiagram 2018-09-19 05:14:29 +00:00
espie
e902e741fe zap duplicate dir
no packagy, no bumpy
2018-09-18 14:33:17 +00:00
kirby
0c2f01a838 @sample config
OK sthen@
2018-09-18 10:54:55 +00:00
rsadowski
2dfa970176 Import kdiagram-2.6.1
Powerful libraries (KChart, KGantt) for creating business diagrams.

Tweaks from solene@, ok bentley@
2018-09-18 10:22:03 +00:00
ajacoutot
e146d9bbb3 Update to shotwell-0.30.0. 2018-09-17 15:54:03 +00:00
espie
a795e19a29 common directory tessdata should be owned by something, even if it's shared
ownership
2018-09-17 10:13:09 +00:00
ajacoutot
83158bd42d Add some build fixes for ARM.
from Brad
2018-09-16 06:08:04 +00:00
robert
5743d23da7 add support for the neon instruction format on arm64 by checking
if section data.rel.ro is supported on openbsd as well
2018-09-12 19:59:04 +00:00
naddy
d2a778a9ab Update to 10.83.02: fix a bug in pamgetcolor pointed out by clang 2018-09-09 09:24:59 +00:00
naddy
c9eeab91a6 maintenance update to 10.83.01: new commands pamgetcolor, pamlevels 2018-09-08 14:04:07 +00:00
rsadowski
b330585c2f Unbreak build if no quazip qt4 is installed
Include headers from quazip5 and not quazip.

Spodded by ajacoutot@ in a bulk build. Thanks!
2018-09-08 06:56:45 +00:00
espie
1129213107 obey LOCALBASE 2018-09-07 09:53:44 +00:00
rsadowski
30e0c1da76 Link with Qt5 quazip and not Qt4
Spottedy by and ok sthen@ Thanks!
2018-09-06 16:20:52 +00:00
espie
f4b7f81318 convert to PKGSTEM 2018-09-04 12:46:09 +00:00