Commit Graph

8539 Commits

Author SHA1 Message Date
sthen f1d6eae774 gphoto2: add upstream commit "Use pthread_t abstract type for thread IDs"
which should fix LLVM 15. ok aja@
2023-01-30 16:09:50 +00:00
op 9dfa151c10 update graphics/nsxiv to v31
diff from maintainer Thim Cederlund, thanks!  tweak to post-install by me.
Changelog: https://codeberg.org/nsxiv/nsxiv/src/branch/master/etc/CHANGELOG.md
2023-01-30 11:27:23 +00:00
sthen 9f0d5c8b8e darktable: disable code which uses attribute(target_clones) to provide functions
optimized for different CPUs. apparently clang 15 adds supports for this,
but we don't have ifunc support in the toolchain, so it fails to link.
2023-01-27 18:14:19 +00:00
ajacoutot aa7091aa40 Remove empty trailing line(s). 2023-01-25 10:54:32 +00:00
jca 3079f632f4 Fix bogus return value and let this build with clang 15 2023-01-24 17:53:35 +00:00
phessler afb8481a50 fix build by removing an outdated patch
doesn't build on the only arch affected, so no bump
2023-01-24 15:37:10 +00:00
kettenis a3a24ba5a1 The x86 assembly FFT implementation uses dispatch tables in .text. This is
incompatible with x-only so move them into .data.rel.ro where we can have
relocations.  But since they are in the RELRO segment they will be made
read-only by ld.so after relocations have been processed.

ok robert@ (who tested i386)
2023-01-24 14:13:12 +00:00
robert 0e263ad4fa make sure to use the libraries inside the build directory for regression tests 2023-01-24 12:08:40 +00:00
sthen 6cd15f3e4c update to py3-matplotlib-inline-0.1.6 2023-01-22 15:12:05 +00:00
ajacoutot 3ee339c0c8 Fix LIB_DEPENDS+WANTLIB after leptonica update
(liblept -> libleptonica).
2023-01-22 13:47:20 +00:00
ajacoutot 7a4e8f2f4c Update to leptonica-1.83.0. 2023-01-22 13:46:41 +00:00
fcambus c6819ed927 Update jpeginfo to 1.7.0. 2023-01-21 13:59:56 +00:00
ajacoutot 2762f781ad Update to exiv2-0.27.6. 2023-01-19 08:48:06 +00:00
rsadowski be57db213a Regen PLIST with doxygen-1.9.6 2023-01-18 18:48:35 +00:00
daniel cd65e83104 update py-matplotlib to 3.6.3
- switches from previously bundled qhull to depending on math/qhull
- no more jquery-ui
- tests turned off until someone has time to make them work

ok sthen@
2023-01-16 17:09:43 +00:00
sthen 26b7111ff3 mark makehuman as BROKEN for now; it was triggering a deprecation in older
numpy which has now become a failure

https://github.com/makehumancommunity/makehuman/issues/217
2023-01-16 12:12:24 +00:00
jeremy e15f732bc9 Mark pkg-config dependency as development instead of runtime
Fixes ports that depend on ruby-rmagick, such as ruby-gruff.

Issue reported by naddy@. I missed committing this patch when
updating rmagick to 5.1.0.
2023-01-14 17:29:36 +00:00
fcambus c11f174fce Update jpeginfo to 1.6.2. 2023-01-14 10:38:12 +00:00
rsadowski e9d7e38a3e Update KDE Gear to 22.12.1
https://kde.org/announcements/gear/22.12.1/
2023-01-13 10:54:30 +00:00
naddy cf0b8d61a3 graphics/png: maintenance update to 1.6.39 2023-01-12 19:19:49 +00:00
jca 7f27cba5d4 Drop -Werror, clang 15 -Winvalid-utf8 complains about non-UTF8 in comments...
-Weverything, -Werror, and then a ton of -Wno-something... stop the madness.
2023-01-11 20:48:28 +00:00
fcambus d527a22315 Update jpegoptim to 1.5.1. 2023-01-11 09:04:58 +00:00
sthen 8660aa2f05 update to tesseract-5.3.0 2023-01-10 14:15:58 +00:00
jca 2e5abf8044 Don't mix up \0 and NULL, fatal with clang 15 2023-01-10 13:24:10 +00:00
sthen 1429df5113 update to scrot-1.8 2023-01-10 13:15:04 +00:00
jeremy a9823cca09 Update to rmagick 5.1.0
Fixes issues when using llvm 15.

Add new dependency on ruby-pkg-config.

Remove test code as gem no longer ships tests.

