Commit Graph

8 Commits

Author SHA1 Message Date
Tony Theodore 1b1b9c9a9a various packages: run `make refresh-patches` with numbering 2017-11-19 11:29:22 +11:00
Boris Nagaev 394f09e5e3 opencv: concatenate and unify patches 2017-09-24 17:17:44 +02:00
Gregorio Litenstein 4560f79e70 Update opencv to 3.3.0 2017-09-24 17:06:41 +02:00
Boris Nagaev 6adb5ade12 Copyright headers: point to LICENSE.md and shorten
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
2016-08-27 12:31:29 +03:00
Tony Theodore 1a27fa5a1e package opencv: fixes for i686-pc-mingw32 and x86_64-w64-mingw32 2014-02-21 22:41:14 +11:00
Andrew Hankins e18b8cec56 package opencv: update and enable i686-w64-mingw32 2014-02-21 22:39:35 +11:00
Tony Theodore f8381674ef package opencv: fix pkgconfig file and remove qt dependency 2013-05-12 19:15:01 +10:00
Luis Saavedra 734329ad56 add package opencv
OpenCV (Open Source Computer Vision Library) is an open source computer vision and machine learning software library.

See more: http://opencv.org/about.html
2013-03-20 03:02:31 -04:00