Commit Graph

44 Commits

Author SHA1 Message Date
Alexey Pavlov
60cfa702fa opencv: Update to 4.0.1 2018-12-25 12:59:56 +03:00
Alexey Pavlov
0af5e23f12 opencv: Update to 4.0.0 2018-11-28 10:32:37 +03:00
Alexey Pavlov
e26c8d769a opencv: Rebuild for openexr 2018-11-05 23:04:56 +03:00
Alexey Pavlov
0ce1635f09 opencv: Update to 3.4.3 2018-11-03 23:50:38 +03:00
Alexey Pavlov
b13a692e80 opencv: Fix samples destination. Fix finding opencv with cmake 2018-08-07 10:34:55 +03:00
Alexey Pavlov
c7084ed386 opencv: Update to 3.4.2 2018-07-30 18:49:25 +03:00
Alexey Pavlov
0074e3fe14 opencv: Make header usable for C compiler (VLC issue) 2018-05-17 13:32:55 +03:00
Alexey Pavlov
194d5b45e5 opencv: Update to 3.4.1 2018-04-23 14:59:07 +03:00
Alexey Pavlov
68658d7377 opencv: Rebuild 2018-04-23 10:19:23 +03:00
Alexey Pavlov
fbc0459ca4 opencv: Update to 3.4.0 2017-12-26 10:12:56 +03:00
Viktor Szakats
c56636ab4c URL and protocol updates (#3068) 2017-10-20 09:32:50 +03:00
Sui Libin
03e527e4f7 opencv with python module when PythonInterp failed to identify MSYS2's python package on windows. (#3027)
* Fix STRICT error for opencv_contrib dnn_modern.

* fix CUDA error for suitesparse.

* fix CUDA error for suitesparse.

* opencv with python module when PythonInterp failed to identify MSYS2's python package on windows.

* update gflags to 2.2.1.
2017-10-15 23:04:02 +03:00
Alexey Pavlov
d7ccba6c06 opencv: Rebuild 2017-10-06 08:54:02 +03:00
Sui Libin
4f4c35c2ed opencv and suitesparse compile error fix. (#3014)
* Fix STRICT error for opencv_contrib dnn_modern.

* fix CUDA error for suitesparse.

* fix CUDA error for suitesparse.
2017-10-05 15:32:46 +03:00
Holger Nahrstaedt
151dd868e6 opencv: fix sha256sum and missing dep (#2952)
* fix sha256sum

* fix missing dep

* increased pkgrel
2017-09-24 10:52:44 +03:00
Alexey Pavlov
9412598f76 opencv: Update to 3.3.0 2017-09-17 21:54:55 +03:00
Christoph Reiter
9757046077 python3: Update to 3.6.1 (#2587)
* python3: Update to 3.6.1

The patches starting with 16 are new to fix the build.
Some no longer relevant patches were dropped, the rest is just refreshed.

* Bump pkgrel of all packages containing Python 3 bytecode/extensions.

The package list was generated using:
    pkgfile.exe -R mingw64 -r "cpython.*\\.(py[cod]|dll)"

* lensfun: Add cmake to makedepends

* numpy: Don't hardcode the Python version

* blender: rebuild for new Python

* boost: Don't hardcode Python versions; rebuild

* pillow: Don't hardcode Python version; rebuild

* python-dateutil: Don't hardcode Python versions

* sip: Don't hardcode Python versions

* pyqt4: Don't hardcode Python versions; rebuild

* pyqt5: Don't hardcode Python versions; rebuild

* opencv: Update Python3 version in patch
2017-06-15 17:40:51 +03:00
Alexey Pavlov
9145ead0bd opencv: Rebuild 2017-06-11 09:23:19 +03:00
Christoph Reiter
a0082a2b48 opencv: Add some missing dependencies. Fixes #2420 (#2529)
It currently links agains a missing libwebp-6.dll and needs a rebuild.

* libopencv_hdf320.dll depends on libhdf5
* libopencv_imgcodecs320.dll depends on libwebp
* libopencv_text320.dll depends on libtesseract
2017-05-31 11:07:00 +03:00
Lars Kanis
c61b66f6f0 Add libwebp as runtime dependency to opencv. (#2531)
The current binary package
"mingw-w64-x86_64-opencv-3.2.0-3-any.pkg.tar.xz"
links to the outdated DLL "libwebp-6.dll" but doesn't
specify libwebp as a dependency.

Since libwebp is updated in the meanwhile to "libwebp-7.dll",
it isn't sufficient to install the package.

Rebuilding opencv with webp dependency fixes this issue.
2017-05-31 11:02:24 +03:00
matham
a38b2efa91 Fix opencv cmake lib search path. (#2268) 2017-03-10 07:04:37 +03:00
Alexey Pavlov
b5cd9a39bc opencv: Rebuild with jasper 2.x. Fix build errors. 2017-02-27 13:40:39 +03:00
Alexey Pavlov
0f7e2b85b8 opencv: Remove duplicate option 2017-01-16 11:27:53 +03:00
Alexey Pavlov
c1fb65928c opencv: Update to 3.2.0 2017-01-16 09:34:08 +03:00
Alexey Pavlov
4cb1b32b0f opencv: Fix PKGBUILD 2016-11-29 08:29:16 +03:00
filnet
5345af8dd5 opencv: add opencv_contrib (#1945) 2016-11-27 11:22:50 +03:00
Alexey Pavlov
51d42a0a6a opencv: Rebuild with VTK 7 2016-10-09 20:38:07 +03:00
Viktor Szakats
e32a40cc92 switch to sha256 checksums
* upgrade some broken packages
* correct some broken urls/checksums
* use secure urls where possible
* update PKGBUILD templates
* remove line-ending whitespace
* minor typos/fixes

Remaining md5sums either didn't download or
didn't pass checksum tests.
2016-02-25 20:55:26 +01:00
Alexey Pavlov
48b3f83fee opencv: Update to 3.1.0 2016-01-19 11:06:35 +03:00
Alexey Pavlov
d1888528a3 opencv: Rebuild for Python-3.5 support 2015-10-12 11:32:48 +03:00
Alexey Pavlov
772198abbc opencv: Generate proper pkg-config file. 2015-07-15 16:19:50 +03:00
Alexey Pavlov
6bc5380cb8 == Rebuild with GCC-5.1.0. Part V === 2015-07-09 15:32:38 +03:00
Sergey Popov
6eeb60788f opencv: Relocate patches. Rebuild for updated vtk 2015-03-05 23:08:07 +06:00
Alexpux
aa7944caa4 opencv: Update to 2.4.11 2015-03-04 21:06:07 +03:00
Sergey Popov
075acc7ab2 opencv: Build ffmpeg plugin, fix memory leak in viz module 2014-10-28 04:51:01 +06:00
Sergey Popov
5121caaf51 opencv: Update to 2.4.10 2014-10-05 12:11:55 +07:00
Alexpux
27ccd47272 field3d,opencv: Rebuild with updated openexr 2014-08-31 22:24:37 +04:00
Alexpux
59c5c45408 opencv: Fix generating pkg-config file. 2014-07-11 15:06:14 +04:00
Alexpux
d92815a652 Fix scripts to use new global MINGW_PACKAGE_PREFIX variable instead locally defined 2014-06-11 07:11:51 +04:00
Alexpux
0fd550d343 opencv: Build without Qt support. 2014-06-02 09:51:23 +04:00
Alexpux
9f0f9f8d4a opencv: Update to 2.4.9 2014-05-29 23:01:50 +04:00
Alexpux
5bf3a77f93 opencv: Create unversioned import libraries. Instal pkgconfig file. 2014-04-22 22:02:31 +04:00
Alexpux
228bb23d40 Fix formatting. Replace TAB with two spaces 2014-04-22 16:46:15 +04:00
Alexpux
60c5854c23 Add opencv package. 2014-04-22 16:12:26 +04:00