CVS log for pkgsrc/graphics/opencv/Makefile.common
Up to [cvs.NetBSD.org] / pkgsrc / graphics / opencv
Request diff between arbitrary revisions
Keyword substitution: kv
Default branch: MAIN
Revision 1.21: download - view: text, markup, annotated - select for diffs
Sun Aug 25 06:18:52 2024 UTC (4 months, 4 weeks ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2024Q4-base,
pkgsrc-2024Q4,
pkgsrc-2024Q3-base,
pkgsrc-2024Q3,
HEAD
Diff to: previous 1.20: preferred, colored
Changes since revision 1.20: +19 -19
lines
*: replace CMAKE_ARGS with CMAKE_CONFIGURE_ARGS
Revision 1.20: download - view: text, markup, annotated - select for diffs
Tue Jan 16 19:23:05 2024 UTC (12 months, 1 week ago) by adam
Branches: MAIN
CVS tags: pkgsrc-2024Q2-base,
pkgsrc-2024Q2,
pkgsrc-2024Q1-base,
pkgsrc-2024Q1
Diff to: previous 1.19: preferred, colored
Changes since revision 1.19: +4 -6
lines
opencv opencv-contrib-face: updated to 3.4.20
3.4.20
Bug fixes
Revision 1.19: download - view: text, markup, annotated - select for diffs
Fri Dec 22 14:30:55 2023 UTC (13 months ago) by thor
Branches: MAIN
CVS tags: pkgsrc-2023Q4-base,
pkgsrc-2023Q4
Diff to: previous 1.18: preferred, colored
Changes since revision 1.18: +2 -1
lines
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 - view: text, markup, annotated - select for diffs
Fri Dec 22 07:35:07 2023 UTC (13 months ago) by thor
Branches: MAIN
Diff to: previous 1.17: preferred, colored
Changes since revision 1.17: +13 -2
lines
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 - view: text, markup, annotated - select for diffs
Thu Nov 2 21:48:51 2023 UTC (14 months, 3 weeks ago) by wiz
Branches: MAIN
Diff to: previous 1.16: preferred, colored
Changes since revision 1.16: +2 -2
lines
opencv: replace c++11 with c++ in USE_LANGUAGES
This way USE_CXX_FEATURES works.
Revision 1.16: download - view: text, markup, annotated - select for diffs
Thu Dec 1 13:39:03 2022 UTC (2 years, 1 month ago) by jperkin
Branches: MAIN
CVS tags: pkgsrc-2023Q3-base,
pkgsrc-2023Q3,
pkgsrc-2023Q2-base,
pkgsrc-2023Q2,
pkgsrc-2023Q1-base,
pkgsrc-2023Q1,
pkgsrc-2022Q4-base,
pkgsrc-2022Q4
Diff to: previous 1.15: preferred, colored
Changes since revision 1.15: +2 -1
lines
opencv: Remove another -Werror for GCC 12.
Revision 1.15: download - view: text, markup, annotated - select for diffs
Mon Nov 21 18:20:43 2022 UTC (2 years, 2 months ago) by jperkin
Branches: MAIN
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +4 -1
lines
*: 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 - view: text, markup, annotated - select for diffs
Mon Aug 22 08:17:30 2022 UTC (2 years, 5 months ago) by markd
Branches: MAIN
CVS tags: pkgsrc-2022Q3-base,
pkgsrc-2022Q3
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +2 -1
lines
opencv: explicitly disable java
Revision 1.13: download - view: text, markup, annotated - select for diffs
Wed May 4 17:51:33 2022 UTC (2 years, 8 months ago) by jperkin
Branches: MAIN
CVS tags: pkgsrc-2022Q2-base,
pkgsrc-2022Q2
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +3 -1
lines
opencv: Remove a -Werror causing issues on SunOS.
Revision 1.12: download - view: text, markup, annotated - select for diffs
Mon Apr 25 22:12:56 2022 UTC (2 years, 9 months ago) by tnn
Branches: MAIN
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +2 -1
lines
opencv: add CHECK_PORTABILITY_SKIP
Revision 1.11: download - view: text, markup, annotated - select for diffs
Sun Oct 10 12:54:13 2021 UTC (3 years, 3 months ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2022Q1-base,
pkgsrc-2022Q1,
pkgsrc-2021Q4-base,
pkgsrc-2021Q4
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +5 -23
lines
opencv: remove partial update
Committed by accident in libaom bump.
Ok nia@
Revision 1.10: download - view: text, markup, annotated - select for diffs
Sun Oct 10 07:02:01 2021 UTC (3 years, 3 months ago) by adam
Branches: MAIN
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +2 -2
lines
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 - view: text, markup, annotated - select for diffs
Sat Oct 9 15:35:06 2021 UTC (3 years, 3 months ago) by nia
Branches: MAIN
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +23 -5
lines
Recursive revbump for multimedia/libaom
Revision 1.8: download - view: text, markup, annotated - select for diffs
Wed Oct 6 21:10:24 2021 UTC (3 years, 3 months ago) by adam
Branches: MAIN
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +2 -2
lines
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 - view: text, markup, annotated - select for diffs
Fri Sep 10 12:09:27 2021 UTC (3 years, 4 months ago) by nia
Branches: MAIN
CVS tags: pkgsrc-2021Q3-base,
pkgsrc-2021Q3
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +9 -1
lines
opencv: Fix building on i386
Revision 1.6: download - view: text, markup, annotated - select for diffs
Sun Aug 16 22:18:49 2020 UTC (4 years, 5 months ago) by tnn
Branches: MAIN
CVS tags: pkgsrc-2021Q2-base,
pkgsrc-2021Q2,
pkgsrc-2021Q1-base,
pkgsrc-2021Q1,
pkgsrc-2020Q4-base,
pkgsrc-2020Q4,
pkgsrc-2020Q3-base,
pkgsrc-2020Q3
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +3 -1
lines
opencv: skip portability checks for ios
Revision 1.5: download - view: text, markup, annotated - select for diffs
Thu Apr 30 09:23:28 2020 UTC (4 years, 8 months ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2020Q2-base,
pkgsrc-2020Q2
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +3 -1
lines
opencv: mention that opencv-contrib-face has a distinfo that needs separate updating
Revision 1.4: download - view: text, markup, annotated - select for diffs
Thu Feb 13 09:23:46 2020 UTC (4 years, 11 months ago) by adam
Branches: MAIN
CVS tags: pkgsrc-2020Q1-base,
pkgsrc-2020Q1
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +2 -2
lines
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 - view: text, markup, annotated - select for diffs
Mon Dec 16 08:24:39 2019 UTC (5 years, 1 month ago) by adam
Branches: MAIN
CVS tags: pkgsrc-2019Q4-base,
pkgsrc-2019Q4
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +6 -6
lines
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 - view: text, markup, annotated - select for diffs
Tue Jul 16 15:36:02 2019 UTC (5 years, 6 months ago) by nia
Branches: MAIN
CVS tags: pkgsrc-2019Q3-base,
pkgsrc-2019Q3
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +1 -4
lines
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 - view: text, markup, annotated - select for diffs
Wed Apr 24 19:34:44 2019 UTC (5 years, 9 months ago) by adam
Branches: MAIN
CVS tags: pkgsrc-2019Q2-base,
pkgsrc-2019Q2
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).
CVSweb <webmaster@jp.NetBSD.org>