Package Details: opencv3-opt-samples 3.4.20-2

Git Clone URL: https://aur.archlinux.org/opencv3-opt.git (read-only, click to copy)
Package Base: opencv3-opt
Description: Open Source Computer Vision Library (Legacy Version & /opt directory version) (samples)
Upstream URL: http://opencv.org/
Licenses: BSD
Provides: opencv3-samples
Submitter: MichaelChou
Maintainer: foxxy
Last Packager: foxxy
Votes: 7
Popularity: 0.000023
First Submitted: 2019-02-13 12:43 (UTC)
Last Updated: 2024-02-01 13:02 (UTC)

Dependencies (19)

Required by (0)

Sources (2)

Latest Comments

1 2 3 4 5 Next › Last »

FabioLolix commented on 2023-08-20 20:24 (UTC)

Please add openmpi at least as makedepends otherwise it fail to build in chroot

-- Checking for module 'mpi-c'
--   Package 'mpi-c', required by 'virtual:world', not found
-- Could NOT find MPI_C (missing: MPI_C_LIB_NAMES MPI_C_HEADER_DIR MPI_C_WORKS) 
-- Checking for module 'mpi-cxx'
--   Package 'mpi-cxx', required by 'virtual:world', not found
-- Could NOT find MPI_CXX (missing: MPI_CXX_LIB_NAMES MPI_CXX_HEADER_DIR MPI_CXX_WORKS) 
CMake Error at /usr/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:230 (message):
  Could NOT find MPI (missing: MPI_C_FOUND MPI_CXX_FOUND)
Call Stack (most recent call first):

FabioLolix commented on 2023-08-16 22:58 (UTC)

I think you can add provides=("opencv=$pkgver") to the 'opencv3-opt' subpackage.

Please no, it will not bring any benefit, packages that need opencv3 have already it listed in depends, adding provides=("opencv=$pkgver") will only make the Required by section of this page chaotic because there will be listed all pkgbuild that depends on opencv

MarsSeed commented on 2023-08-03 19:37 (UTC)

Hi,

I think you can add provides=("opencv=$pkgver") to the 'opencv3-opt' subpackage.

(AUR helpers might not support versined provides lookup from AURweb as of yet, but they do so for already installed packages. Or if a third-party binary repo picks this up, then pacman will be able to fetch this via version constraint. Also, adding this would allow many more AUR users to easily discover the availability of this excellent package.)

sl1pkn07 commented on 2022-12-28 15:41 (UTC)

the problem is not build, the problem is track the libs depends SOVERSION bumps. if not, when any libs provided by depends the SOVERSION is buped, the package silent fails load because the libs linked is not found (like posted in my comment)

adding the lib in provides. track pacman SOVERSION bups, and refuse/stops update until the package target is also bumped (update pkgrel). force the user force install the update and then force rebuild the package with the new pkgrel

greetings

foxxy commented on 2022-12-13 13:12 (UTC) (edited on 2022-12-13 13:14 (UTC) by foxxy)

@sl1pkn07 Are you having an issue building the package or is this a style thing?

sl1pkn07 commented on 2022-12-12 22:02 (UTC)

please add libjasper.so to depends istead of jasper

    libopencv_videoio.so.3.4 => /opt/opencv3/lib/libopencv_videoio.so.3.4
        libopencv_imgcodecs.so.3.4 => /opt/opencv3/lib/libopencv_imgcodecs.so.3.4
            libwebp.so.7 => /usr/lib/libwebp.so.7
            libpng16.so.16 => /usr/lib/libpng16.so.16
                libz.so.1 => /usr/lib/libz.so.1
            libtiff.so.5 => /usr/lib/libtiff.so.5
            libjasper.so.6 => None

petronny commented on 2022-11-03 18:37 (UTC) (edited on 2022-11-03 18:37 (UTC) by petronny)

Getting

CMake Error at /usr/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:230 (message):
Could NOT find MPI (missing: MPI_C_FOUND MPI_CXX_FOUND)

Full build log: https://github.com/arch4edu/cactus/actions/runs/3385941390/jobs/5624699578

Also there are some outputs saying python2 is not found.

foxxy commented on 2022-06-27 09:59 (UTC)

Updated to 3.4.16. Had to disable -Werror=address and build again ffmpeg 4.4

foxxy commented on 2022-05-18 11:53 (UTC)

New upstream doesn't build for me, so can't update the package. Fixes/Suggestions welcome.

foxxy commented on 2022-02-14 12:30 (UTC)

Thanks @DrAtomic I've applied your patch to the package.