aboutsummaryrefslogtreecommitdiff
path: root/graphics/opencv-core
Commit message (Collapse)AuthorAgeFilesLines
* graphics/opencv-core: remove unneeded dependsSteve Wills2018-07-181-1/+1
| | | | | | | | | | | opencv-core only needs protobuf to build and doesn't need tesseract at all, so only add the LIB_DEPENDS when not building opencv-core PR: 229800 Reported by: Ali Abdallah <aliovx@gmail.com> Notes: svn path=/head/; revision=474860
* graphics/opencv: Update to 3.4.1Steve Wills2018-05-092-11/+100
| | | | | | | | | PR: 210505 Submitted by: rozhuk.im@gmail.com (partially, further work was done) Exp-run by: antoine Notes: svn path=/head/; revision=469420
* graphics/opencv: back out r423216 and r423063 (replaying r423316)Jan Beich2017-04-142-0/+44
| | | | | | | | | | | | 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) Notes: svn path=/head/; revision=438490
* graphics/opencv: add suffix to make room for 3.x seriesJan Beich2016-10-032-44/+0
| | | | | | | | | | | | 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 Notes: svn path=/head/; revision=423216
* graphics/opencv: update to 2.4.13.1Jan Beich2016-10-032-1/+3
| | | | | | | | | Changes: https://github.com/opencv/opencv/compare/2.4.9...2.4.13.1 ABI: https://abi-laboratory.pro/tracker/timeline/opencv/ MFH: 2016Q4 Notes: svn path=/head/; revision=423215
* - Add SIMD option to specifically disable CPU optimizations and prevent crashesJason E. Hale2015-06-141-1/+1
| | | | | | | | | | | | | 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] Notes: svn path=/head/; revision=389642
* Add patch from debian to fix the installed pkg-config files.Koop Mast2015-04-161-1/+1
| | | | | | | | | | | This allows the gstreamer plugin to actualy link to the needed opencv libraries. PR: 196021 Approved by: maintainer timeout (4 months) Obtained from: debian Notes: svn path=/head/; revision=384091
* - Trim @dirrm[try] from pkg-plistJason E. Hale2014-09-221-5/+0
| | | | Notes: svn path=/head/; revision=368911
* Bump dependent ports' revisions following devel/tbb update (r368296)Ganael LAPLANCHE2014-09-161-1/+1
| | | | | | | Submitted by: jhale Notes: svn path=/head/; revision=368302
* - Update to 2.4.9Jason E. Hale2014-09-022-4/+7
| | | | | | | | - Update LICENSE - Convert USE_PYTHON -> USES Notes: svn path=/head/; revision=366969
* - Update devel/tbb to 4.2.2Ganael LAPLANCHE2013-12-111-1/+1
| | | | | | | | | | | | - Cleanup DISTNAME and WRKSRC definitions - Use INSTALL_LIB instead of INSTALL_DATA + STRIP_CMD - Bump dependent ports' revisions PR: ports/184526 Submitted by: delphij Notes: svn path=/head/; revision=336150
* - Update graphics/*opencv* to 2.4.7Jason E. Hale2013-12-042-3/+39
| | | | | | | | | | | | | | | | - 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 Notes: svn path=/head/; revision=335601
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | graphics) Notes: svn path=/head/; revision=327733
* Fix build of opencv with libc++Baptiste Daroussin2013-09-121-5/+0
| | | | | | | share the CXXFLAGS between opencv-core and opencv Notes: svn path=/head/; revision=327060
* Fix opencv-core with libc++Baptiste Daroussin2013-09-101-0/+5
| | | | | | | Submitted by: theraven Notes: svn path=/head/; revision=326912
* - Take maintainershipJason E. Hale2012-11-061-5/+2
| | | | | | | | | | - Trim Makefile headers Approved by: makc, avilla (mentors, implicit) Feature safe: yes Notes: svn path=/head/; revision=307083
* Update to 2.3.1Martin Matuska2011-08-221-1/+1
| | | | | | | Prepare moving of python module to own port Notes: svn path=/head/; revision=280211
* Add OpenCV-core slave port (core libraries only)Martin Matuska2011-06-291-0/+10
Notes: svn path=/head/; revision=276656