Search Criteria
Package Details: opencv3-opt 3.4.20-2
Package Actions
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) |
Upstream URL: | http://opencv.org/ |
Licenses: | BSD |
Provides: | opencv3 |
Submitter: | MichaelChou |
Maintainer: | foxxy |
Last Packager: | foxxy |
Votes: | 7 |
Popularity: | 0.000000 |
First Submitted: | 2019-02-13 12:43 (UTC) |
Last Updated: | 2024-02-01 13:02 (UTC) |
Dependencies (27)
- cblas (blis-cblas-openmpAUR, blis-cblasAUR, aocl-blis-aoccAUR, blas-gitAUR, atlas-lapackAUR, blas-aocl-gccAUR, blas-aocl-aoccAUR, blis-gitAUR, blisAUR, openblas-lapackAUR, blas-mklAUR, aocl-blisAUR, blas-openblas)
- ffmpeg4.4
- gst-plugins-base (gst-plugins-base-gitAUR)
- intel-tbb (onetbb-gitAUR, onetbb)
- jasper (jasper-gitAUR)
- lapack (aocl-libflame-aoccAUR, lapack-gitAUR, atlas-lapackAUR, blas-aocl-gccAUR, blas-aocl-aoccAUR, openblas-lapackAUR, blas-mklAUR, aocl-libflameAUR, blas-openblas)
- libdc1394
- libgphoto2 (libgphoto2-gitAUR)
- openexr (openexr-gitAUR)
- cmake (cmake-gitAUR) (make)
- double-conversion (double-conversion-gitAUR) (make)
- eigen (eigen-gitAUR) (make)
- glew (glew-libepoxyAUR, glew-waylandAUR, glew-osmesa-gitAUR, glew-wayland-gitAUR, glew-gitAUR) (make)
- gtk3 (gtk3-no_deadkeys_underlineAUR, gtk3-classicAUR, gtk3-classic-xfceAUR, gtk3-patched-filechooser-icon-viewAUR) (make)
- hdf5 (hdf5-gitAUR, hdf5-openmpi) (make)
- lapacke (aocl-libflame-aoccAUR, lapacke-gitAUR, blas-aocl-gccAUR, blas-aocl-aoccAUR, openblas-lapackAUR, blas-mklAUR, aocl-libflameAUR, blas-openblas) (make)
- mesa (mesa-minimal-gitAUR, mesa-gitAUR, amdonly-gaming-mesa-gitAUR, mesa-amd-bc250AUR, mesa-wsl2-gitAUR, mesa-amber) (make)
- openmpi (openmpi-gitAUR) (make)
- python-numpy (python-numpy-flameAUR, python-numpy-mkl-binAUR, python-numpy-gitAUR, python-numpy1AUR, python-numpy-mklAUR) (make)
- python-setuptools (make)
- Show 7 more dependencies...
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 chrootFabioLolix commented on 2023-08-16 22:58 (UTC)
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 theRequired by
section of this page chaotic because there will be listed all pkgbuild that depends on opencvMarsSeed 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
petronny commented on 2022-11-03 18:37 (UTC) (edited on 2022-11-03 18:37 (UTC) by petronny)
Getting
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.4foxxy 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.
1 2 3 4 5 Next › Last »