| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | graphics/hdr_tools: Fix against ImageMagicks-6.9.13 | Loïc Bartoletti | 2025-03-30 | 1 | -6/+6 |
| | | |||||
| * | Unbreak the build: as of recently, <assert.h> header file must be included | Alexey Dokuchaev | 2020-04-06 | 1 | -0/+18 |
| | | | | | | | | | | | | | | | | | | | | before <Magick++.h> because of the following conflict: [...]: error: use of undeclared identifier '__assert'; did you mean 'MagickCore::__assert'? assert( file.colorSpace() == Magick::sRGBColorspace ); ^ /usr/include/assert.h:56:36: note: expanded from macro 'assert' #define assert(e) ((e) ? (void)0 : __assert(__func__, __FILE__, \ /usr/include/assert.h:77:6: note: 'MagickCore::__assert' declared here void __assert(const char *, const char *, int, const char *) __dead2; Reported by: pkg-fallout Notes: svn path=/head/; revision=530885 | ||||
| * | Fix the build against `math/ldouble' when logl(), expl(), and log2l() are | Alexey Dokuchaev | 2015-08-31 | 1 | -0/+17 |
| | | | | | | | | | not available in the base libm by wrapping #include <mathl.h> with extern "C" block. Notes: svn path=/head/; revision=395647 | ||||
| * | Add a port of HDR tools, a set of command-line utilities for creating and | Alexey Dokuchaev | 2015-08-30 | 1 | -0/+47 |
| manipulating High Dynamic Range (HDR) images. WWW: http://ttic.uchicago.edu/~cotter/projects/hdr_tools/ Notes: svn path=/head/; revision=395622 | |||||
