The NetBSD Project

CVS log for pkgsrc/graphics/opencv/Makefile.common

[BACK] Up to [cvs.NetBSD.org] / pkgsrc / graphics / opencv

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.20 / (download) - annotate - [select for diffs], Tue Jan 16 19:23:05 2024 UTC (2 months, 1 week ago) by adam
Branch: MAIN
CVS Tags: HEAD
Changes since 1.19: +4 -6 lines
Diff to previous 1.19 (colored) to selected 1.4 (colored)

opencv opencv-contrib-face: updated to 3.4.20

3.4.20
Bug fixes

Revision 1.19 / (download) - annotate - [select for diffs], Fri Dec 22 14:30:55 2023 UTC (3 months ago) by thor
Branch: MAIN
CVS Tags: pkgsrc-2023Q4-base, pkgsrc-2023Q4
Changes since 1.18: +2 -1 lines
Diff to previous 1.18 (colored) to selected 1.4 (colored)

graphics/opencv: disable stupid extern "C" that broke NetBSD build

For no good reason, perhaps for ancient LAPACK headers, the wrapper header
puts the includes into extern "C". This causes some compilers to complain
because LAPACK headers do C++ stuff if they see a C++ compiler and then
add extern "C" themselves.

Revision 1.18 / (download) - annotate - [select for diffs], Fri Dec 22 07:35:07 2023 UTC (3 months ago) by thor
Branch: MAIN
Changes since 1.17: +13 -2 lines
Diff to previous 1.17 (colored) to selected 1.4 (colored)

opencv: version 3.4.17 with proper explicit BLAS (CBLAS + LAPACKE) usage

This does the small bugfix update from 3.4.16 to 3.4.17 and adds proper usage
of BLAS stuff. There was linkage to BLAS before via numpy, but the internal
explicit BLAS-using code was not built, as the CMake machinery did not find it.

This commit drops an actually counterproductive patch and adds pkg-config
calls to find the BLAS-related libraries. Note that vor opencv-contrib-face,
the BLAS choice during its build doesn't really enter the result, apparently,
but the build process does use it and it would not help to confuse matters there.

I am not sure if the buildlink3.mk should also add blas.buildlink3.mk now. It
does not feature numpy right now. Should it?

Next step should be move towards 4.x at least.

Upstream:

December, 2021

OpenCV 3.4.17 has been released. Bug fixes, optimizations and other enhancements
are propagated into OpenCV 4.5.5.

Long-lived OpenCV 3.x release series is here since 2015. We are going to reduce
support of 3.x branch in the future to move forward to OpenCV 5.0.

Revision 1.17 / (download) - annotate - [select for diffs], Thu Nov 2 21:48:51 2023 UTC (4 months, 3 weeks ago) by wiz
Branch: MAIN
Changes since 1.16: +2 -2 lines
Diff to previous 1.16 (colored) to selected 1.4 (colored)

opencv: replace c++11 with c++ in USE_LANGUAGES

This way USE_CXX_FEATURES works.

Revision 1.16 / (download) - annotate - [select for diffs], Thu Dec 1 13:39:03 2022 UTC (15 months, 3 weeks ago) by jperkin
Branch: MAIN
CVS Tags: pkgsrc-2023Q3-base, pkgsrc-2023Q3, pkgsrc-2023Q2-base, pkgsrc-2023Q2, pkgsrc-2023Q1-base, pkgsrc-2023Q1, pkgsrc-2022Q4-base, pkgsrc-2022Q4
Changes since 1.15: +2 -1 lines
Diff to previous 1.15 (colored) to selected 1.4 (colored)

opencv: Remove another -Werror for GCC 12.

Revision 1.15 / (download) - annotate - [select for diffs], Mon Nov 21 18:20:43 2022 UTC (16 months ago) by jperkin
Branch: MAIN
Changes since 1.14: +4 -1 lines
Diff to previous 1.14 (colored) to selected 1.4 (colored)

*: Re-apply SunOS linker argument removals.

These are currently duplicated in mk/platform/SunOS.mk but the generic
removals will be removed soon in favour of per-package removals, due to
flags getting leaked into installed files.

Revision 1.14 / (download) - annotate - [select for diffs], Mon Aug 22 08:17:30 2022 UTC (19 months, 1 week ago) by markd
Branch: MAIN
CVS Tags: pkgsrc-2022Q3-base, pkgsrc-2022Q3
Changes since 1.13: +2 -1 lines
Diff to previous 1.13 (colored) to selected 1.4 (colored)

opencv: explicitly disable java

Revision 1.13 / (download) - annotate - [select for diffs], Wed May 4 17:51:33 2022 UTC (22 months, 3 weeks ago) by jperkin
Branch: MAIN
CVS Tags: pkgsrc-2022Q2-base, pkgsrc-2022Q2
Changes since 1.12: +3 -1 lines
Diff to previous 1.12 (colored) to selected 1.4 (colored)

opencv: Remove a -Werror causing issues on SunOS.

Revision 1.12 / (download) - annotate - [select for diffs], Mon Apr 25 22:12:56 2022 UTC (23 months ago) by tnn
Branch: MAIN
Changes since 1.11: +2 -1 lines
Diff to previous 1.11 (colored) to selected 1.4 (colored)

opencv: add CHECK_PORTABILITY_SKIP

