[Bug 256982] [Patch] graphics/opencv: Add missing dependencies

From: <bugzilla-noreply_at_freebsd.org>
Date: Sun, 04 Jul 2021 16:49:57 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=256982

            Bug ID: 256982
           Summary: [Patch] graphics/opencv: Add missing dependencies
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: tcberner@freebsd.org
          Reporter: bsd@philippost.de
             Flags: maintainer-feedback?(tcberner@freebsd.org)
          Assignee: tcberner@freebsd.org

Created attachment 226223
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=226223&action=edit
graphics/opencv: add missing library dependencies

`make stage-qa` in graphics/opencv complains about several missing library
dependencies which are not declared:
1. /usr/local/lib/libopencv_highgui.so.4.5.1 is linked to:
- /usr/local/lib/libgtk-3.so.0
- /usr/local/lib/libgdk-3.so.0
- /usr/local/lib/libcairo.so.2
- /usr/local/lib/libgdk_pixbuf-2.0.so.0
- /usr/local/lib/libgobject-2.0.so.0
- /usr/local/lib/libglib-2.0.so.0
2. /usr/local/lib/libopencv_imgcodecs.so.4.5.1 is linked to:
- /usr/local/lib/libopenjp2.so.7
- /usr/local/lib/libgdal.so.3
3. /usr/local/lib/libopencv_text.so.4.5.1 is linked to
/usr/local/lib/libtesseract.so.4
4. /usr/local/lib/libopencv_videoio.so.4.5.1 is linked to:
- /usr/local/lib/libgstbase-1.0.so.0
- /usr/local/lib/libgstreamer-1.0.so.0
- /usr/local/lib/libgstapp-1.0.so.0
- /usr/local/lib/libgstriff-1.0.so.0
- /usr/local/lib/libgstpbutils-1.0.so.0

The patch adds these dependencies and bumps PORTREVISION.

-- 
You are receiving this mail because:
You are the assignee for the bug.