Commit History - (may be incomplete: see SVNWeb link above for full details) |
This is a slave port. You may also want to view the commits to the master port: graphics/opencv |
Date | By | Description |
30 Jan 2021 18:08:57
3.4.1_40

|
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 ) |
22 Jan 2021 11:27:43
3.4.1_39

|
martymac  |
Opencv ports: remove TBB option to facilitate oneTbb transition
PR: 252785
Submitted by: martymac
Approved by: tcberner (maintainer) |
12 Dec 2020 17:04:37
3.4.1_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 |
17 Jul 2020 10:12:26
3.4.1_35

|
martymac  |
Update devel/tbb to 2020.3 and bump dependent ports' revisions
Changelog: https://github.com/oneapi-src/oneTBB/blob/v2020.3/CHANGES |
18 Jul 2018 12:53:36
3.4.1_1

|
swills  |
graphics/opencv-core: remove unneeded depends
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> |
09 May 2018 01:10:12
3.4.1

|
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 |
14 Apr 2017 05:30:25
2.4.13.1_1

|
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) |
03 Oct 2016 17:47:08
2.4.13.1

|
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 |
03 Oct 2016 17:46:28
2.4.13.1

|
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 |
14 Jun 2015 15:28:03
2.4.9_3

|
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] |
16 Apr 2015 08:01:49
2.4.9_2

|
kwm  |
Add patch from debian to fix the installed pkg-config files.
This allows the gstreamer plugin to actualy link to the needed opencv libraries.
PR: 196021
Approved by: maintainer timeout (4 months)
Obtained from: debian |
22 Sep 2014 13:03:39
2.4.9_1

|
jhale  |
- Trim @dirrm[try] from pkg-plist |
16 Sep 2014 10:56:14
2.4.9_1

|
martymac  |
Bump dependent ports' revisions following devel/tbb update (r368296)
Submitted by: jhale |
02 Sep 2014 00:36:27
2.4.9

|
jhale  |
- Update to 2.4.9
- Update LICENSE
- Convert USE_PYTHON -> USES |
11 Dec 2013 07:53:17
2.4.7_1

|
martymac  |
- Update devel/tbb to 4.2.2
- Cleanup DISTNAME and WRKSRC definitions
- Use INSTALL_LIB instead of INSTALL_DATA + STRIP_CMD
- Bump dependent ports' revisions
PR: ports/184526
Submitted by: delphij |
04 Dec 2013 02:51:00
2.4.7

|
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 |
20 Sep 2013 18:35:46
2.3.1_7

|
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
graphics) |
12 Sep 2013 13:00:12
2.3.1_7

|
bapt  |
Fix build of opencv with libc++
share the CXXFLAGS between opencv-core and opencv |
10 Sep 2013 15:40:27
2.3.1_7

|
bapt  |
Fix opencv-core with libc++
Submitted by: theraven |
06 Nov 2012 17:23:08
2.3.1_4

|
jhale  |
- Take maintainership
- Trim Makefile headers
Approved by: makc, avilla (mentors, implicit)
Feature safe: yes |
22 Aug 2011 21:10:22
2.3.1
|
mm  |
Update to 2.3.1
Prepare moving of python module to own port |
29 Jun 2011 11:44:18
2.1.0_2
|
mm  |
Add OpenCV-core slave port (core libraries only) |