aboutsummaryrefslogtreecommitdiff
path: root/graphics/opencv-java
Commit message (Collapse)AuthorAgeFilesLines
* graphics/opencv: back out r423216 and r423063 (replaying r423316)Jan Beich2017-04-142-0/+18
| | | | | | | | | | | | 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-18/+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-031-2/+2
| | | | | | | | | 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
* - Trim @dirrm[try] from pkg-plistJason E. Hale2014-09-221-1/+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-3/+5
| | | | | | | | - 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-0/+17
- 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