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.001569
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 .. 13 Next › Last »

ArchChem commented on 2016-02-08 15:53 (UTC)

Does not work for me, Git crashes. remote: aborting due to possible repository corruption on the remote side. fatal: zu frühes Dateiende fatal: index-pack failed

theodore commented on 2016-01-02 19:47 (UTC)

@jat255 here everything compiles without problem with the latest source from github ==> Starting pkgver()... ==> Starting prepare()... patching file CMakeLists.txt Hunk #1 succeeded at 311 (offset 11 lines). Hunk #2 succeeded at 353 (offset 11 lines). Hunk #3 succeeded at 382 (offset 11 lines). Hunk #4 succeeded at 393 (offset 11 lines). patching file cmake/templates/opencv_run_all_tests_unix.sh.in Hunk #1 succeeded at 53 with fuzz 2.

jat255 commented on 2016-01-02 19:20 (UTC)

Looks like recent commits pushed all the line numbers up by 11 (300 -> 311, 342 -> 353, etc.). I tried changing them directly in the patch file, but I was still getting errors about different line endings, so something else is probably going on. I was able to get it to compile by manually editing CMakeLists.txt and opencv_run_all_tests_unix.sh.in

jat255 commented on 2016-01-02 17:07 (UTC)

Patching failed: ==> Updated version: opencv-git 3.1.0.r20.g8d79285-1 ==> Starting prepare()... patching file CMakeLists.txt Hunk #1 FAILED at 300 (different line endings). Hunk #2 FAILED at 342 (different line endings). Hunk #3 FAILED at 371 (different line endings). Hunk #4 FAILED at 382 (different line endings). 4 out of 4 hunks FAILED -- saving rejects to file CMakeLists.txt.rej patching file cmake/templates/opencv_run_all_tests_unix.sh.in Hunk #1 FAILED at 53 (different line endings). 1 out of 1 hunk FAILED -- saving rejects to file cmake/templates/opencv_run_all_tests_unix.sh.in.rej ==> ERROR: A failure occurred in prepare(). Aborting...

vchuravy commented on 2015-11-09 01:38 (UTC)

The package itself is up to date and since this is a -git package we are tracking upstream and all bugs that are not related to Arch specifics or build related should be reported there.

theodore commented on 2015-11-08 20:54 (UTC)

@wallnuss are you still maintaining this package or not. The package have not been updated quite some time now and I think that there are some issues.

theodore commented on 2015-10-05 18:51 (UTC)

no one?

theodore commented on 2015-10-04 09:36 (UTC)

I am facing a strange issue with the latest build, which I do not know what could be the cause. While, the compilation finishes without problem when I am trying to compile a project where I am including the opencv library this one crashes without any obvious reason. The project works with the previous build version that I had, i.e. opencv-git-3.0.0.r271.g09b9b0f-1, but not with the new one opencv-git-3.0.0.r552.ge2e25e9-1 does anyone facing any similar behavior. I am not sure that is the library's problem since from a quick search I did not see any complaints related into their bug tracker.

pyp22 commented on 2015-09-26 03:15 (UTC)

# fix ippicv downloading by changing url. Corrupted file or hash pb on Sourceforge sed -i -e "s#http://sourceforge.net/projects/opencvlibrary/files/3rdparty/ippicv#http://ie.archive.ubuntu.com/disk1/disk1/download.sourceforge.net/pub/sourceforge/o/op/opencvlibrary/3rdparty/ippicv#g" 3rdparty/ippicv/downloader.cmake