summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
* media-libs/opencv: amd64 stable wrt bug #580128Agostino Sarubbo2016-05-131-1/+1
| | | | | | Package-Manager: portage-2.2.26 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* media-libs/opencv: disable git autodetect bug #558556Amy Winston2016-04-0713-7/+327
| | | | Package-Manager: portage-2.2.26
* media-libs/opencv: metadata reorderAmy Winston2016-03-131-5/+5
| | | | Package-Manager: portage-2.2.26
* media-libs/opencv: version bump 2.4.12 bug #576588Amy Winston2016-03-132-0/+217
| | | | Package-Manager: portage-2.2.26
* media-libs/opencv: revert drop old 3.1.0-r1 and patchesAmy Winston2016-03-024-0/+632
| | | | This reverts commit 48656e3b700cf6d771db428bc6dde322753839d3.
* media-libs/opencv: drop old 3.1.0-r1 and patchesAmy Winston2016-02-254-632/+0
| | | | Package-Manager: portage-2.2.26
* media-libs/opencv: Fix contrib tarball name (PN -> P)Andreas Sturmlechner2016-02-232-0/+245
| | | | | | Dropped patches that are part of the now correct 3.1.0-contrib tarball. Package-Manager: portage-2.2.27
* media-libs/opencv: Drop oldAndreas Sturmlechner2016-01-301-252/+0
| | | | Package-Manager: portage-2.2.27
* media-libs/opencv: Bump subslot to 3.1, builds with python-3.5Andreas Sturmlechner2016-01-301-0/+252
|
* Set appropriate maintainer types in metadata.xml (GLEP 67)Michał Górny2016-01-241-3/+3
|
* Replace all herds with appropriate projects (GLEP 67)Michał Górny2016-01-241-1/+4
| | | | | Replace all uses of herd with appropriate project maintainers, or no maintainers in case of herds requested to be disbanded.
* media-libs/opencv: 3.1.0 version bump bug #571496Amy Winston2016-01-237-0/+657
| | | | Package-Manager: portage-2.2.24
* media-libs/opencv: missing die added. Thanks gokturk.Amy Winston2016-01-191-1/+1
| | | | Package-Manager: portage-2.2.24
* media-libs/opencv: 3.0.0 base migration, use contrib repairedAmy Winston2016-01-191-8/+6
| | | | Package-Manager: portage-2.2.24
* media-libs/opencv: 2.4.11 base migrationAmy Winston2016-01-191-11/+7
| | | | Package-Manager: portage-2.2.24
* media-libs/opencv: 2.4.10 base migrationAmy Winston2016-01-191-13/+9
| | | | Package-Manager: portage-2.2.24
* media-libs/opencv: 2.4.9 base migrationAmy Winston2016-01-191-13/+10
| | | | Package-Manager: portage-2.2.24
* Drop unsupported python implementationsJustin Lecher2015-12-231-1/+1
| | | | Signed-off-by: Justin Lecher <jlec@gentoo.org>
* media-libs/opencv: required_use qt changed to at-most-one-ofAmy Winston2015-12-161-2/+1
| | | | Package-Manager: portage-2.2.20.1
* media-libs/opencv: cuda restriction for >=gcc-4.8 disabled bug #566244.Amy Winston2015-11-262-10/+4
| | | | Package-Manager: portage-2.2.20.1