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_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 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_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_2 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_1 22 Sep 2014 13:03:39
  |
jhale  |
- Trim @dirrm[try] from pkg-plist |
2.4.9_1 16 Sep 2014 10:56:14
  |
martymac  |
Bump dependent ports' revisions following devel/tbb update (r368296)
Submitted by: jhale |
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 11 Dec 2013 07:53:17
  |
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 |
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 |