Package Details: opencv2 2.4.13.7-7

Git Clone URL: https://aur.archlinux.org/opencv2.git (read-only, click to copy)
Package Base: opencv2
Description: Open Source Computer Vision Library (version 2.x)
Upstream URL: https://opencv.org/
Licenses: BSD-3-Clause
Submitter: reisub
Maintainer: dbermond
Last Packager: dbermond
Votes: 33
Popularity: 0.062173
First Submitted: 2016-04-25 13:35 (UTC)
Last Updated: 2025-04-04 11:04 (UTC)

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 8 Next › Last »

petronny commented on 2018-05-13 05:44 (UTC)

I get exactly the errors in https://stackoverflow.com/questions/46884682/error-in-building-opencv-with-ffmpeg

Please fix them.

orion78fr commented on 2018-02-09 17:43 (UTC)

I don't know if it's of any use for you :

==> Checking for packaging issue... ==> WARNING: Package contains reference to $srcdir

dracorp commented on 2018-01-02 20:35 (UTC)

Probably I have to fix PKGBUILD. I've created this package based on opencv2

john2x commented on 2018-01-02 02:35 (UTC)

opencv2-opt-samples is listed as optional, but this package includes it in its build and install process anyway. Shouldn't it be separately handled by the opencv2-opt-samples package?

dracorp commented on 2017-10-22 17:58 (UTC)

Yes, it can: $ pacman -Q | grep opencv opencv 3.3.0-2 opencv-samples 3.3.0-2 opencv2-opt 2.4.13.3-2 opencv2-opt-samples 2.4.13.3-2

oppsig commented on 2017-10-22 09:02 (UTC)

Does this package have conflicts with opencv 3 still?

oppsig commented on 2017-10-22 09:02 (UTC)

Can this coexist with opencv3?

jerry73204 commented on 2017-10-05 07:09 (UTC)

It seems that the repo has a patch cmake.diff, but PKGBUILD has a patch command that is commented out at line 100.

Kpunkt commented on 2017-09-09 15:04 (UTC)

Should be fixed. Check it out!

jerry73204 commented on 2017-09-07 17:44 (UTC)

OpenCV 2.4.13.3 fajled to build due to the following issue. https://github.com/opencv/opencv/issues/9584 Please apply this patch as a fix-up. diff -Naur opencv-2.4.13.3/cmake/OpenCVCompilerOptions.cmake opencv-2.4.13.3.new/cmake/OpenCVCompilerOptions.cmake --- opencv-2.4.13.3/cmake/OpenCVCompilerOptions.cmake 2017-07-31 20:57:29.000000000 +0800 +++ opencv-2.4.13.3/cmake/OpenCVCompilerOptions.cmake 2017-09-08 01:05:41.389053649 +0800 @@ -18,9 +18,9 @@ message(STATUS "Unable to compile program with enabled ccache, reverting...") set_property(GLOBAL PROPERTY RULE_LAUNCH_COMPILE "${__OLD_RULE_LAUNCH_COMPILE}") endif() - else() - message(STATUS "Looking for ccache - not found") endif() + else() + message(STATUS "Looking for ccache - not found") endif() endif()