6047 Commits

Author SHA1 Message Date
sthen
382ecbfdf9 update to iec16022-0.2.7 and take MAINTAINER 2017-03-12 16:28:00 +00:00
naddy
5dbe1b6d1c Add dependency on graphics/potrace, which was already picked up by
configure if installed.  From maintainer Rafael Sadowski.
2017-03-10 20:09:50 +00:00
pascal
81ff2b758f Update to blender 2.78c. 2017-03-07 21:49:22 +00:00
jca
d119f0fd53 Honour CXX 2017-03-04 16:38:16 +00:00
krw
ca1b874d61 Remove unused, older library versions. Current ones
available via normal Ocaml ecosystem (a.k.a. opam).

ok chrisz@ avsm@ (maintainers)
2017-03-04 16:32:26 +00:00
krw
970ce15b67 Unhook unused, older library versions from build. Current ones
available via normal Ocaml ecosystem (a.k.a. opam).

ok chrisz@ avsm@ (maintainers)
2017-03-04 16:08:55 +00:00
jca
de785d3bfb Honour CC 2017-03-04 03:17:06 +00:00
ajacoutot
0d56a2ae5c Update to shotwell-0.25.90. 2017-02-28 14:36:27 +00:00
naddy
4455d91fd1 autoconf also needs libtool.m4; from maintainer Rafael Sadowski 2017-02-27 19:42:43 +00:00
jca
ced0a44c05 Don't harcode gcc 2017-02-27 11:04:42 +00:00
landry
3665bb1c47 Mark as ONLY_FOR_ARCHS=${OCAML_NATIVE_ARCHS}, the configure script looks
for ocamlopt.
2017-02-26 08:40:41 +00:00
naddy
76ae27d86c add missing autotool dependencies; from maintainer Rafael Sadowski 2017-02-25 20:44:13 +00:00
ajacoutot
aae8bad00a Update to libgxps-0.2.5. 2017-02-25 11:10:09 +00:00
jca
686b08d714 Fix the output of pkg-config imlib2 and imlib2-config
Spotted by naddy@ some time ago, bulk build and ok ajacoutot@
2017-02-24 18:47:54 +00:00
shadchin
202e0459b0 Fix Gtk3 backend for python3 flavor.
ok daniel@ (maintainer)
2017-02-24 13:46:22 +00:00
ajacoutot
7149cdaeea Update to libdvbpsi-1.3.1.
from Brad (maintainer)
2017-02-24 08:33:59 +00:00
landry
c1b6963e6f Update to inkscape 0.92.0, from Rafael Sadowski. 2017-02-24 08:05:34 +00:00
dcoppa
cf0c757846 Update to feh-2.18.2 2017-02-23 08:54:33 +00:00
ajacoutot
5070e2312f Some WANTLIB do not belong to the "light" FLAVOR. 2017-02-22 14:03:57 +00:00
feinerer
f84d879099 Use standard type u_int32_t instead of __u32.
Build error after sys/videoio.h update reported by naddy@.
2017-02-19 18:49:01 +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
ajacoutot
a4751d331b Missed bump. 2017-02-18 17:33:51 +00:00
ajacoutot
1722249aa0 idn -> idn2 after gnutls WANTLIB change. 2017-02-18 17:32:37 +00:00
sthen
3c13d59df9 remove HOMEPAGE which is already the default with GH_* 2017-02-16 10:45:45 +00:00
ajacoutot
6c27b18727 Update to shotwell-0.25.5. 2017-02-14 08:24:10 +00:00
sthen
95395da9e2 zap a space that crept in to the .if; no problem, just untidy 2017-02-13 21:24:48 +00:00
ajacoutot
818c050032 Update to gdk-pixbuf-2.36.5. 2017-02-13 16:35:31 +00:00
sthen
32a17206c7 disable SSE in graphics/lensfun on arch where it can't work, the CMakeLists
file is not smart enough to check.
2017-02-11 10:59:21 +00:00
ajacoutot
e93e479215 Update to ffmpeg-20170208.
from Brad (maintainer)
2017-02-09 12:58:03 +00:00
kirby
8b3f6b46b6 Update to rawtherapee-5.0-r1.
Remove patches merged upstream.
2017-02-08 09:27:06 +00:00
feinerer
4e2c25ba95 +pdfsandwich 2017-02-07 13:52:07 +00:00
feinerer
b99c8973a3 Import pdfsandwich 0.1.6
pdfsandwich generates "sandwich" OCR pdf files, i.e. pdf files which contain
only images (no text) will be processed by optical character recognition (OCR)
and the text will be added to each page invisibly "behind" the images.