Revision 1.11 / (download) - annotate - [select for diffs], Sun Oct 10 12:54:13 2021 UTC (2 years, 5 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2022Q1-base, pkgsrc-2022Q1, pkgsrc-2021Q4-base, pkgsrc-2021Q4
Changes since 1.10: +5 -23 lines
Diff to previous 1.10 (colored) to selected 1.4 (colored)

opencv: remove partial update

Committed by accident in libaom bump.

Ok nia@

Revision 1.10 / (download) - annotate - [select for diffs], Sun Oct 10 07:02:01 2021 UTC (2 years, 5 months ago) by adam
Branch: MAIN
Changes since 1.9: +2 -2 lines
Diff to previous 1.9 (colored) to selected 1.4 (colored)

opencv opencv-contrib-face: updated to 3.4.16

OpenCV 3.4.16 has been released. Bug fixes, optimizations and other enhancements are propagated into OpenCV 4.5.4.

Revision 1.9 / (download) - annotate - [select for diffs], Sat Oct 9 15:35:06 2021 UTC (2 years, 5 months ago) by nia
Branch: MAIN
Changes since 1.8: +23 -5 lines
Diff to previous 1.8 (colored) to selected 1.4 (colored)

Recursive revbump for multimedia/libaom

Revision 1.8 / (download) - annotate - [select for diffs], Wed Oct 6 21:10:24 2021 UTC (2 years, 5 months ago) by adam
Branch: MAIN
Changes since 1.7: +2 -2 lines
Diff to previous 1.7 (colored) to selected 1.4 (colored)

opencv opencv-contrib-face: updated to 3.4.15

OpenCV 3.4.15 has been released. Bug fixes, optimizations and other enhancements are propagated into OpenCV 4.5.3.

Long-lived OpenCV 3.x release series is here since 2015. We are going to reduce support of 3.x branch in the future to move forward to OpenCV 5.0.

Revision 1.7 / (download) - annotate - [select for diffs], Fri Sep 10 12:09:27 2021 UTC (2 years, 6 months ago) by nia
Branch: MAIN
CVS Tags: pkgsrc-2021Q3-base, pkgsrc-2021Q3
Changes since 1.6: +9 -1 lines
Diff to previous 1.6 (colored) to selected 1.4 (colored)

opencv: Fix building on i386

Revision 1.6 / (download) - annotate - [select for diffs], Sun Aug 16 22:18:49 2020 UTC (3 years, 7 months ago) by tnn
Branch: MAIN
CVS Tags: pkgsrc-2021Q2-base, pkgsrc-2021Q2, pkgsrc-2021Q1-base, pkgsrc-2021Q1, pkgsrc-2020Q4-base, pkgsrc-2020Q4, pkgsrc-2020Q3-base, pkgsrc-2020Q3
Changes since 1.5: +3 -1 lines
Diff to previous 1.5 (colored) to selected 1.4 (colored)

opencv: skip portability checks for ios

Revision 1.5 / (download) - annotate - [select for diffs], Thu Apr 30 09:23:28 2020 UTC (3 years, 10 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2020Q2-base, pkgsrc-2020Q2
Changes since 1.4: +3 -1 lines
Diff to previous 1.4 (colored)

opencv: mention that opencv-contrib-face has a distinfo that needs separate updating

Revision 1.4 / (download) - annotate - [selected], Thu Feb 13 09:23:46 2020 UTC (4 years, 1 month ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2020Q1-base, pkgsrc-2020Q1
Changes since 1.3: +2 -2 lines
Diff to previous 1.3 (colored)

opencv: updated to 3.4.9

version:3.4.9
OpenCV 3.4.9 has been released. Bug fixes, optimizations and other enhancements are propagated into OpenCV 4.2.0.

Revision 1.3 / (download) - annotate - [select for diffs], Mon Dec 16 08:24:39 2019 UTC (4 years, 3 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2019Q4-base, pkgsrc-2019Q4
Changes since 1.2: +6 -6 lines
Diff to previous 1.2 (colored) to selected 1.4 (colored)

opencv: updated to 3.4.8

version:3.4.8
OpenCV 3.4.8 has been released. Bug fixes, optimizations and other enhancements are propagated into OpenCV 4.1.2.

version:3.4.7
OpenCV 3.4.7 has been released. Bug fixes, optimizations and other enhancements are propagated into OpenCV 4.1.1.

Revision 1.2 / (download) - annotate - [select for diffs], Tue Jul 16 15:36:02 2019 UTC (4 years, 8 months ago) by nia
Branch: MAIN
CVS Tags: pkgsrc-2019Q3-base, pkgsrc-2019Q3
Changes since 1.1: +1 -4 lines
Diff to previous 1.1 (colored) to selected 1.4 (colored)

opencv: Disable jp2 support by default

Re-enable it with the 'jasper' option.

Part of the process of trying to minimize the potential impact of a
vulnerable jasper.

Bump PKGREVISION.

Revision 1.1 / (download) - annotate - [select for diffs], Wed Apr 24 19:34:44 2019 UTC (4 years, 11 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2019Q2-base, pkgsrc-2019Q2
Diff to selected 1.4 (colored)

opencv: updated to 3.4.6

version:3.4.6
OpenCV 3.4.6 has been released. Bug fixes, optimizations and other enhancements are propagated into OpenCV 4.1.0.

version:3.4.5
OpenCV 3.4.5 has been released. Bug fixes, optimizations and other enhancements are propagated into OpenCV 4.0.1.

version:3.4.4
OpenCV 3.4.4 has been released. This is a mantenance release. New features are landed in OpenCV 4.0.

version:3.4.3
OpenCV 3.4.3 has been released, with further extended dnn module, documentation improvements, some other new functionality and bug fixes.

version:3.4.2
OpenCV 3.4.2 has been released, with further extended dnn module, documentation improvements, some other new functionality and bug fixes.
OpenCV 3.4.x development is switched from "master" to "3.4" branch. "master" branch is used for development of upcoming OpenCV 4.x releases.
Bugfixes / optimizations / small improvemets should go into "3.4" branch. We will merge changes from "3.4" into "master" regularly (weekly/bi-weekly).

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.




CVSweb <webmaster@jp.NetBSD.org>