2024-04-12 21:41:24 by Taylor R Campbell | Files touched by this commit (1) |
Log message: graphics/cairo: Make this cross-compile, on NetBSD. Need to predetermine the output of a runtime shm ipc test. |
2024-04-07 09:35:33 by Thomas Klausner | Files touched by this commit (1138) |
Log message: *: bump for cairo buildlink3.mk change lzo was made an option |
2024-04-07 09:31:19 by Thomas Klausner | Files touched by this commit (3) |
Log message: cairo: make lzo optional, keep it default-on Bump PKGREVISION. |
2023-11-26 19:45:03 by Amitai Schleier | Files touched by this commit (4) |
Log message: cairo: just always install cairo-ft. Bump PKGREVISION. Depend on freetype and fontconfig even if no options are selected, and take care to explicitly enable or disable meson options. Should fix pango build error seen on NetBSD sans X11: meson.build:429:4: ERROR: Problem encountered: No Cairo font backends found Build-tested (and `otool -L`-inspected) on macOS with each of 'quartz', 'x11', 'xcb', 'x11 xcb', and no options selected. |
2023-11-23 11:57:45 by Jonathan Perkin | Files touched by this commit (4) |
Log message: cairo: SunOS build fixes. |
2023-11-17 09:17:04 by Nia Alarie | Files touched by this commit (1) |
Log message: gnu99 just to be safe |
2023-11-17 09:16:40 by Nia Alarie | Files touched by this commit (1) |
Log message: cairo: Needs FORCE_C_STD. |
2023-11-15 16:17:21 by Tobias Nygren | Files touched by this commit (1) |
Log message: cairo: adjust bl3.mk for previous |
2023-11-15 16:11:39 by Tobias Nygren | Files touched by this commit (2) | |
Log message: cairo: compile in the fontconfig and freetype2 backends even when using quartz print/poppler does not compile if they are missing. May well we be poppler problem but this fix is easier and behaves like the package did before the update (cairo-ft.h shipped even with quartz) |
2023-11-14 21:43:36 by Patrick Welche | Files touched by this commit (2) |
Log message: cairo: _cairo_dither_to_pixman_dither is only defined for pixman >=0.39.0 (Noticeable when building with pixman 0.38.4 from xsrc) |