summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* */*: Remove obsolete values from PYTHON_COMPATMichał Górny2021-01-313-3/+3
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* media-libs/opencv: sort remote-idSam James2021-01-221-1/+1
| | | | | Package-Manager: Portage-3.0.14, Repoman-3.0.2 Signed-off-by: Sam James <sam@gentoo.org>
* media-libs/opencv: add github remote-idSam James2021-01-221-0/+1
| | | | | Package-Manager: Portage-3.0.14, Repoman-3.0.2 Signed-off-by: Sam James <sam@gentoo.org>
* media-libs/opencv: version bump, remove oldRoss Charles Campbell2020-12-272-10/+20
| | | | | | | | | | | | | | | | - Added constraint on CPU flags on x86 - Also closed out bugs that wasn't reported reproducible on newer versions Closes: https://bugs.gentoo.org/751781 Closes: https://bugs.gentoo.org/703658 Closes: https://bugs.gentoo.org/706040 Closes: https://bugs.gentoo.org/721706 Closes: https://bugs.gentoo.org/689838 Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: Ross Charles Campbell <rossbridger.cc@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/18801 Signed-off-by: Sam James <sam@gentoo.org>
* media-libs/opencv: Stabilize 4.5.0 x86, #746596Sam James2020-11-121-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* media-libs/opencv: Stabilize 4.5.0 amd64, #746596Sam James2020-11-111-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* media-libs/opencv: Stabilize 4.5.0 arm64, #746596Sam James2020-11-111-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* media-libs/opencv: various fixesRoss Charles Campbell2020-11-032-1/+25
| | | | | | | | | | | | | | | | | | | | - Explicitly depends on virtual/lapacke to prevent its cmake build scripts from implicitly disabling lapack support when it can't find lapacke.h. - Link with cblas when sci-libs/lapack is supplimented as the default lapack implementation. - examples USE requires contribdnn USE to be enabled to prevent build failure. Closes: https://bugs.gentoo.org/700176 Closes: https://bugs.gentoo.org/749681 Closes: https://bugs.gentoo.org/717812 Closes: https://bugs.gentoo.org/701790 Closes: https://bugs.gentoo.org/704518 Package-Manager: Portage-3.0.8, Repoman-3.0.1 Signed-off-by: Ross Charles Campbell <rossbridger.cc@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/17964 Signed-off-by: Sam James <sam@gentoo.org>
* media-libs/opencv: don't allow =dev-cpp/eigen-3.3.8Sam James2020-10-182-2/+14
| | | | | | | | | | | | | | | dev-cpp/eigen-3.3.8 was broken upstream and -r1 introduces a backported fix. While 3.3.8 was removed from tree, it is possible that 3.3.8 is still installed and satisfies the dependency on a user's machine, in the case of the latter bug referenced here. Bug: https://bugs.gentoo.org/747949 Closes: https://bugs.gentoo.org/749804 Package-Manager: Portage-3.0.8, Repoman-3.0.1 Signed-off-by: Sam James <sam@gentoo.org>
* media-libs/opencv: version bump to 4.5.0Ross Charles Campbell2020-10-162-0/+557
| | | | | | | | | | | | | | | | | | Bug: https://bugs.gentoo.org/701790 Bug: https://bugs.gentoo.org/700176 Bug: https://bugs.gentoo.org/717812 Bug: https://bugs.gentoo.org/703658 Bug: https://bugs.gentoo.org/689838 Closes: https://bugs.gentoo.org/666716 Closes: https://bugs.gentoo.org/747163 Closes: https://bugs.gentoo.org/729190 Closes: https://bugs.gentoo.org/699730 Closes: https://bugs.gentoo.org/672840 Package-Manager: Portage-3.0.8, Repoman-3.0.1 Signed-off-by: Ross Charles Campbell <rossbridger.cc@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/17899 Signed-off-by: Sam James <sam@gentoo.org>
* media-libs/opencv: Revert "require <dev-cpp/eigen-3.3.8 for now"Andreas Sturmlechner2020-10-121-2/+1
| | | | | | | | | Please don't introduce lower-than dependencies lightly, when there's a supposed fix around the corner. This reverts commit ec0fa8e9928460b1cc10dec718ba5ad1db5b9b9e. Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
* media-libs/opencv: require <dev-cpp/eigen-3.3.8 for nowSam James2020-10-121-1/+2
| | | | | | | | | Eigen 3.3.8 introduced a bug (bugs?) it seems, so we'll workaround that for now with a < restriction. Bug: https://bugs.gentoo.org/747949 Package-Manager: Portage-3.0.8, Repoman-3.0.1 Signed-off-by: Sam James <sam@gentoo.org>
* media-libs/opencv: fix automagic dep on openjpegSam James2020-10-111-1/+6
| | | | | | | | USE=jpeg2k was a no-op until now. Bug: https://bugs.gentoo.org/747427 Package-Manager: Portage-3.0.4, Repoman-3.0.1 Signed-off-by: Sam James <sam@gentoo.org>
* media-libs/opencv: drop pch support (fixes eigen build)Sam James2020-10-111-3/+5
| | | | | | | | | PCH support is broken when using CMake and apparently opencv is no exception. Closes: https://bugs.gentoo.org/733796 Package-Manager: Portage-3.0.4, Repoman-3.0.1 Signed-off-by: Sam James <sam@gentoo.org>
* media-libs/opencv: version bump to 4.4.0Ross Charles Campbell2020-10-074-0/+578
| | | | | | | | | | | | | | | | | | | Currently the following improvements are made: - Added python 3.{8,9} support. - Added LTO (Link Time Optimization) support. - Added OVIS (Ogre Vision Module) support. - Renewed wrapped headers list for multilib. - No longer need to download external files at compile time. Closes: https://bugs.gentoo.org/745378 Closes: https://bugs.gentoo.org/744097 Closes: https://bugs.gentoo.org/718038 Closes: https://bugs.gentoo.org/702642 Closes: https://bugs.gentoo.org/703760 Package-Manager: Portage-3.0.8, Repoman-3.0.1 Signed-off-by: Ross Charles Campbell <rossbridger.cc@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/17307 Signed-off-by: Sam James <sam@gentoo.org>
* media-libs/opencv: Drop 4.1.2-r1Andreas Sturmlechner2020-06-251-493/+0
| | | | | | Closes: https://bugs.gentoo.org/729504 Package-Manager: Portage-2.3.103, Repoman-2.3.23 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
* media-libs/opencv: Drop vulnerable 3.4.1-r7Andreas Sturmlechner2020-06-2510-737/+0
| | | | | | | Bug: https://bugs.gentoo.org/711284 Bug: https://bugs.gentoo.org/729504 Package-Manager: Portage-2.3.103, Repoman-2.3.23 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
* media-libs/opencv: Drop vulnerable 2.4.13-r4Andreas Sturmlechner2020-06-259-931/+0
| | | | | | | Bug: https://bugs.gentoo.org/647802 Bug: https://bugs.gentoo.org/729504 Package-Manager: Portage-2.3.103, Repoman-2.3.23 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
* media-libs/opencv: arm64 stable (bug #711284)Sam James (sam_c)2020-06-221-1/+1
| | | | | | Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Sam James (sam_c) <sam@cmpct.info> Signed-off-by: Mart Raudsepp <leio@gentoo.org>
* media-libs/opencv: amd64 stable wrt bug #711284Agostino Sarubbo2020-06-221-1/+1
| | | | | | Package-Manager: Portage-2.3.99, Repoman-2.3.22 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* media-libs/opencv: x86 stable (bug #711284)Thomas Deutschmann2020-06-201-1/+1
| | | | | Package-Manager: Portage-2.3.101, Repoman-2.3.22 Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
* Remove MULTILIB_USEDEP from all virtual/pkgconfig dependenciesMike Gilbert2020-06-133-3/+3
| | | | | Bug: https://bugs.gentoo.org/723112 Signed-off-by: Mike Gilbert <floppym@gentoo.org>
* media-libs/opencv: migrate from libavMikle Kolyada2020-04-254-20/+8
| | | | | Package-Manager: Portage-2.3.89, Repoman-2.3.20 Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
* media-libs/opencv: Use only GTK3David Seifert2020-03-092-19/+23
| | | | | | | | | | * OpenCV currently does not support OpenGL contexts in GTK3, so we disable USE="opengl gtk3" for the time being. Package-Manager: Portage-2.3.93, Repoman-2.3.20 Closes: https://github.com/gentoo/gentoo/pull/14866 Signed-off-by: David Seifert <soap@gentoo.org>
* media-libs/opencv: Switch to PYTHON_MULTI_USEDEP APIMichał Górny2020-02-091-4/+6
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* media-libs/opencv: Permit numpy-python2 in 2*Michał Górny2020-01-301-2/+8
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* media-libs/opencv: Remove py2 where possibleMichał Górny2020-01-303-3/+3
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* */*: Clean PYTHON_COMPAT of obsolete implsMichał Górny2020-01-053-6/+6
| | | | | Closes: https://github.com/gentoo/gentoo/pull/14246 Signed-off-by: Michał Górny <mgorny@gentoo.org>
* media-libs/opencv: [QA] Revert "Needs python_optimize, add python 3.8 support"David Seifert2019-12-261-503/+0
| | | | | | | | | * We need to bifurcate the py2/py3 depgraph of numpy atomically, in order to avoid misleading and weird blocker warnings. This reverts commit 2dbf3b3c61635735ec32d0f47d45003968a277e5. Signed-off-by: David Seifert <soap@gentoo.org>
* media-libs/opencv: Fix missing PYTHON_DEPSPacho Ramos2019-12-251-0/+1
| | | | | Package-Manager: Portage-2.3.82, Repoman-2.3.20 Signed-off-by: Pacho Ramos <pacho@gentoo.org>
* media-libs/opencv: Needs python_optimize, add python 3.8 supportPacho Ramos2019-12-251-0/+502
| | | | | | | | Also needs to support numpy-python2 until reverse deps are handled Bug: https://bugs.gentoo.org/703760 Package-Manager: Portage-2.3.82, Repoman-2.3.20 Signed-off-by: Pacho Ramos <pacho@gentoo.org>
* media-libs/opencv: dont try to install LICENSE.txtAmy Liffey2019-12-072-0/+11
| | | | | | | Submitted-by: Helmut Jarausch <jarausch@igpm.rwth-aachen.de> Closes: https://bugs.gentoo.org/701448 Package-Manager: Portage-2.3.76, Repoman-2.3.16 Signed-off-by: Amy Liffey <amynka@gentoo.org>
* media-libs/opencv: fix pkg-config file generationAmy Liffey2019-12-062-0/+508
| | | | | | Closes: https://bugs.gentoo.org/701662 Package-Manager: Portage-2.3.76, Repoman-2.3.16 Signed-off-by: Amy Liffey <amynka@gentoo.org>
* media-libs/opencv: install pkg configAmy Liffey2019-11-301-0/+1
| | | | | | | | Submitted-by: Helmut Jarausch <jarausch@igpm.rwth-aachen.de> Closes: https://bugs.gentoo.org/701472 Package-Manager: Portage-2.3.76, Repoman-2.3.16 Signed-off-by: Amy Liffey <amynka@gentoo.org>
* media-libs/opencv: add USE=+features2dStefan Strogin2019-11-302-2/+3
| | | | | | | | | USE=contribxfeatures2d should not control building features2d module. Add USE=+features2d instead. Package-Manager: Portage-2.3.80, Repoman-2.3.19 Signed-off-by: Stefan Strogin <steils@gentoo.org> Signed-off-by: Amy Liffey <amynka@gentoo.org>
* media-libs/opencv: add cv_cpu_dispatch.h to MULTILIB_WRAPPED_HEADERSStefan Strogin2019-11-301-0/+1
| | | | | | | Closes: https://bugs.gentoo.org/701482 Package-Manager: Portage-2.3.80, Repoman-2.3.19 Signed-off-by: Stefan Strogin <steils@gentoo.org> Signed-off-by: Amy Liffey <amynka@gentoo.org>
* media-libs/opencv: Restore stable keywordsAndreas Sturmlechner2019-11-281-1/+1
| | | | | | | | Dropping them for py37 was not necessary in the first place. Package-Manager: Portage-2.3.80, Repoman-2.3.19 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org> Signed-off-by: Amy Liffey <amynka@gentoo.org>
* media-libs/opencv: version bump 4.1.2Amy Liffey2019-11-283-0/+498
| | | | | | | | | Closes: https://bugs.gentoo.org/685106 Closes: https://bugs.gentoo.org/678460 Closes: https://bugs.gentoo.org/663730 Closes: https://bugs.gentoo.org/689840 Package-Manager: Portage-2.3.76, Repoman-2.3.16 Signed-off-by: Amy Liffey <amynka@gentoo.org>
* media-libs/opencv: Remove _ from useflagsAmy Liffey2019-11-283-529/+25
| | | | | | Closes: https://bugs.gentoo.org/695076 Package-Manager: Portage-2.3.76, Repoman-2.3.16 Signed-off-by: Amy Liffey <amynka@gentoo.org>
* metadata.xml: popuplate CPE entries for better CVE trackingAllen Webb2019-09-121-0/+1
| | | | | Signed-off-by: Allen Webb <allenwebb@chromium.org> Signed-off-by: Mike Frysinger <vapier@gentoo.org>
* media-libs/opencv: [QA] Remove media-libs/jasper depDavid Seifert2019-08-283-10/+7
| | | | | | Bug: https://bugs.gentoo.org/689784 Package-Manager: Portage-2.3.68, Repoman-2.3.16 Signed-off-by: David Seifert <soap@gentoo.org>
* media-libs/opencv: Fix py3.7 buildAlexey Shvetsov2019-08-102-0/+13
| | | | | | | | Follwoup to ac064acc48d43d7bfbf12c0985c5b0667454600b Closes: https://bugs.gentoo.org/691480 Package-Manager: Portage-2.3.71, Repoman-2.3.17 Signed-off-by: Alexey Shvetsov <alexxy@gentoo.org>
* media-libs/opencv: Works with py3.7Alexey Shvetsov2019-08-041-0/+505
| | | | | Package-Manager: Portage-2.3.70, Repoman-2.3.16 Signed-off-by: Alexey Shvetsov <alexxy@gentoo.org>
* media-libs/opencv: arm64 stableAaron Bauman2019-05-161-1/+1
| | | | | | * deps are fixed now Signed-off-by: Aaron Bauman <bman@gentoo.org>
* media-libs/opencv: Revert "arm64 stable"Michał Górny2019-05-161-1/+1
| | | | | | | The package has been stabilize without meeting dependencies. Reverts: 02ac88a4639f31caae3372e87975b2f48fd23489 Signed-off-by: Michał Górny <mgorny@gentoo.org>
* media-libs/opencv: arm64 stableAaron Bauman2019-05-141-1/+1
| | | | | | Signed-off-by: Aaron Bauman <bman@gentoo.org> Package-Manager: Portage-2.3.66, Repoman-2.3.12 RepoMan-Options: --include-arches="arm64"
* */*: Remove python3_4 PYTHON_COMPAT correctlyMichał Górny2019-04-171-1/+1
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* media-libs/opencv: fix build on x86Amy Liffey2019-03-312-0/+28
| | | | | | | | - Add upstream patch found by kensington to fix build on x86 Closes: https://bugs.gentoo.org/682104 Signed-off-by: Amy Liffey <amynka@gentoo.org> Package-Manager: Portage-2.3.62, Repoman-2.3.11
* media-libs/opencv: fix python build with cmake 3.14Georgy Yakovlev2019-03-261-4/+3
| | | | | | | Closes: https://bugs.gentoo.org/680824 Package-Manager: Portage-2.3.62, Repoman-2.3.12 Acked-by: Amy Liffey <amynka@gentoo.org> Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org>
* media-libs/opencv: fix popcnt detectionAmy Liffey2019-01-242-0/+31
| | | | | | | Closes: https://bugs.gentoo.org/633900 Submitted-by: Branko Grubic <bitlord0xff@gmail.com> Signed-off-by: Amy Liffey <amynka@gentoo.org> Package-Manager: Portage-2.3.49, Repoman-2.3.11