summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* media-libs/opencv: fix protobuf dnn module bug #631418Amy Liffey2017-10-091-0/+6
| | | | | | | | | | Suggested-by: Hanno Meyer-Thurow (geki) <h.mth@web.de> Suggested-by: Dennis Schridde <devurandom@gmx.net> Suggested-by: Magnus Kessler <Magnus.Kessler@gmx.net> Suggested-by: zappel@simple-co.de Closes: https://bugs.gentoo.org/631418 Package-Manager: Portage-2.3.6, Repoman-2.3.1
* media-libs/opencv: remove too big patchAmy Liffey2017-09-193-903/+3
| | | | Package-Manager: Portage-2.3.6, Repoman-2.3.1
* media-libs/opencv: version bump 3.3.0 bug #629534Amy Liffey2017-09-194-0/+1277
| | | | | | | | | | - Patch for CVEs bug #627958 - Add required use for bug #621986 - Version bump fixes bug #627954 Closes: https://bugs.gentoo.org/629534 Package-Manager: Portage-2.3.6, Repoman-2.3.1
* media-libs/opencv: Multilib [contrib_hdf] headersMichał Górny2017-09-112-0/+6
| | | | Closes: https://bugs.gentoo.org/630604
* media-libs/opencv: Backport multilib header fixes to 3.1.0-r8Michał Górny2017-09-111-0/+17
| | | | Closes: https://bugs.gentoo.org/630604
* media-libs/opencv: use HTTPS for links to dev.gentoo.orgFrancesco Turco2017-09-062-2/+2
|
* media-libs/opencv: remove unused patchesMichael Mair-Keimberger2017-09-052-158/+0
|
* media-libs/opencv: 2.4.13 add imgcodecs patch bug #627958Amy Liffey2017-09-012-1/+581
| | | | Package-Manager: Portage-2.3.6, Repoman-2.3.1
* media-libs/opencv: remove oldAmy Liffey2017-09-013-914/+0
| | | | Package-Manager: Portage-2.3.6, Repoman-2.3.1
* media-libs/opencv: Fix header wrapping for [contrib_cvv]Michał Górny2017-08-261-0/+9
|
* media-libs/opencv: Fix header wrapping w/[vtk], #627730Michał Górny2017-08-221-0/+8
|
* media-libs/opencv: Fix wrapping cvconfig.h, #627730Michał Górny2017-08-142-0/+8
|
* media-libs/opencv: Fix automagic dep on tesseractMichał Górny2017-08-112-0/+20
|
* media-libs/opencv: Enable multilib builds for 3.1.0 & 3.2.0Michał Górny2017-08-112-0/+630
|
* media-libs/opencv: fix mno-sse2Amy Liffey2017-07-272-0/+12
| | | | Package-Manager: Portage-2.3.6, Repoman-2.3.1
* media-libs/opencv: Fix usage CPU instructionsYurii Moskalenko2017-07-272-0/+65
|
* media-libs/opencv: keyword ~arm64Alexis Ballier2017-07-091-1/+1
| | | | Package-Manager: Portage-2.3.6, Repoman-2.3.2
* media-libs/opencv: disable pch for gcc-6.0 bug #617654Amy Liffey2017-06-065-0/+605
| | | | Package-Manager: Portage-2.3.6, Repoman-2.3.1
* media-libs/opencv: version bump 3.2.0 bug #604982Amy Liffey2017-04-165-2/+356
| | | | Package-Manager: portage-2.3.3
* Drop $Id$ per council decision in bug #611234.Robin H. Johnson2017-02-283-3/+0
| | | | Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
* media-libs/opencv: remove oldAmy Liffey2017-02-092-243/+0
| | | | Package-Manager: portage-2.3.0
* media-libs/opencv: Drop kde from maintainersJohannes Huber2017-02-071-8/+4
| | | | | | As discussed with amynka and dilfridge at Delirium Cafe. Package-Manager: Portage-2.3.3, Repoman-2.3.1
* media-libs/opencv: x86 stable wrt bug #606810Agostino Sarubbo2017-01-231-1/+1
| | | | | | Package-Manager: portage-2.3.0 RepoMan-Options: --include-arches="x86" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* media-libs/opencv: amd64 stable wrt bug #606810Agostino Sarubbo2017-01-231-2/+2
| | | | | | Package-Manager: portage-2.3.0 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* media-libs/opencv: fix gtk bug #605740Amy Liffey2017-01-202-4/+4
| | | | Package-Manager: portage-2.3.0
* media-libs/opencv: version bump 2.4.13 bug #601810Amy Winston2016-12-152-0/+242
| | | | Package-Manager: portage-2.3.0
* media-libs/opencv: [QA] Minor fixesDavid Seifert2016-12-101-1/+2
| | | | Package-Manager: portage-2.3.3
* media-libs/opencv: Kill redundant 'emake clean' - fix ninja, #602232Michał Górny2016-12-101-1/+0
| | | | | | | Kill the call to 'emake clean' for Python build directory which obviously does not work when Ninja is used instead of Makefiles. It is completely redundant since it is followed by 'rm -rf' of the whole directory (tested with Makefiles and Ninja).
* media-libs/opencv: Kill unnecessary Gentoo hack-patch for PythonMichał Górny2016-12-101-0/+291
| | | | | | | | | | | | | | | | | | | Kill the unnecessary, outdated custom Gentoo CMake module used to force specific version of Python in favor of hacking the upstream module appropriately. Rely on the standard CMake -DPYTHON_INTERPRETER to (indirectly) disable Python for the base build, and on python-r1 + upstream -DPYTHON3_INTERPRETER to control the implementation used for Python module build. This removes a lot of unnecessary hackery from the ebuild, such as passing all the Python implementation specifics (include paths, library names) in favor of using the CMake autodetection code. It also restores some missing bits that were omitted because of the Gentoo module deficiency. To keep things simple, all versions of Python are treated as 'python2' upstream since the code used to build both python2 & python3 modules is identical (i.e. works for all versions).
* media-libs/opencv: Add subslot operator on media-libs/jasperDavid Seifert2016-11-132-2/+2
| | | | Package-Manager: portage-2.3.2
* media-libs/opencv: Remove old ebuilds and patches Some ebuilds don't work, ↵Jonathan Scruggs2016-11-0811-1880/+0
| | | | | | | | | | | so there's no point in keeping them. Since OpenCV 3.0.0 is no longer in the tree, the following can be closed: Gentoo-bug: 566080 Gentoo-bug: 557328 Signed-off by: Jonathan Scruggs (j.scruggs@gmail.com)
* media-libs/opencv: revision bump to 3.1.0-r6Jonathan Scruggs2016-11-085-0/+375
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * Update SRC_URI to the new URLs * Switch to downloading the tar.gz instead zip file * Add git hash to end of contrib download to allow revision bumps * Updated revision of contrib modules to fix various errors * Remove Qt 4 support to follow the new Gentoo standard * Use new OpenMP test logic * Added patch to build against CUDA v8. Patch based on one submitted by Sven Eden Gentoo-bug: 598674 Gentoo-bug: 597754 * Added Tesseract use flag and fixed building against it. Gentoo-bug: 572836 Gentoo-bug: 584428 * Added use flag for the SFM module because of dependencies on several Google libraries Gentoo-bug: 597166 * Added use flag for the HDF module because of a dependency on media-libs/hdaf5 Gentoo-bug: 596212 * Added use flag for the CVV module because it will silently fail if Qt 5 is not installed. * Added patch to fix the finding of certain libraries Gentoo-Bug: 584478 Signed-off by: Jonathan Scruggs (j.scruggs@gmail.com)
* global: Drop dead implementations from PYTHON_COMPATMichał Górny2016-11-011-1/+1
|
* media-libs/opencv: drop ppc to testingMichael Palimaka2016-10-221-1/+1
| | | | Package-Manager: portage-2.3.2
* media-libs/opencv: x86 stableMichael Palimaka2016-10-211-1/+1
| | | | | | Gentoo-bug: 588170 Package-Manager: portage-2.3.2
* media-libs/opencv: update metadataAmy Winston2016-10-061-1/+1
| | | | Package-Manager: portage-2.2.28
* media-libs/opencv: add gles patch bug #554478Amy Winston2016-10-021-0/+1
| | | | Package-Manager: portage-2.2.28
* media-libs/opencv: revision bump to 3.1.0-r5Jonathan Scruggs2016-09-272-0/+692
| | | | | | | | | | | | | | | | | - Feature: added in support for installing the Python module for each implementation selected Gentoo-Bug: 593504 - Bug fix: under certain conditions the HDF5 library isn't found Gentoo-Bug: 588850 - Bug fix: OpenGL needs Qt or Gtk+ otherwise it's disabled - Misc: cleaned up usex expressions added qtwidgets depend moved openmp detection to pkg_pretend as per Gentoo style guidelines Signed off by Jonathan Scruggs (j.scruggs@gmail.com, irc: Dracwyrm)
* media-libs/opencv: amd64 stable wrt bug #588170Agostino Sarubbo2016-09-261-1/+1
| | | | | | Package-Manager: portage-2.2.28 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* media-libs/opencv: remove old. thanks genstormAmy Winston2016-08-204-716/+0
| | | | Package-Manager: portage-2.2.28
* media-libs/opencv: whitespaceFelix Janda2016-08-065-11/+11
|
* media-libs/opencv: eapi=6 bumpAmy Winston2016-06-092-2/+243
| | | | | | | | - Fix cuda bug #577410 - Add qt5 support - Remove doc useflag bug #556198 Package-Manager: portage-2.2.28
* media-libs/opencv: remove trailing spaces from patchAmy Winston2016-06-091-4/+3
| | | | Package-Manager: portage-2.2.28
* media-libs/opencv: change to EAPI 6 and fix python installationdracwyrm2016-06-094-2/+419
| | | | | | | | -Add patch to install the correct bindings based on single_python_target -Fix Cuda in ebuild -Remove unused CMake options -Modified patch to be -p1 format -Tiny fixes and rewrites for EAPI 6 specs
* media-libs/opencv: update contrib to newestAmy Winston2016-06-042-0/+246
| | | | Package-Manager: portage-2.2.28
* media-libs/opencv: remove new buggy contribAmy Winston2016-05-242-246/+0
| | | | Package-Manager: portage-2.2.26
* media-libs/opencv: drop 3_2 pythonAmy Winston2016-05-241-1/+1
| | | | Package-Manager: portage-2.2.26
* media-libs/opencv: remove old 2.4.9 and 2.4.10Amy Winston2016-05-158-1443/+0
| | | | Package-Manager: portage-2.2.26
* : ppc/x86 stable wrt bug #580128Mikle Kolyada2016-05-151-1/+1
| | | | Package-Manager: portage-2.2.26
* media-libs/opencv: correct contrib urlAmy Winston2016-05-141-1/+1
| | | | Package-Manager: portage-2.2.26