Commit Graph

7504 Commits

Author SHA1 Message Date
rsadowski
1fd2fc40d7 Update opencv to 4.4.0 2020-09-04 13:09:29 +00:00
thfr
ee58d0eb34 glslang now requires python3 to build
reported by aja@
2020-09-04 05:09:17 +00:00
rsadowski
9c841e9951 Update nomacs to 3.16.224 2020-09-04 04:43:31 +00:00
sthen
a4d6b10c51 darktable: remove old i386 CFLAGS setting, restrict -msse3 to amd64.
From Brad.
2020-08-28 09:23:01 +00:00
sthen
e0bf760539 darktable: update ONLY_FOR_ARCHS following version update; upstream only
supports amd64, aarch64, powerpc64
2020-08-26 12:59:29 +00:00
jsg
06723a8861 backport a patch to fix build error with Mesa 20.1 found by naddy@
s/EGL_NO_CONFIG_MESA/EGL_NO_CONFIG_KHR/
1fe351e533a1c8b88551b06e6d76e5c2bf8228bc
2020-08-26 03:23:40 +00:00
sthen
12701a5ebb update to darktable 3.2.1, from Asher Pasha with a few tweaks, ok rsadowski 2020-08-24 09:47:06 +00:00
ajacoutot
e99c633b65 Update to sane-backends-1.0.31. 2020-08-23 15:52:11 +00:00
rsadowski
8d0a42e217 Update libraw to 0.20.0
https://www.libraw.org/news/libraw-0-20-Release
2020-08-22 08:21:40 +00:00
rsadowski
cce57984fd Stop looking for py2 and use py3 only.
This should fix the bulk failures on amd64 and i386.

OK aja (maintainer)
2020-08-18 18:19:05 +00:00
rsadowski
9957f5ec4f Update makehuman to git tag b0ca7c8837327b6fbcccfcc85f75a9854f95ea05
Changelog:
*At the point of writing this, the source code is almost ready for a stable release.
*It is now possible to disable sample buffers via settings (on the general tab).
 This is the first thing to try on graphics cards which have trouble rendering
 the 3d canvas.
*It is now possible to enforce "noshaders" via settings (on the general tab).
 This is the second thing to try on graphics cards which have trouble rendering
 the 3d canvas.
*The UI should now scale properly on UHD/4K displays (thanks dennj). There is a
 setting ("use HDPI") for this under settings -> general.
*TARGETS: The core targets were reworked to assure left/right
 symmetry.

From maintainer Dimitri Karamazov
2020-08-16 08:03:05 +00:00
rsadowski
a29822b717 Unbreak with devel/boost>=1.67.0 2020-08-15 20:31:04 +00:00
rsadowski
627c8cfc5d Unbreak with devel/boost>=1.67.0 2020-08-15 20:31:01 +00:00
pamela
93309ec3b7 add numpy, wanted by a few of the built-in extensions (e.g. interpolate)
OK rsadowski (maintainer)
2020-08-14 09:01:57 +00:00
ajacoutot
6c1fd282bd Update to OpenEXR-2.5.3. 2020-08-13 14:38:25 +00:00
kirby
e6b06c7cd1 Update zint to 2.9.0 2020-08-10 13:09:47 +00:00
jca
c2a7e0b633 Only link with gdi32 when building on Windows
Fixes the build with LLVM 10.
2020-08-08 22:12:00 +00:00
jsg
0e21764c1b stop using -march=i686 for 64 bit atomics on i386
the now default -march=i586 includes 64 bit atomics
from Brad ok sthen@
2020-08-07 14:30:10 +00:00
stsp
c2d317b5d1 Fix segfault during 'scanimage -L' if e.g. a "pflog0" interface exists.
ok ajacoutot@
2020-08-04 12:59:41 +00:00
ajacoutot
007ea611e7 Update to gegl04-0.4.26. 2020-08-04 08:20:06 +00:00
ajacoutot
bfcb3ddf38 Update to babl-0.1.80. 2020-08-03 08:01:48 +00:00
naddy
aedb594e39 Explicitly link the shared library against libm.
Fixes build with LLD 10.  From Brad
2020-08-02 14:58:09 +00:00
jasper
fdef173654 - update to leptonica-1.80.0
- fix HOMEPAG
2020-07-30 08:13:33 +00:00
ajacoutot
b18d3d8353 Add BDEP on x11/gnome/librsvg; it's picked up when present at configure
time.