pdfsandwich is a command line tool which is supposed to be useful to OCR
scanned books or journals. It is able to recognize the page layout even for
multicolumn text.

ok benoit@
2017-02-07 13:42:45 +00:00
sthen
d089f0b05a Add perl to WANTLIB, first batch. This used to be done automatically but
since SHARED_ONLY support was removed across the ports tree the perl module
no longer adds it, so it must be done manually for any perl ports that
provide perl shared-library modules (i.e. libdata/perl5/site_perl/$ARCH/*.so)
and you must not remove them from WANTLIB even if they show as "Extra".
2017-02-06 20:20:23 +00:00
sthen
d6d8508bd0 Change FFmpeg's TLS support to use SSLv23_*_method (allowing any
supported SSL/TLS version, in our case this is TLS1.0+) instead of the
confusingly-named TLSv1_*_method (TLSv1.0 only). Fixes e.g. "mplayer
https://ftp.openbsd.org/pub/OpenBSD/songs/song53.mp3". OK Brad.
2017-02-05 21:23:00 +00:00
sthen
79c0195209 update to darktable-2.2.3.
Disable OpenCL tests as they cause clang to be picked up during configure,
causing problems if DPB junks it (found by naddy).

(darktable needs to be built with ports gcc for TLS emulation, otherwise
I'd just switch it to clang instead..)
2017-02-02 13:55:58 +00:00
sthen
d7ad0ff57a Link digikam-kde4 to the build properly. It was already pulled in via
meta/kde4/Makefile but that's not enough to get listed in INDEX.
2017-02-02 12:58:33 +00:00
sthen
75223c6422 backport upstream patch to fix digikam-kde4 with newer lensfun.
diff from rsadowski with minor tweak in patch comment by me.
2017-02-02 12:57:28 +00:00
sthen
f024b8e700 regen patches 2017-02-02 12:57:13 +00:00
ajacoutot
22fbe416a7 Remove; it's using the old and insecure www/webkit. 2017-02-01 20:47:02 +00:00
kirby
3818d92e1e Update to xfig-3.2.6.
- upstream switched from imake to autotools
 - update HOMEPAGE
 - remove trailing whitespace in DESCR

OK naddy@
2017-02-01 10:09:58 +00:00
ajacoutot
b540124e9b Update to shotwell-0.25.4. 2017-02-01 06:52:46 +00:00
sthen
cfda422aa9 update to lensfun-0.3.2, disable doxygen. from rsadowski 2017-01-31 09:58:35 +00:00
sthen
fc5792f8a1 update to darktable-2.2.2 2017-01-31 09:57:44 +00:00
sthen
94e8aee89a zap zero-byte files, list from rsadowski 2017-01-27 18:52:26 +00:00
czarkoff
58747d76b1 Update to img2pdf 0.2.3 2017-01-26 09:38:57 +00:00
naddy
a8a51cae8a maintenance update to 1.6.28; from Brad 2017-01-18 22:12:32 +00:00
jca
e2779ca142 Remove MAINTAINER.
Mail address bounces, no reply from alternative address.
2017-01-17 16:18:18 +00:00
ajacoutot
0a333cf79a Update to shotwell-0.25.3. 2017-01-16 20:51:05 +00:00
ajacoutot
4ae9afb602 Update to gdk-pixbuf-2.36.4. 2017-01-16 19:20:02 +00:00
benoit
aac2d01d46 Update to pngcrush-1.8.11. 2017-01-16 15:23:14 +00:00