From owner-freebsd-ports-bugs@freebsd.org Fri Apr 27 20:40:15 2018 Return-Path: Delivered-To: freebsd-ports-bugs@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 63FF9FB146D for ; Fri, 27 Apr 2018 20:40:15 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id CDE3277038 for ; Fri, 27 Apr 2018 20:40:14 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.ysv.freebsd.org (Postfix) id 89D3DFB146C; Fri, 27 Apr 2018 20:40:14 +0000 (UTC) Delivered-To: ports-bugs@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5F434FB146B for ; Fri, 27 Apr 2018 20:40:14 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.ysv.freebsd.org (mxrelay.ysv.freebsd.org [IPv6:2001:1900:2254:206a::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.ysv.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id E101A77018 for ; Fri, 27 Apr 2018 20:40:13 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.ysv.freebsd.org (Postfix) with ESMTPS id 06F3025828 for ; Fri, 27 Apr 2018 20:40:13 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id w3RKeCS7041707 for ; Fri, 27 Apr 2018 20:40:12 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id w3RKeCtO041705 for ports-bugs@FreeBSD.org; Fri, 27 Apr 2018 20:40:12 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: ports-bugs@FreeBSD.org Subject: [Bug 210505] graphics/opencv: Update to 3.4 Date: Fri, 27 Apr 2018 20:40:09 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: needs-qa X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: swills@FreeBSD.org X-Bugzilla-Status: Open X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: ports-bugs@FreeBSD.org X-Bugzilla-Flags: exp-run- merge-quarterly- X-Bugzilla-Changed-Fields: attachments.isobsolete attachments.created Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 27 Apr 2018 20:40:15 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D210505 Steve Wills changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #191690|0 |1 is obsolete| | Attachment #192271|0 |1 is obsolete| | --- Comment #64 from Steve Wills --- Created attachment 192856 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D192856&action= =3Dedit opencv 3.4.1 update Here's an updated version based on the previous patches. It's updated to OpenCV 3.4.1. It builds and passes stage-qa tests on 12-CURRENT, 11.1 and 10.3 on amd64 and i386. I have not tested on other architectures, but can and will try to do so soon. It fixes the py-opencv and opencv-java ports. It enables the extra modules = by default so that libopencv_dnn is built, which seems to be required by py-opencv.=20 It enables ffmpeg support by default so that opencv can work on local files= as well as live video. In order to avoid a circular dependency, it disables op= encv support in ffmpeg by default. Perhaps we need to have a slave without ffmpeg support so ffmpeg can depend on it. I'm unsure of the level of desire for t= hat, but if there's interest might be willing to work on that. I have a port of PySceneDetect which uses the new OpenCV and in my testing = the updated py-opencv (and by extension opencv itself) seem to work well. I have not done any runtime testing of opencv-java. Given the number of ports that depend on opencv directly or indirectly, this may need an exp-run before committing. I would appreciate any review or tes= ting anyone is willing to do. Of course, once this is committed I can commit PySceneDetect. --=20 You are receiving this mail because: You are the assignee for the bug.=