summaryrefslogtreecommitdiffstats
path: root/src/opencv-1-fixes.patch
Commit message (Collapse)AuthorAgeFilesLines
* opencv: concatenate and unify patchesBoris Nagaev2017-09-241-10/+100
|
* Update opencv to 3.3.0Gregorio Litenstein2017-09-241-165/+101
|
* Copyright headers: point to LICENSE.md and shortenBoris Nagaev2016-08-271-2/+1
| | | | | | | | | | | | | | | | | | | The following script was applied: sed ':a;/part of MXE.$/{N;s/\n//;ba}' -i $(git grep -l 'part of MXE') sed 's/\(part of MXE\).*\(See index.html\)/\1. \2/' -i \ $(git grep -l 'part of MXE.*See index.html') before='This file is part of MXE. See index.html for further information.' after='This file is part of MXE. See LICENSE.md for licensing information.' sed "s/$before/$after/" -i $(git grep -l 'part of MXE') Then git grep 'index.html for further information' revealed two other files. One of them was patched manually (patch.mk). Makefile has text "See index.html for further information" unrelated to licensing. See https://github.com/mxe/mxe/issues/1500#issuecomment-241340792
* package opencv: fixes for i686-pc-mingw32 and x86_64-w64-mingw32Tony Theodore2014-02-211-0/+3
|
* package opencv: update and enable i686-w64-mingw32Andrew Hankins2014-02-211-198/+83
|
* package opencv: fix pkgconfig file and remove qt dependencyTony Theodore2013-05-121-30/+113
|
* add package opencvLuis Saavedra2013-03-201-0/+237
OpenCV (Open Source Computer Vision Library) is an open source computer vision and machine learning software library. See more: http://opencv.org/about.html