FS#57820 - [opencv] links against but does not depend on gtk2 and gtkglext

Attached to Project: Arch Linux
Opened by Maarten de Vries (de-vri-es) - Tuesday, 13 March 2018, 12:14 GMT
Last edited by Antonio Rojas (arojas) - Tuesday, 13 March 2018, 12:43 GMT
Task Type Bug Report
Category Packages: Extra
Status Closed
Assigned To No-one
Architecture All
Severity Medium
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

libopencv_highgui.so links against libgtk-x11-2.0.so.0 (part of gtk2 package) and libgtkglext-x11-1.0.so.0 (part of gtkglext), but it doesn't declare either as a dependency.

I'm not sure if a dependency on gtk2 is desired or if building without gtk2 is preferred (or even possible).

Tested with:
* opencv-3.4.1-2


$ ldd /usr/lib/libopencv_highgui.so | grep gtk
libgtk-x11-2.0.so.0 => not found
libgtkglext-x11-1.0.so.0 => not found

$ pactree opencv | grep gtk || echo "no match"
no match


This task depends upon

Closed by  Antonio Rojas (arojas)
Tuesday, 13 March 2018, 12:43 GMT
Reason for closing:  Not a bug
Additional comments about closing:  Already an optional dependency

Loading...