Package Details: python-opencv-git 4.6.0.r213.gbb64db98d8-1

Git Clone URL: https://aur.archlinux.org/opencv-git.git (read-only, click to copy)
Package Base: opencv-git
Description: Python bindings for OpenCV
Upstream URL: https://opencv.org/
Licenses: BSD
Conflicts: opencv, opencv-samples, python-opencv
Submitter: chenxing
Maintainer: andrewSC
Last Packager: andrewSC
Votes: 43
Popularity: 0.001537
First Submitted: 2012-07-31 00:21 (UTC)
Last Updated: 2022-08-27 19:50 (UTC)

Dependencies (34)

Required by (0)

Sources (3)

Latest Comments

« First ‹ Previous 1 .. 3 4 5 6 7 8 9 10 11 12 13 Next › Last »

theodore commented on 2015-06-09 13:32 (UTC)

The patching still fails for some reason. ==> Starting pkgver()... ==> Starting prepare()... patching file cmake/OpenCVGenPkgconfig.cmake Hunk #1 FAILED at 10. Hunk #2 FAILED at 35. Hunk #3 FAILED at 52. 3 out of 3 hunks FAILED -- saving rejects to file cmake/OpenCVGenPkgconfig.cmake.rej ==> ERROR: A failure occurred in prepare(). Aborting...

vchuravy commented on 2015-05-19 00:55 (UTC)

Sorry I was away on vacation for the last couple of days, I will look into you suggestions. @ryanvade There is a BUILD_opencv_python3 varaible mentioned here: https://github.com/Itseez/opencv/blob/master/CMakeLists.txt#L1124 and Python2 is set as a default here: https://github.com/Itseez/opencv/blob/master/cmake/OpenCVDetectPython.cmake#L235-L238 With regards to providing opencv the package already does. See the details up top. Which packages have a problem?

ryanvade commented on 2015-05-09 23:18 (UTC)

Is it possible to force python3 for building?

ryanvade commented on 2015-05-09 23:13 (UTC)

@goligo it built fine before as well. NEON is not needed. intel-tbb could be built from scratch. :) @wallnuss I tried making the changes but some packages still conflict with this package and not the opencv in the repos.

rreignier commented on 2015-05-04 22:07 (UTC)

Now that intel-tbb has beeen added to the archlinuxARM repos, the armv7h arch can be added and NEON instructions used with the cmake flag '-D ENABLE_NEON=ON' with something like : - arch=('i686' 'x86_64') + arch=('i686' 'x86_64' 'armv7h') and + [[ "$CARCH" = 'armv7h' ]] && _cmakeopts+=('-D ENABLE_NEON=ON') Successfully tested on a Raspberry Pi 2 and an Odroid C1.

vchuravy commented on 2015-04-18 01:23 (UTC)

@ryanvade there is already a provides in the PKGBUILD that should do the job. If that is not working for you, could you change it to `provides("opencv")` and `conflicts("opencv")` to see if that makes a difference to your setup?

ryanvade commented on 2015-04-18 01:05 (UTC)

Can this package provide opencv? I have plenty of other programs that need opencv but I also need Opencv 3 so it would be nice if this package could "provide" opencv.

vchuravy commented on 2015-03-27 16:50 (UTC)

Updated the patches to upstream changes

ryanvade commented on 2015-03-21 15:59 (UTC)

Patching failed: http://slexy.org/view/s21uV2FXo6

StreakyCobra commented on 2015-03-19 12:58 (UTC)

Changes are going too fast for a package that I don't use any longer. I'm only updating patches without looking at the why it must be done and how it could be improved. It's time for me to let it go. So I'll transfer it to @wallnuss who has already contributed before and is interested to maintain it. If we didn't manage to do the transfer until Friday 12:00 UTC, I'll disown it. Thanks @etienne85 for the notification and the patch. I'll let the next maintainer take care of this!