IABSD.fr/ports/graphics/libraw

Branch :


Log

Author Commit Date CI Message
4e52754b 2023-01-08 21:25:04 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
95c01dec 2023-01-07 20:21:38 Update LibRaw to 0.21.0
af6a7994 2022-03-11 19:22:04 drop RCS Ids
ef422d4f 2020-10-26 18:15:37 Update libraw to 0.20.2 https://www.libraw.org/news/libraw-0-20-2-Release
8d0a42e2 2020-08-22 08:21:40 Update libraw to 0.20.0 https://www.libraw.org/news/libraw-0-20-Release
039498f8 2020-01-10 11:19:33 Avoid bogus linking with libstdc++ Patch libraw_r.pc, used by at least ImageMagick. Amend libraw.pc while here not to include trailing whitespace. Spotted in a report by Pekka Niiranen. ok rsadowski@ (maintainer) on a previous version, debug help, input & ok sthen@
1587e57f 2019-09-05 16:20:25 Update LibRaw to 0.19.5
3318ced0 2019-07-12 20:46:54 replace simple PERMIT_PACKAGE_CDROM=Yes with PERMIT_PACKAGE=Yes
3ae6836d 2019-03-27 23:29:06 - Do not hardcode -lstdc++ (symbol mismatch with libc++abi). This should fix shotwell runtime crash - Bring a patch from FreeBSD to use our own strnlen and strcasestr
25f0e460 2018-10-24 14:27:57 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.