Number of commits found: 4
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.3.1_1 07 Jan 2025 10:34:47
    |
Tijl Coosemans (tijl)  |
graphics/cairo: Update to 1.18.2
Upstream has removed OpenGL support and switched from autoconf to meson.
Some ports needed to be fixed:
audio/fogpad-lv2, audio/ssr-lv2, audio/stone-phaser-lv2,
audio/string-machine-lv2: Add dependency on libGL now that cairo
no longer pulls it in.
devel/doxygen: Add upstream patches to support compressed PDF files
generated by more recent versions of cairo.
www/webkit2-gtk3, www/webkit2-gtk4: Remove requirement for cairo-egl.
x11/hyprpaper: Remove inclusion of unused GLES3 headers so a dependency
on libGLES is not needed.
x11/rofi-file-browser-extended: Fix patch to make sure
GLIB2_INCLUDE_DIRS is defined.
PR: 283531
Reviewed by: diizzy
Exp-run by: antoine |
1.3.1_1 13 Mar 2024 16:15:29
    |
Nicola Vitale (nivit)  |
x11/rofi-file-browser-extended: Fix build
The build fails with the following error:
FAILED: CMakeFiles/filebrowser.dir/src/filebrowser.c.o
/usr/bin/cc -D_XOPEN_SOURCE=700 -Dfilebrowser_EXPORTS
-I/wrkdirs/usr/ports/x11/rofi-file-browser-extended/work/rofi-file-browser-extended-1.3.1/include
-I/usr/local/include/cairo -I/usr/local/include/freetype2 -I/usr/local/include
-I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include
-I/usr/local/include/pixman-1 -I/usr/local/include/libpng16 -O2 -pipe
-fstack-protector-strong -fno-strict-aliasing -O2 -pipe
-fstack-protector-strong -fno-strict-aliasing -DNDEBUG -fPIC -MD -MT
CMakeFiles/filebrowser.dir/src/filebrowser.c.o -MF
CMakeFiles/filebrowser.dir/src/filebrowser.c.o.d -o
CMakeFiles/filebrowser.dir/src/filebrowser.c.o -c
/wrkdirs/usr/ports/x11/rofi-file-browser-extended/work/rofi-file-browser-extended-1.3.1/src/filebrowser.c
/wrkdirs/usr/ports/x11/rofi-file-browser-extended/work/rofi-file-browser-extended-1.3.1/src/filebrowser.c:380:27:
error: incompatible function pointer types initializing '_mode_get_icon' (aka
'struct _cairo_surface *(*)(const struct rofi_mode *, unsigned int, unsigned
int)') with an expression of type 'cairo_surface_t *(const Mode *, unsigned int,
int)' (aka 'struct _cairo_surface *(const struct rofi_mode *, unsigned int,
int)') [-Wincompatible-function-pointer-types]
._get_icon = file_browser_get_icon,
^~~~~~~~~~~~~~~~~~~~~
1 error generated.
So apply the patch provided at
https://github.com/marvinkreis/rofi-file-browser-extended/pull/49
and used by the Gentoo port too:
https://bugs.gentoo.org/880985
Reported by: pkg-fallout |
1.3.1_1 15 Jan 2024 12:55:43
    |
Muhammad Moinur Rahman (bofh)  |
x11/rofi-file-browser-extended: Sanitize MANPREFIX
Approved by: portmgr (blanket) |
1.3.1 02 Dec 2022 10:45:30
    |
Nicola Vitale (nivit)  |
x11/rofi-file-browser-extended: New Port: Use rofi to quickly open files
rofi-file-browser-extended is a configurable file browser plugin for rofi.
Its main use case is to quickly open files without having to open a window
to navigate to the file. |
Number of commits found: 4
|