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.001535
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 .. 4 5 6 7 8 9 10 11 12 13 Next › Last »

etienne85 commented on 2015-03-16 23:39 (UTC)

build failed again during patching because of lots of changes happened in repository, (see: https://github.com/Itseez/opencv/commit/632afe6ae3f95fc4228a0c3b92ce08eaed748183 ) here is the fsh.patch I used to make it compile: https://gist.github.com/Mutonic/b2099fb23ae964d272c2 should be updated with it

wolq commented on 2015-03-12 21:16 (UTC)

patching file cmake/OpenCVGenPkgconfig.cmake patching file cmake/templates/opencv_run_all_tests_unix.sh.in patching file data/CMakeLists.txt Hunk #1 FAILED at 5. 1 out of 1 hunk FAILED -- saving rejects to file data/CMakeLists.txt.rej patching file modules/java/CMakeLists.txt Hunk #1 succeeded at 321 (offset 81 lines). ==> ERROR: A failure occurred in prepare(). For fix - replace in fsh.patch line 92 - elseif(NOT WIN32) + else()

StreakyCobra commented on 2015-02-25 11:45 (UTC)

For tbb it is weird. It says it is not found (#226), but it will use it (#326). For the IPP it seems to work (#228-231,#322). Line numbers referencing to the log here: http://hastebin.com/yuloxemupe It was build in a clean chroot with `extra-x86_64-build`, so no interferences with my environment, and no more packages than the ones in depends and makedepends.

vchuravy commented on 2015-02-25 11:21 (UTC)

@StreakyCobra which of my problems are you referring too? (Sorry for double-posting like that) Regarding tbb I get a message from cmake that tbb can't be found and https://bugs.archlinux.org/task/40628 seems to indicate that the problem might be that there is no pkg-config file for tbb and the problem went away after installing intel-tbb-pc. The ipp stuff is probably either a upstream problem or a problem with my setup.

StreakyCobra commented on 2015-02-25 09:49 (UTC)

Building it in a clean environment with `extra-x86_64-build` (devtools) works without any problem, so dependencies must be right. If you build it with `makepkg`, there is maybe some installed packages on you system that are interferring with it.

vchuravy commented on 2015-02-25 04:25 (UTC)

So this should probably depend on intel-tbb-pc without it the opencv cmake script can't find the local tbb library.

vchuravy commented on 2015-02-25 04:00 (UTC)

Is anybody else getting issues with linking ipp? I have to pass -D WITH_IPP=OFF to get opencv to build sucessfully.

StreakyCobra commented on 2015-02-24 21:13 (UTC)

Updated, thx for the work @wallnuss!

vchuravy commented on 2015-02-24 08:32 (UTC)

I updated the patches. PR: https://github.com/StreakyCobra/aur/pull/1