OK jca@
2023-01-09 23:51:20 +00:00
rsadowski fdbf105ca5 Remove libraw patch, since the last update it is integrated upstream
Spotted by naddy, thanks
2023-01-09 16:08:33 +00:00
rsadowski 4e52754b4f Update libraw to 0.21.1 release: urgent fix for 0.21.0
Fixed typo in Panasonic metadata parsing that prevents correct image decoding
for some Panasonic cameras
2023-01-08 21:25:04 +00:00
daniel de2c587af1 MODPY_PYTEST not TEST_DEPENDS... 2023-01-08 20:32:51 +00:00
kirby 5965339336 update to hugin-2022.0.0 2023-01-08 13:02:19 +00:00
op ede80d7177 graphics/yacreader: update to 9.11.0 2023-01-08 09:44:37 +00:00
jeremy 7a83a0466a Build ruby32 FLAVORs of ruby gem ext ports by default
For devel/ruby-sorted_set and graphics/ruby-rqrcode-core, do not do FLAVORed
builds by default, as these are pure ruby libraries with no native component.
2023-01-08 03:05:06 +00:00
rsadowski 95c01decb0 Update LibRaw to 0.21.0 2023-01-07 20:21:38 +00:00
rsadowski 71f112f530 Unbreak build with LibRaw-0.21.0, patches from upstrea 2023-01-07 20:21:34 +00:00
rsadowski 7cb7594a8c Unbreak build with LibRaw-0.21.0, patches from upstream 2023-01-07 20:21:31 +00:00
rsadowski 560240df93 Unbreak build with LibRaw-0.21.0, patches from upstrea 2023-01-07 20:21:28 +00:00
daniel 3ea1d75fe5 update to py-seaborn 0.12.2 2023-01-07 19:11:55 +00:00
sthen 6f519da2e5 add FFmpeg/x264 debug packages, from Brad. 2023-01-07 12:49:27 +00:00
rsadowski af794471d4 Update OpenCV to 4.7.0 2023-01-07 11:19:53 +00:00
rsadowski 5384c0c66d Update krita to 5.1.5 2023-01-06 19:53:51 +00:00
sthen b4a3cb386e build PHP 8.2 versions of those pecl-* ports which support it 2023-01-06 19:37:56 +00:00
landry 32193cb6e9 graphics/lcms2: update to 2.14.
see https://github.com/mm2/Little-CMS/releases/tag/lcms2.14 &
https://github.com/mm2/Little-CMS/releases/tag/lcms2.13.

requirement for a port of jpegxl i'm working on.
tested in a bulk build by ajacoutot@, thanks !
2023-01-05 07:14:45 +00:00
sthen bac3b8e922 update to py3-Pillow-9.4.0 2023-01-03 15:17:14 +00:00
sthen 8382cc4b75 Disable the long deprecated and unmaintained libavresample in ffmpeg, and
sync WANTLIBs. From Brad.
2022-12-30 00:13:28 +00:00
sthen 896fe6ac49 bump REVISION, missed in previous patch addition 2022-12-29 23:57:24 +00:00
pascal 555d42270f Add a workaround for rawtherapee crashing on startup due to threaded use
of setlocale(), see https://github.com/Beep6581/RawTherapee/issues/6452.

ok kirby@ (maintainer)
2022-12-29 21:07:28 +00:00
landry f7d5bb5879 graphics/tiff: update to 4.5.0.
see https://libtiff.gitlab.io/libtiff/releases/v4.5.0.html
- bump major, libs now uses a symbol map cf
  https://gitlab.com/libtiff/libtiff/-/merge_requests/361
- some private symbols were used by comms/hylafax, which will be fixed in a few.
- drop patch-Makefile_in, use --disable-contrib instead (prompted by naddy@)
- disable sphinx, install provided built doc
- enable debug packages (prompted by naddy@)
- switch to an https homepage (prompted by rsadowski@)
- drop str* patches, some were merged upstream in
  72e90d07fb,
others are pointless (discussed with sthen@)

a switch to cmake might happen later.

tested in a bulk build by ajacoutot@, thanks !
2022-12-19 08:50:38 +00:00
rsadowski ef6da2a0bb Update KDE Gear to 22.12.0
https://kde.org/announcements/gear/22.12.0/
2022-12-18 09:10:50 +00:00
kirby 6f9913234a update to rawtherapee-5.9 2022-12-17 20:42:16 +00:00
rsadowski b2e1ac67f8 Update krita to 5.1.4 2022-12-17 10:01:45 +00:00