Version: 0.4.38, Package name: gegl04-0.4.38 |
Maintained by: Antoine Jacoutot |
Master sites: |
Description GEGL (Generic Graphics Library) is a graph based image processing framework. With GEGL you chain together image processing operations represented by nodes into a graph. GEGL provides such operations for loading and storing images, adjusting colors, filtering in different ways, transforming and compositing images. |
Filesize: 5588.074 KB |
Version History (View Complete History) |
|
2021-09-13 10:36:16 by Antoine Jacoutot | Files touched by this commit (1) |
Log message: Explicitely configure with -Ddocs=false to prevent asciidoc from being picked up then junked by dpb(1). |
2021-09-09 03:29:33 by Antoine Jacoutot | Files touched by this commit (4) |
Log message: Update to gegl04-0.4.32. |
2021-06-10 07:21:34 by Antoine Jacoutot | Files touched by this commit (3) |
Log message: Remove execinfo.h patch. Fix _XOPEN_SOURCE define while here. |
2021-04-12 08:47:35 by Marc Espie | Files touched by this commit (2) |
Log message: Enable umfpack, which only leads to a small plugin (levine matting engine) to be built. This is a signifcant upgrade for GIMP's flagship "select foreground objects" tool. Gimp autodetects it, no need for a recompile. okay naddy@ sthen@ aja@ |
2021-03-28 02:02:15 by Antoine Jacoutot | Files touched by this commit (6) |
Log message: Update to gegl04-0.4.30. |
2021-01-21 12:22:53 by Jasper Lievisse Adriaanse | Files touched by this commit (1) |
Log message: Don't include altivec.h as this break the build on powerpc64. ok aja@ (MAINTAINER) |
2020-12-21 04:40:13 by Antoine Jacoutot | Files touched by this commit (4) |
Log message: Update to gegl04-0.4.28. |
2020-09-05 10:46:23 by Antoine Jacoutot | Files touched by this commit (1) |
Log message: gegl bundles libnsgif but can use the installed one, so use that. breakage reported by naddy@ (dpb junking libnsgif) |
2020-08-04 02:20:07 by Antoine Jacoutot | Files touched by this commit (2) |
Log message: Update to gegl04-0.4.26. |
2020-06-08 10:46:27 by Antoine Jacoutot | Files touched by this commit (5) |
Log message: Update to gegl04-0.4.24. |
2020-04-26 04:53:50 by Antoine Jacoutot | Files touched by this commit (2) |
Log message: Provide upgrade path from gegl03. |
2020-02-21 04:09:05 by Antoine Jacoutot | Files touched by this commit (3) |
Log message: Update to gegl04-0.4.22. |
2020-01-28 10:37:35 by Antoine Jacoutot | Files touched by this commit (2) |
Log message: Remove dependency on devel/libexecinfo. spotted by naddy@ |
2020-01-25 00:09:30 by Antoine Jacoutot | Files touched by this commit (3) |
Log message: Update to gegl04-0.4.20. |
2019-12-21 14:04:10 by Jeremie Courreges-Anglas | Files touched by this commit (1) |
Log message: Remove BROKEN-sparc64, missed in previous Pointed out by kmos@ |
2019-12-20 18:47:12 by Jeremie Courreges-Anglas | Files touched by this commit (2) |
Log message: Fix cpu detection on "unknown" architectures, eg sparc64 From Debian, patch pointed out by cwen@, ok ajacoutot@ |
2019-12-13 08:05:03 by Kurt Mosiejczuk | Files touched by this commit (1) |
Log message: Mark gegl04 BROKEN for sparc64 "ERROR: Problem encountered: Unknown host architecture" |
2019-12-06 02:31:13 by Stuart Henderson | Files touched by this commit (10) |
Log message: GEGL provides binaries and libraries but, to avoid a conflict, the binaries were only included in the old graphics/gegl (0.2.x) port. The recent gimp update uses graphics/gegl to provide binaries and gegl04 for libraries, and no other ports use graphics/gegl. Tidy this up by adding the binaries to gegl04, changing the gimp port to use them, and removing graphics/gegl. Prompted by / "If this was the last consumer of the old gegl, then sure" aja@ |
2019-11-24 15:35:41 by Antoine Jacoutot | Files touched by this commit (1) |
Log message: Missing BDEP on bash. |
2019-11-23 11:48:16 by Antoine Jacoutot | Files touched by this commit (1) |
Log message: Fix non deterministic build. |
2019-11-23 11:10:56 by Antoine Jacoutot | Files touched by this commit (4) |
Log message: Update to gegl04-0.4.18. |
2019-11-18 12:57:46 by Antoine Jacoutot | Files touched by this commit (22) |
Log message: Regent WANTLIB after recent librsvg update (lost its croco dependency). |
2019-07-12 14:47:59 by Stuart Henderson | Files touched by this commit (874) |
Log message: replace simple PERMIT_PACKAGE_CDROM=Yes with PERMIT_PACKAGE=Yes |
2019-05-08 16:29:07 by Antoine Jacoutot | Files touched by this commit (3) |
Log message: Update to gegl04-0.4.16. |
2019-03-02 02:11:32 by Antoine Jacoutot | Files touched by this commit (4) |
Log message: Update to gegl04-0.4.14. |
2018-10-27 10:09:37 by Antoine Jacoutot | Files touched by this commit (2) |
Log message: Update to gegl04-0.4.12. |
2018-10-24 08:28:14 by Stuart Henderson | Files touched by this commit (740) |
Log message: 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. |
2018-10-17 04:08:16 by Antoine Jacoutot | Files touched by this commit (3) |
Log message: Update to gegl04-0.4.10. |
2018-08-30 11:27:51 by Antoine Jacoutot | Files touched by this commit (3) |
Log message: Matches what babl does and --enable-sse on amd64. |
2018-08-19 03:36:43 by Antoine Jacoutot | Files touched by this commit (3) |
Log message: Update to gegl04-0.4.8. |
2018-07-26 01:41:23 by Antoine Jacoutot | Files touched by this commit (3) |
Log message: Update to gegl04-0.4.6. |
2018-07-12 08:34:26 by Antoine Jacoutot | Files touched by this commit (3) |
Log message: Update to gegl04-0.4.4. |
2018-05-17 00:30:05 by Antoine Jacoutot | Files touched by this commit (3) |
Log message: Update to gegl04-0.4.2. |