spotted by naddy@
2020-07-30 07:04:02 +00:00
kmos
86c40bd843 Fix the build of mscgen for sparc64 and presumably other
ld.bfd architectures.

Better version and ok cwen
2020-07-26 20:24:16 +00:00
jcs
57e2f70430 fix a double-free in pbmtext, from upstream
ok naddy
2020-07-23 16:53:15 +00:00
sthen
93b61513f2 vulkan-loader: revert previous, I was mistaken about it helping.
mark BROKEN for now. https://github.com/KhronosGroup/Vulkan-Loader/issues/252
2020-07-21 12:48:55 +00:00
rsadowski
75e3790003 Remove ninja 1.9.0 obsolete workarounds
Noticed by sthen@ and Alessandro De Laurenzis (qucs-s context)
2020-07-20 14:55:51 +00:00
sthen
3046fbf76a vulkan-loader: don't use clang integrated assembler on i386,
from thfr@

"Integrated clang assembler doesn't work with x86 - Bug #698164
remove if build can be updated to clang 9.0.0 (see
https://github.com/KhronosGroup/Vulkan-Loader/issues/252)"
2020-07-20 11:37:22 +00:00
rsadowski
246d9499b4 Update digikam to 7.0.0 2020-07-20 04:51:38 +00:00
rsadowski
f57e607207 Add missing BUILD_DEPENDS
From Dimitri Karamazov (maintainer), spotted by sthen and kili
2020-07-16 04:36:04 +00:00
rsadowski
81908702a9 Update makehuman to 1.2.0beta2
This is an pre-release. Upstream marked it as versionSub = "beta2"
One port less with py2,qt4 dependencies.

Update diff from Dimitri Karamazov who also take maintainer,
Feedback from aja@, Thanks!
2020-07-13 20:09:27 +00:00
sthen
6cc9779250 switch my maintainer email addresses to my own domain 2020-07-11 22:54:35 +00:00
ajacoutot
31264703c3 Update to simple-scan-3.36.4. 2020-07-10 06:15:22 +00:00
thfr
d4a9e2f731 now BDEP on spirv-headers; found by naddy@ 2020-07-08 21:37:50 +00:00
naddy
1922180f80 Update to 10.91.00 for a multitude of bug fixes.
Regular maintenance: add debug package, set shared library soname
2020-07-07 20:15:03 +00:00
thfr
127f24c78f update vulkan ports to sdk 1.2.141.0
disable _XOPEN_SOURCE=500 to fix finding definition of alloca(3)
ok jsg@ whose original diff this was based on, and who found the alloca
fix
live long and prosper
2020-07-07 08:08:03 +00:00
sthen
0e0e772268 update to img2pdf-0.3.6 2020-07-06 10:07:44 +00:00
ajacoutot
f5b73dec56 Revert previous: doesn't fly on sparc64 as reported by kmos@ 2020-07-06 07:14:55 +00:00
kmos
63518f1ef5 Bump REVISION because of move to Python 3.8
(sparc64 build failed without it)
2020-07-05 22:09:32 +00:00
ajacoutot
1f4947b8f2 Update to evince-3.36.7.
ok jasper@
2020-07-05 18:52:51 +00:00
sthen
7d7dd8cd4d Use Python 3.7 for Blender. Blender uses private API which has changed
in py3.8. Problem not noticed in earlier py38 bulk build (done on i386)
because openimageio doesn't build there.

A better fix would be updating Blender but this is non-trivial.
2020-07-05 11:01:11 +00:00
ajacoutot
df1f38aa0c Bump for py3.7 -> py3.8 2020-07-05 07:17:37 +00:00
fcambus
91bf467977 Update ansilove to 4.1.2. 2020-07-04 19:47:46 +00:00
sthen
52e264cc31 bump -doc and set RDEP-doc empty 2020-07-04 10:49:53 +00:00
ajacoutot
62e56b325e Add support for the SVT-AV1 encoder.
from Brad (maintainer)
2020-07-04 10:16:25 +00:00
sthen
6e175272b0 bump -tools 2020-07-04 09:41:40 +00:00
sthen
95d31a4bd8 bump for search.cpan.org->metacpan.org change 2020-07-03 21:44:29 +00:00
sthen
d9cfe4113e bump REVISION; python 3 default changed to 3.8 2020-07-03 21:12:24 +00:00
sthen
3d9393c505 hardcode MODPY_VERSION=3.7 until vulkan-tools can be updated 2020-07-03 21:11:09 +00:00