summary refs log tree commit diff
path: root/pkgs/development/libraries/opencv
Commit message (Collapse)AuthorAge
* opencv: update cuda_opt_flow.patchArtturin2021-06-13
|
* opencv2: use ffmpeg instead of ffmpeg_3Robert Schütz2021-05-17
|
* opencv3: use ffmpeg instead of ffmpeg_3Robert Schütz2021-05-17
|
* opencv4: use ffmpeg instead of ffmpeg_3Robert Schütz2021-05-17
|
* opencv-4: 4.3.0 -> 4.5.2Thiago Franco de Moraes2021-04-11
| | | | | | | | | | | - Updated to 4.5.2 - Removed glog from buildInputs because of this error on python-opencv: ``` python -c "import cv2" /nix/store/slfzk1gk74nfx3ky2vpdf9nb7b8nvdf2-opencv-4.5.2/lib/libopencv_sfm.so.4.5: error: symbol lookup error: undefined symbol: _ZN6google21kLogSiteUninitializedE (fatal) ``` - Enabled ffmpeg and gstreamer to open more video formats - nixpkg-fmt
* opencv3: pythonPackages can be missingFrederik Rietdijk2021-03-25
| | | | when we do not need Python (default)
* pkgs/development/libraries: stdenv.lib -> libBen Siraphob2021-01-21
|
* treewide: pkgs.pkgconfig -> pkgs.pkg-config, move pkgconfig to alias.nixJonathan Ringer2021-01-19
| | | | | | | | | | | | | continuation of #109595 pkgconfig was aliased in 2018, however, it remained in all-packages.nix due to its wide usage. This cleans up the remaining references to pkgs.pkgsconfig and moves the entry to aliases.nix. python3Packages.pkgconfig remained unchanged because it's the canonical name of the upstream package on pypi.
* treewide: remove enableParallelBuilding = true if using cmakeBen Siraphob2021-01-03
|
* opencv: fix python bindings (#106972)Thomas2020-12-16
| | | Fixes partially broken Python bindings (#91791) by removing workaround (#26304) no longer needed in the 4.x series.
* opencv: allow other blas/lapacktbenst2020-11-21
|
* opencv: unbreak 2.4.13.7Masanori Ogino2020-11-09
| | | | Signed-off-by: Masanori Ogino <167209+omasanori@users.noreply.github.com>
* opencv: 2.4.13 -> 2.4.13.7Masanori Ogino2020-11-05
| | | | | | | It updates the repository URL to opencv/opencv. opencv2, p2pvc and pfstools are built without errors but not really tested. Signed-off-by: Masanori Ogino <167209+omasanori@users.noreply.github.com>
* Merge branch 'staging-next' into stagingWORLDofPEACE2020-09-20
|\
| * opencv: enable videoio on darwinMario Rodas2020-09-10
| |
* | opencv2: mark as brokenMaximilian Bosch2020-09-12
|/ | | | | Current release is 4.x and the 2.x-series doesn't seem to be supported anymore for a while.
* jasper: remove, abandoned upstream.David Anderson2020-09-09
| | | | | | | | | Jasper has been marked insecure for a while, and upstream has not been responsive to CVEs for over a year. Fixes #55388. Signed-off-by: David Anderson <dave@natulte.net>
* treewide: use ffmpeg_3 explicitly if not wanted otherwiseDoron Behar2020-06-12
| | | | | | After making `ffmpeg` point to the latest `ffmpeg_4`, all packages that used `ffmpeg` without requiring a specific version now use ffmpeg_3 explicitly so they shouldn't change.
* opencv4: 4.1.2 -> 4.3.0Bernardo Meurer2020-04-26
|
* treewide: use blas and lapackMatthew Bauer2020-04-17
| | | | | | | | | | | | This makes packages use lapack and blas, which can wrap different BLAS/LAPACK implementations. treewide: cleanup from blas/lapack changes A few issues in the original treewide: - can’t assume blas64 is a bool - unused commented code
* treewide: Per RFC45, remove all unquoted URLsMichael Reilly2020-04-10
|
* opencv4: Enable nvidia-optical-flow-sdk when building with cudaMichael Lingelbach2020-03-21
|
* treewide: NIX_*_FLAGS -> stringRobin Gloster2019-12-31
|
* treewide: NIX_*_COMPILE -> stringRobin Gloster2019-12-31
|
* treewide: NIX_*_COMPILE -> stringRobin Gloster2019-12-31
|
* opencv: disable jasper by defaultc0bw3b2019-11-20
| | | | | jasper has many unfixed CVEs, upstream disable its use by default https://github.com/opencv/opencv/issues/14058
* opencv3: 3.4.7 -> 3.4.8 (security)Robert Scott2019-11-06
| | | | | | addressing CVE-2019-14491, CVE-2019-14492 & CVE-2019-15939 all internal downloads are unchanged for this release
* opencv4: 4.1.0 -> 4.1.2 (security)Robert Scott2019-11-02
| | | | | | | resolving CVE-2019-14491, CVE-2019-14492 & CVE-2019-15939 most internal downloads are unchanged except for "ade" which was bumped from v0.1.1d to v0.1.1f between these releases
* Merge staging-next into stagingFrederik Rietdijk2019-08-31
|\
| * Merge master into staging-nextFrederik Rietdijk2019-08-31
| |\
| | * opencv: dont try cuda on 32 bitAverell Dalton2019-08-31
| | | | | | | | | | | | | | | config.cudaSupport can be true and cudatoolkit doesn't work with i686, which can happen inside pkgsi686Linux wrapping.
* | | treewide: remove redundant recvolth2019-08-28
|/ /
* | Merge branch 'master' into staging-nextVladimír Čunát2019-08-24
|\| | | | | | | | | | | | | | | | | | | There ver very many conflicts, basically all due to name -> pname+version. Fortunately, almost everything was auto-resolved by kdiff3, and for now I just fixed up a couple evaluation problems, as verified by the tarball job. There might be some fallback to these conflicts, but I believe it should be minimal. Hydra nixpkgs: ?compare=1538299
| * opencv: CVE-2019-14493Marek Mahut2019-08-23
| |
* | treewide: name -> pname (easy cases) (#66585)volth2019-08-15
|/ | | | | | | | | treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
* opencv3: 3.4.6 -> 3.4.7Orivej Desh2019-07-26
|
* google-gflags: move to aliases.nixOrivej Desh2019-07-25
| | | | | | | google-gflags were renamed to gflags in 2012: https://github.com/gflags/gflags/#25-january-2012 gflags.name will be updated in staging.
* opencv: remove cf-privateDaiderd Jordan2019-07-03
|
* treewide: remove unused variables (#63177)volth2019-06-16
| | | | | | * treewide: remove unused variables * making ofborg happy
* Merge pull request #63160 from basvandijk/opencv-4.1.0Bas van Dijk2019-06-16
|\ | | | | opencv: 4.0.1 -> 4.1.0
| * opencv: 4.0.1 -> 4.1.0Bas van Dijk2019-06-15
| |
* | opencv: 3.4.5 -> 3.4.6Bas van Dijk2019-06-15
|/
* opencv: disable QTKit backendMatthew Bauer2019-06-06
| | | | QTKit was removed in macOS 10.12
* opencv2: only works on linuxMatthew Bauer2019-06-05
| | | | https://hydra.nixos.org/build/94234038
* opencv3, opencv4: move defaults to package fileJan Malakhovski2019-02-03
|
* opencv4: opencv_contrib: 4.0.0 -> 4.0.1Bas van Dijk2018-12-24
|
* opencv4: 4.0.0 -> 4.0.1Bas van Dijk2018-12-22
|
* opencv3: 3.4.4 -> 3.4.5Bas van Dijk2018-12-22
|
* opencv4: fix OpenCV issue 13207Bas van Dijk2018-12-20
| | | | | This is the same fix as for opencv3 in commit: 2572dd11accf701feeefd6fd4ee45be98cb47016
* opencv3: fix OpenCV issue 13207Bas van Dijk2018-12-20
| | | | | | | | | | | | See: https://github.com/opencv/opencv/pull/13232 This also fixes the test of haskell-opencv HEAD where we got the following error: Feature Detection houghLinesP: libgomp: Out of memory allocating 927712937064 bytes Test suite test-opencv: FAIL