Port details |
- py-opencv Open Source Computer Vision library
- 3.4.1_40 graphics
=0 3.4.1_40Version of this port present on the latest quarterly branch.
- Maintainer: tcberner@FreeBSD.org
- Port Added: 2011-08-22 21:13:00
- Last Update: 2021-01-30 18:08:57
- SVN Revision: 563430
- License: BSD3CLAUSE
- WWW:
- https://www.opencv.org/
- Description:
- OpenCV (Open Source Computer Vision Library) is an open source
computer vision and machine learning software library. OpenCV was
built to provide a common infrastructure for computer vision
applications and to accelerate the use of machine perception in the
commercial products. Being a BSD-licensed product, OpenCV makes it
easy for businesses to utilize and modify the code.
The library has more than 2500 optimized algorithms, which includes
a comprehensive set of both classic and state-of-the-art computer
vision and machine learning algorithms. These algorithms can be
used to detect and recognize faces, identify objects, classify human
actions in videos, track camera movements, track moving objects,
extract 3D models of objects, produce 3D point clouds from stereo
cameras, stitch images together to produce a high resolution image
of an entire scene, find similar images from an image database,
remove red eyes from images taken using flash, follow eye movements,
recognize scenery and establish markers to overlay it with augmented
reality, etc.
WWW: https://www.opencv.org/
-
cgit ¦ GitHub ¦ GitHub ¦ GitLab ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- Dependency lines:
-
- ${PYTHON_PKGNAMEPREFIX}opencv>0:graphics/py-opencv@${PY_FLAVOR}
- No installation instructions:
- This port has been deleted.
- PKGNAME: py37-opencv
- Package flavors (<flavor>: <package>)
- NOT_FOR_ARCHS: sparc64
- distinfo:
- TIMESTAMP = 1524780757
SHA256 (opencv-opencv-3.4.1_GH0.tar.gz) = f1b87684d75496a1054405ae3ee0b6573acaf3dad39eaf4f1d66fdd7e03dc852
SIZE (opencv-opencv-3.4.1_GH0.tar.gz) = 87051748
No package information for this port in our database- Sometimes this happens. Not all ports have packages. Perhaps there is a build error. Check the fallout link:
- Master port: graphics/opencv
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- py37-numpy>=1.16,1<1.20,1 : math/py-numpy@py37
- videodev2.h : multimedia/v4l_compat
- cmake : devel/cmake
- pkgconf>=1.3.0_1 : devel/pkgconf
- python3.7 : lang/python37
- eigen3.pc : math/eigen3
- Runtime dependencies:
-
- py37-numpy>=1.16,1<1.20,1 : math/py-numpy@py37
- python3.7 : lang/python37
- Library dependencies:
-
- libprotobuf.so : devel/protobuf
- libtesseract.so : graphics/tesseract
- libopencv_core.so : graphics/opencv-core
- libopencv_imgproc.so : graphics/opencv-core
- libopencv_ml.so : graphics/opencv
- libgflags.so : devel/gflags
- libglog.so : devel/glog
- libhdf5.so : science/hdf5
- libavcodec.so : multimedia/ffmpeg
- libjasper.so : graphics/jasper
- libpng.so : graphics/png
- libtiff.so : graphics/tiff
- libv4l2.so : multimedia/libv4l
- libwebp.so : graphics/webp
- libjpeg.so : graphics/jpeg-turbo
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for py37-opencv-3.4.1_40:
EXTRA_MODULES=on: Extra modules
GTK2=off: GTK+ 2 GUI toolkit support
OPENGL=off: OpenGL (requires GTK2)
====> Performance enhancing libraries
EIGEN3=on: Eigen 3 support
OPENCL=off: OpenCL support
====> Image format support
GDAL=off: Geospatial Data Abstraction Library
GDCM=off: Open source DICOM library
JASPER=on: JPEG 2000 support via JasPer
JPEG=on: JPEG image format support
OPENEXR=off: HDR image format support via OpenEXR
PNG=on: PNG image format support
TIFF=on: TIFF image format support
WEBP=on: WebP image format support
====> Video support
ARAVIS=off: Aravis SDK
DC1394=off: IEEE 1394 camera support
FFMPEG=on: FFmpeg support (WMA, AIFF, AC3, APE...)
GPHOTO2=off: Gphoto2 camera support
GSTREAMER=off: Multimedia support via GStreamer
MFX=off: Intel MediaSDK (aka Quick Sync Video)
V4L=on: Video 4 Linux support
XINE=off: Multimedia support via Xine
===> Use 'make config' to modify these settings
- Options name:
- N/A
- USES:
- cmake compiler:c++14-lang localbase:ldflags pkgconfig python:3.6+ eigen:3 jpeg
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
This is a slave port. You may also want to view the commits to the master port: graphics/opencv |
Commit | Credits | Log message |
3.4.1_40 30 Jan 2021 18:08:57 |
tcberner |
graphics/opencv: update to 4.5.1 -- and make port more easily maintainable
This is a major upgrade from 3.x to 4.x.
Changelog from versions 3.4.1--4.5.1 can be found here:
https://github.com/opencv/opencv/wiki/ChangeLog
Note: this has explicitely not been added as a new graphics/opencv4 port, but
replaces the
previous graphics/opencv[3] port. Again, to improve maintainability by not
giving ports
the option to pick the "wrong one" - this leads however to some abandoned
ports being
broken.
The port has been greatly simplified:
* graphics/opencv-core which existed to enable ffmpeg to depend on opencv,
and vice versa
has been removed. ffmpeg no longer can depend on opencv. (Only the first 15 lines of the commit message are shown above ) |
3.4.1_39 22 Jan 2021 11:27:43 |
martymac |
Opencv ports: remove TBB option to facilitate oneTbb transition
PR: 252785
Submitted by: martymac
Approved by: tcberner (maintainer) |
3.4.1_37 12 Dec 2020 17:04:37 |
thierry |
- Upgrade math/eigen3 to 3.3.8;
- Add some dependencies which might be detected by Find_Package but not
registered;
- Bump PORTREVISION of consumers.
PR: 250833
Submitted by: /me
Approved by: tcberner@ (KDE / maintainer) + exp-run |
3.4.1_35 17 Jul 2020 10:12:26 |
martymac |
Update devel/tbb to 2020.3 and bump dependent ports' revisions
Changelog: https://github.com/oneapi-src/oneTBB/blob/v2020.3/CHANGES |
3.4.1_27 27 Dec 2019 13:43:00 |
bapt |
Update jasper to 2.0.16
This is needed to be able to update gegl to latest version.
Bump revision of all consumer as the ABI is not 100% backward compatible.
Provide a patch for graphics/devil to properly build with latest jasper.
While here add a missing USES=xorg to graphics/devil |
3.4.1_25 08 Nov 2019 03:54:11 |
linimon |
Unmark these ports broken on aarch64.
Submitted by: emaste (TRYBROKEN run)
Approved by: portmgr (tier-2 blanket) |
3.4.1_20 26 Jul 2019 20:46:57 |
gerald |
Bump PORTREVISION for ports depending on the canonical version of GCC
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, everything INDEX-11 shows with a dependency on lang/gcc9 now.
PR: 238330 |
3.4.1_16 27 Mar 2019 20:28:06 |
tcberner |
graphics/tesseract: Update to 4.0.0
Changelog:
https://github.com/tesseract-ocr/tesseract/wiki/ReleaseNotes#tesseract-release-notes-oct-29-2018---v400
- due to an issue with the build system the man pages are missing -- this will
be corrected at a later stage.
- bump revisions of dependencies due to shlib-version change.
PR: 234285
Submitted by: Piotr Kubaj <pkubaj@anongoth.pl> (maintainer) |
3.4.1_12 12 Dec 2018 01:35:36 |
gerald |
Bump PORTREVISION for ports depending on the canonical version of GCC
defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t
GCC 8.2 under most circumstances.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, as a double check, everything INDEX-11 showed depending on lang/gcc7.
PR: 231590 |
3.4.1 09 May 2018 01:10:12 |
swills |
graphics/opencv: Update to 3.4.1
PR: 210505
Submitted by: rozhuk.im@gmail.com (partially, further work was done)
Exp-run by: antoine |
2.4.13.1_3 19 Mar 2018 20:44:15 |
linimon |
Also broken on aarch64 (missed in previous commit). |
2.4.13.1_3 18 Mar 2018 05:16:17 |
linimon |
Mark as broken on armv7. |
2.4.13.1_3 10 Mar 2018 17:46:06 |
gerald |
Bump PORTREVISIONs of all users of math/mpc that we just updated to
version 1.1.0 (via revision 464079). |
2.4.13.1_2 26 Oct 2017 04:54:37 |
ler |
graphics/opencv, graphics/py-opencv: Add USES = fortran, bump portrevisions
PR: 211806
Submitted by: eric@camachat.org
Reported by: hassonofer@gmail.com |
2.4.13.1_1 14 Apr 2017 05:30:25 |
jbeich |
graphics/opencv: back out r423216 and r423063 (replaying r423316)
Renaming didn't help to unblock 3.x progress as co-existence with 2.x
was no less complex than simply fixing consumers. This commit also
restores directory-level history accidentally lost via git-svn.
PR: 210505
Pointy hat to: jbeich (should've discussed first) |
2.4.13.1 03 Oct 2016 17:47:08 |
jbeich |
graphics/opencv: add suffix to make room for 3.x series
To avoid confusion, the main port is to track the latest release.
Whether to rename includes/libraries as well making it possible to
install 2.x and 3.x side-by-side remains to be investigated.
PR: 210505 (for tracking)
Inspired by: PkgSrc |
2.4.13.1 03 Oct 2016 17:46:28 |
jbeich |
graphics/opencv: update to 2.4.13.1
Changes: https://github.com/opencv/opencv/compare/2.4.9...2.4.13.1
ABI: https://abi-laboratory.pro/tracker/timeline/opencv/
MFH: 2016Q4 |
2.4.9_3 23 Sep 2016 22:45:03 |
rm |
graphics/py-opencv: limit python version to 2.x
Python module of OpenCV 2.4.9 is not compatible with Python 3.x
- both on cmake infrastructure level and on module itself level,
so just mark it as Python 2.x only and remove all the python3
shims - they are don't make any difference anyway.
We can patch that hardly to make it work, but it's better to just
update to latest version that have python3 support out of the box.
PR: 204519 (for tracking) |
2.4.9_3 14 Jun 2015 15:28:03 |
jhale |
- Add SIMD option to specifically disable CPU optimizations and prevent crashes
with ffmpeg on processors that do not support SSE instructions. OFF by
default for package building, ON with autodetect for ports to keep with
POLA. [1][2]
- Bump PORTREVISION on all opencv ports
PR: 199715 [1], 200234 [2]
Submitted by: Randy Westlund <rwestlun@gmail.com> [1], sasamotikomi@gmail.com
[2] |
2.4.9_2 26 May 2015 16:47:03 |
antoine |
Switch PYTHON_REL from a 3 digits number to a 4 digits number to handle
python 2.7.10
Differential Revision: https://reviews.freebsd.org/D2639
Reviewed by: sunpoet, mva |
2.4.9_2 22 Sep 2014 13:03:39 |
jhale |
- Trim @dirrm[try] from pkg-plist |
2.4.9_2 16 Sep 2014 10:56:14 |
martymac |
Bump dependent ports' revisions following devel/tbb update (r368296)
Submitted by: jhale |
2.4.9_1 10 Sep 2014 20:50:37 |
gerald |
Update the default version of GCC in the Ports Collection from GCC 4.7.4
to GCC 4.8.3.
Part II, Bump PORTREVISIONs.
PR: 192025
Tested by: antoine (-exp runs)
Approved by: portmgr (implicit) |
2.4.9 02 Sep 2014 00:36:27 |
jhale |
- Update to 2.4.9
- Update LICENSE
- Convert USE_PYTHON -> USES |
2.4.7_1 10 Mar 2014 20:55:22 |
gerald |
Update the default version of GCC used in the Ports Collection from
GCC 4.6.4 to GCC 4.7.3. This entails updating the lang/gcc port as
well as changing the default in Mk/bsd.default-versions.mk.
Part II, Bump PORTREVISIONs.
PR: 182136
Supported by: Christoph Moench-Tegeder <cmt@burggraben.net> (fixing many ports)
Tested by: bdrewery (two -exp runs) |
2.4.7 04 Dec 2013 02:51:00 |
jhale |
- Update graphics/*opencv* to 2.4.7
- Revert options helpers to if statements since the OFF condition is not
applied when OPTIONS_EXCLUDE is used
- Move most of the OpenCV modules from the graphics/opencv-core port to
graphics/opencv, leaving opencv-core as just the bare minimum required
for building ffmpeg with OpenCV support
- Install examples for python and java bindings
- Add new slave port graphics/opencv-java: Java bindings for OpenCV
- Bump PORTREVISION and make dependency adjustments and fixes for
dependent ports
- Add UPDATING entry |
2.3.1_7 20 Sep 2013 18:35:46 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
graphics) |
2.3.1_4 06 Nov 2012 17:23:08 |
jhale |
- Take maintainership
- Trim Makefile headers
Approved by: makc, avilla (mentors, implicit)
Feature safe: yes |
2.3.1 22 Aug 2011 21:12:33 |
mm |
Add Python module slave port of graphics/opencv |