Version: 4.6.0, Package name: opencv-4.6.0 |
Maintained by: Rafael Sadowski |
Master sites: |
Flavors (export FLAVOR=xyz, setenv FLAVOR xyz):
|
Description-java The Open Computer Vision Library is a collection of algorithms and sample code for various computer vision problems. This package contains Java bindings for OpenCV. Description-main The Open Computer Vision Library is a collection of algorithms and sample code for various computer vision problems. This package contains main OpenCV components. |
Filesize: 88094.698 KB |
Version History (View Complete History) |
|
2021-11-01 18:01:18 by Stuart Henderson | Files touched by this commit (110) |
Log message: bump REVISION for switch from Python 3.8 -> 3.9 |
2021-11-01 02:12:09 by Peter Hessler | Files touched by this commit (2) |
Log message: enable neon and fp16 cpu features for arm64, fixes some child ports OK rsadowski@ (MAINTAINER) |
2021-10-13 13:11:02 by Rafael Sadowski | Files touched by this commit (5) |
Log message: Update opencv to 4.5.4 |
2021-08-16 01:43:40 by Rafael Sadowski | Files touched by this commit (5) |
Log message: Update opencv to 4.5.3 OK kevlo@ |
2021-08-10 00:37:05 by Kevin Lo | Files touched by this commit (1) |
Log message: Enable V4L option. It actually uses <sys/videoio.h> rather than <linux/videodev2.h>. ok rsadowski@ |
2021-05-18 19:50:31 by Kurt Miller | Files touched by this commit (47) |
Log message: Bump revision on all 1.8+ ports since now they will build with jdk 1.8 on aarch64 and their run depends will also change. okay ian@ |
2021-05-14 12:24:45 by Marc Espie | Files touched by this commit (3) |
Log message: enable filesystem support which is just basic Unix primitives. okay rsadowski@ |
2021-04-23 23:22:56 by Rafael Sadowski | Files touched by this commit (6) |
Log message: Update opencv to 4.5.2 |
2021-03-02 01:10:23 by Marc Espie | Files touched by this commit (2) |
Log message: have opencv generate a pc file, 'cause some software (gmic) is looking for that. no obvious fallout in a bulk (saw the remaining -fno-common stuff, but nothing seemed to pick it up). okay rsadowski@ |
2021-02-23 12:39:53 by Stuart Henderson | Files touched by this commit (743) |
Log message: Reverse the polarity of MODPY_VERSION; default is now 3.x, if a port needs 2.x then set MODPY_VERSION=${MODPY_DEFAULT_VERSION_2}. This commit doesn't change any versions currently used; it may be that some ports have MODPY_DEFAULT_VERSION_2 but don't require it, those should be cleaned up in the course of updating ports where possible. Python module ports providing py3-* packages should still use FLAVOR=python3 so that we don't have a mixture of dependencies some using ${MODPY_FLAVOR} and others not. |
2021-01-04 07:06:39 by Stuart Henderson | Files touched by this commit (242) |
Log message: regen PLISTs for python ports with .so files that end up renamed due to the EXT_SUFFIX change in Python 3.8.7 |
2020-12-30 15:08:25 by Stuart Henderson | Files touched by this commit (3) |
Log message: OpenCV included both py2 and py3 bindings in one package with an awkward construct (MODPY_VERSION=2.7 and some hand-rolled 3.x pieces). Nothing in ports uses them. Remove the (deprecated) py2 bindings leaving just the py3 ones with a more standard ports setup. ok rsadowski@ (maintainer). |
2020-12-23 11:33:05 by Rafael Sadowski | Files touched by this commit (5) |
Log message: Update opencv to 4.5.1 https://github.com/opencv/opencv/wiki/ChangeLog#version451 |
2020-10-26 06:55:52 by Rafael Sadowski | Files touched by this commit (6) |
Log message: Update opencv to 4.5.0 |
2020-09-04 07:09:29 by Rafael Sadowski | Files touched by this commit (5) |
Log message: Update opencv to 4.4.0 |
2020-07-05 01:17:37 by Antoine Jacoutot | Files touched by this commit (1) |
Log message: Bump for py3.7 -> py3.8 |
2020-05-25 02:49:10 by Rafael Sadowski | Files touched by this commit (1) |
Log message: Add missing run depends math/py-numpy,python3, spotted by sthen@ |
2020-05-24 23:13:53 by Rafael Sadowski | Files touched by this commit (2) |
Log message: Enable python3 libs in opencv Requested and tested by solene@ |
2020-05-14 06:35:32 by Antoine Jacoutot | Files touched by this commit (22) |
Log message: Fix WANTLIB after openexr update. |
2020-04-11 06:52:29 by Charlene Wendling | Files touched by this commit (1) |
Log message: opencv: don't require `-latomic' anymore on powerpc, since this arch has been switched to clang OK rsadowski@ (maintainer) |
2020-01-19 13:41:36 by Rafael Sadowski | Files touched by this commit (2) |
Log message: Upbreak opencv 4.2 - Remove deprecated option ENABLE_SSE3. - Disable ADE (gapi) support because this requires to download ADE during configure. Spotted my sthen@ and neddy@, thanks for your support |
2020-01-18 02:04:59 by Rafael Sadowski | Files touched by this commit (8) |
Log message: Update opencv to 4.2 CMake renames like off to OFF and so one. |
2019-11-10 08:32:56 by Antoine Jacoutot | Files touched by this commit (21) |
Log message: Regen DEPENDS and WANTLIB after recent openexr update. |
2019-10-28 15:48:42 by Charlene Wendling | Files touched by this commit (1) |
Log message: opencv: needs atomics on macppc (and probably hppa) OK rsadowski@ (maintainer) |
2019-09-28 12:19:13 by Antoine Jacoutot | Files touched by this commit (1) |
Log message: Unbreak: - fix bogus WANTLIB - remove bogus LDEP on graphics/libgphoto2 |
2019-09-26 23:49:56 by Rafael Sadowski | Files touched by this commit (10) |
Log message: Update opencv to 3.4.7 Notable port changes: - Remove -docs to avoid java conflicts with JDK 8 and 11. - Upstream switched completely to github - Sort CONFIGURE_ARGS - Add patch to install licenses files at the old location. - ONLY_FOR_ARCHS-java = aarch64 amd64 i386 ok kurt@ |
2019-07-02 04:13:03 by Jeremie Courreges-Anglas | Files touched by this commit (1) |
Log message: Drop the clang module, not needed While here, strip base-gcc from COMPILER (a recent c++ compiler is required) and move to PERMIT_PACKAGE. ok rsadowski@ (maintainer) |
2019-06-10 18:38:36 by Kurt Miller | Files touched by this commit (57) |
Log message: Revision bump all java ports for the jre package removal and java.port.mk changes. |
2019-05-17 10:45:30 by Stuart Henderson | Files touched by this commit (94) |
Log message: set png16 WANTLIB entries back to png following the change in soname part done by portbump, part by hand (it is easily confused) |
2019-03-23 01:26:56 by Rafael Sadowski | Files touched by this commit (17) |
Log message: Update opencv to 3.4.2 OK kn@ Thanks! Big Thanks! |
2019-02-19 16:48:46 by Stuart Henderson | Files touched by this commit (2) |
Log message: Preemptive build fix for newer FFmpeg, from Brad. |
2018-10-24 08:28:14 by Stuart Henderson | Files touched by this commit (740) |
Log message: Add COMPILER lines to c++ ports which currently use the default. Adjust some existing COMPILER lines with arch restrictions etc. In the usual case this is now using "COMPILER = base-clang ports-gcc base-gcc" on ports with c++ libraries in WANTLIB. This is basically intended to be a noop on architectures using clang as the system compiler, but help with other architectures where we currently have many ports knocked out due to building with an unsuitable compiler - - some ports require c++11/newer so the GCC version in base that is used on these archirtectures is too old. - some ports have conflicts where an executable is built with one compiler (e.g. gcc from base) but a library dependency is built with a different one (e.g. gcc from ports), resulted in mixing incompatible libraries in the same address space. devel/gmp is intentionally skipped as it's on the path to building gcc - the c++ library there is unused in ports (and not built by default upstream) so intending to disable building gmpcxx in a future commit. |
2018-04-16 23:58:30 by Rafael Sadowski | Files touched by this commit (6) |
Log message: Fix clang6 build |
2017-07-26 16:45:35 by Stuart Henderson | Files touched by this commit (937) |
Log message: bump LIBCXX/LIBECXX/COMPILER_LIBCXX ports. |
2017-07-16 13:19:06 by Marc Espie | Files touched by this commit (880) |
Log message: use COMPILER_LIBCXX where applicable |
2017-05-06 13:42:55 by Marc Espie | Files touched by this commit (1) |
Log message: fixes clang, forgotten commit |
2017-04-19 05:16:03 by Stuart Henderson | Files touched by this commit (15) |
Log message: Add ${CLANG_ARCHS} to "ONLY_FOR_ARCHS = ${GCC4_ARCHS}" lines to give them a chance on aarch64. |
2017-04-10 05:46:23 by Stuart Henderson | Files touched by this commit (276) |
Log message: use LIBCXX |
2017-01-27 11:52:26 by Stuart Henderson | Files touched by this commit (10) |
Log message: zap zero-byte files, list from rsadowski |
2016-11-28 17:27:23 by Stuart Henderson | Files touched by this commit (8) |
Log message: update to opencv-2.4.13, from maintainer Rafael Sadowski with a few tweaks by me and ok with him. |
2016-04-15 02:53:50 by Alexandr Shadchin | Files touched by this commit (32) |
Log message: Unbreak after py-sphinx update to 1.4 |
2016-03-20 10:12:27 by Christian Weisgerber | Files touched by this commit (104) |
Log message: drop SHARED_ONLY from python and ruby ports |
2015-11-23 13:34:08 by Vadim Zhukov | Files touched by this commit (9) |
Log message: Update OpenCV to 2.4.12.3. This fixes library naming in pkg-config files, as it was reported on ports@. Also, it'd be last update before OpenCV 3.0, which is WIP (in openbsd-wip). From maintainer Rafael Sadowski, thanks! |
2015-01-30 14:38:37 by Vadim Zhukov | Files touched by this commit (2) |
Log message: Fix two build problems in OpenCV, triggered after recent changes in ports tree (that doesn't meant that those problems come from lands other than OpenCV itself): 1. Stop exporting opencv_java target: noone links to the libopencv_java.so, anyway, and it breaks find_package(OpenCV) when opencv-java is absent. The actual broken port was Digikam on i386 (yes, due to some funny reasons, this didn't trigger on amd64). 2. Switch to gstreamer1 since OpenCV picks it up nowadays, if the former is found. WANTLIB updates included. Initial report and testing by sthen@. Okays: (1) by dcoppa@, sthen@ (implicit) and Rafael Sadowski (MAINTAINER). (2) by sthen@ (implicit). |
2015-01-26 14:59:55 by Vadim Zhukov | Files touched by this commit (2) |
Log message: Completely disable offending part of CPU features detection for i386. It came between OpenCV 2.4.9 and 2.4.10, and continues to break on at least sthen@'s build system. In other words, this unbreaks OpenCV 2.4.10 on i386. requested by sthen@ |
2015-01-24 04:18:39 by Vadim Zhukov | Files touched by this commit (1) |
Log message: Put back i386 to the list of ONLY_FOR_ARCHS-java. To be removed if problems will arise again. |
2015-01-24 03:56:43 by Vadim Zhukov | Files touched by this commit (8) |
Log message: Update OpenCV to 2.4.10, mostly from Rafael Sadowski (MAINTAINER). This switches the whole package to PIC (from PIE) due to problems with inline assembly and build system specifics. Since OpenCV is used mostly as a library, this shouldn't be a big problem. |
2011-07-16 16:43:57 by Marc Espie | Files touched by this commit (3) |
Log message: pch don't really work in fact, it causes an ICE while building the port on amd64, so patch it out, and bump. |
2011-07-08 14:36:09 by Christian Weisgerber | Files touched by this commit (45) |
Log message: Fix build with png-1.5. All fixes from/via NetBSD pkgsrc. The people there did a lot of heavy lifting. |