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

theodore commented on 2015-08-11 19:10 (UTC)

In case anyone gets the following error: /usr/lib/libX11.so.6: error adding symbols: DSO missing from command line opencv he can solve by adding the '-DOPENCV_LINKER_LIBS=X11' CMake variable in the PKGBUILD under the _cmakeopts section. Look in the following link as well for more info: https://github.com/Itseez/opencv/issues/5067

tom1103 commented on 2015-07-10 21:40 (UTC)

I've this error when I install the pkg : http://0bin.net/paste/zV0DpnqRRo9h+rbY#gzITkZNLcYrS14JjkPd92o80l15+x0aCCvH2Nsz1s67

<deleted-account> commented on 2015-07-09 03:48 (UTC)

I believe so. Actually, they get built from opencv's cmake file.

vchuravy commented on 2015-07-09 02:50 (UTC)

@v01d does opencv-extras require the opencv sources to be around during compile time? If not I would prefer it being a separate package.

<deleted-account> commented on 2015-07-04 23:23 (UTC)

shouldn't this pull also the sources from opencv_extras? I've downloaded this and modified it to do so.

theodore commented on 2015-06-10 13:01 (UTC)

@wallnuss actually it was my bad, because I was using the files from the old aur. So, I do not know if there was actual need for removing the pkgconfig patch. Now it compiles though without problem. It only gives a lot of warning and note messages, which I do not know if it is normal, considering that I have also enabled other options into the _cmakeopts, or not. For example: /opencv-git/src/opencv/modules/core/include/opencv2/core/operations.hpp: In static member function ‘static void cv::SVD::compute(const cv::Matx<_Tp, m, n>&, cv::Matx<_Tp, nm, 1>&)’: /opencv-git/src/opencv/modules/core/include/opencv2/core/base.hpp:281:124: warning: typedef ‘CV_StaticAssert_failed_at_312’ locally defined but not used [-Wunused-local-typedefs] typedef cv::CV_StaticAssert_test< sizeof(cv::CV_StaticAssert_failed< static_cast<bool>(condition) >) > CVAUX_CONCAT(CV_StaticAssert_failed_at_, __LINE__) ^ /opencv-git/src/opencv/modules/core/include/opencv2/core/base.hpp:254:32: note: in definition of macro ‘CVAUX_CONCAT_EXP’ #define CVAUX_CONCAT_EXP(a, b) a##b ^ /opencv-git/src/opencv/modules/core/include/opencv2/core/base.hpp:281:111: note: in expansion of macro ‘CVAUX_CONCAT’ typedef cv::CV_StaticAssert_test< sizeof(cv::CV_StaticAssert_failed< static_cast<bool>(condition) >) > CVAUX_CONCAT(CV_StaticAssert_failed_at_, __LINE__) ^ /opencv-git/src/opencv/modules/core/include/opencv2/core/operations.hpp:312:5: note: in expansion of macro ‘CV_StaticAssert’ CV_StaticAssert( nm == MIN(m, n), "Invalid size of output vector."); do you get these note and warning messages as well, are you aware if it is normal?

vchuravy commented on 2015-06-10 04:23 (UTC)

Updated the patches.