summary refs log tree commit diff
path: root/pkgs/development/libraries/opencv
Commit message (Collapse)AuthorAge
* 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
* Merge pull request #51027 from LumiGuide/opencv-4.0.0Bas van Dijk2018-11-30
|\ | | | | opencv4: init at 4.0.0
| * opencv4: init at 4.0.0Bas van Dijk2018-11-30
| |
* | opencv3: 3.4.3 -> 3.4.4Bas van Dijk2018-11-30
|/
* opencv: add cf-private on darwinDaiderd Jordan2018-11-07
| | | | | | | | | | | | | | | | | | | Undefined symbols for architecture x86_64: "_NSDefaultRunLoopMode", referenced from: _cvWaitKey in window_cocoa.mm.o "_OBJC_CLASS_$_NSDate", referenced from: objc-class-ref in window_cocoa.mm.o objc-class-ref in cap_qtkit.mm.o "_OBJC_CLASS_$_NSDictionary", referenced from: objc-class-ref in window_cocoa.mm.o objc-class-ref in cap_qtkit.mm.o "_OBJC_CLASS_$_NSMutableDictionary", referenced from: objc-class-ref in window_cocoa.mm.o "_OBJC_CLASS_$_NSRunLoop", referenced from: objc-class-ref in cap_qtkit.mm.o "_OBJC_CLASS_$_NSTimer", referenced from: objc-class-ref in cap_qtkit.mm.o ld: symbol(s) not found for architecture x86_64
* opencv3: Reduce closure size from 520 to 154 MiBEelco Dolstra2018-10-08
|
* opencv: 3.4.2 -> 3.4.3Bas van Dijk2018-09-03
|
* reewide: Purge all uses `stdenv.system` and top-level `system`John Ericson2018-08-30
| | | | It is deprecated and will be removed after 18.09.
* Merge remote-tracking branch 'central/master' into viric_cleanLluís Batlle i Rossell2018-07-28
|\
| * opencv: 3.4.1 -> 3.4.2Bas van Dijk2018-07-27
| |
* | Take me (viric) out of most maintenanceLluís Batlle i Rossell2018-07-22
|/ | | | | | | Since years I'm not maintaining anything of the list below other than some updates when I needed them for some reason. Other people is doing that maintenance on my behalf so I better take me out but for very few packages. Finally!
* pkgs/*: remove unreferenced function argumentsvolth2018-07-21
|
* Merge pull request #40286 from LumiGuide/opencv.pcPeter Simons2018-05-10
|\ | | | | opencv3: fix $out/lib/pkgconfig/opencv.pc
| * opencv3: fix $out/lib/pkgconfig/opencv.pcBas van Dijk2018-05-10
| |
* | opencv: use GStreamer 1.0Jan Tojnar2018-05-04
|/
* opencv3: don't download ippicv if not enabledPascal Bach2018-03-25
| | | | | | | | | | | On aarch64 ipp is not available but the derivation still tries to download it leading to an error that the platform is not supported. There is already an option to enable ipp which is disabled by default. So the sensitive thing to do is to only download the ippicv package if the option is enabled. This makes opencv3 build on aarch64.
* treewide: use more HTTPS URLsRyan Mulligan2018-03-24
| | | | | | | | Uses the HTTPS url for cases where the existing URL has a permanent redirect. For each domain, at least one fixed derivation URL was downloaded to test the domain is properly serving downloads. Also fixes jbake source URL, which was broken.
* Merge pull request #36170 from LumiGuide/feat-opencv-tbbJoachim F2018-03-04
|\ | | | | opencv: flag to enable tbb
| * opencv: flag to enable tbbRoel van Dijk2018-03-01
| | | | | | | | | | enableTbb makes opencv use the "threading building blocks" library as the parallel framework
* | opencv: 3.4.0 -> 3.4.1Bas van Dijk2018-03-04
|/ | | | Changelog: https://github.com/opencv/opencv/wiki/ChangeLog#version341
* opencv3: enable contrib by defaultNikolay Amiantov2018-02-25
|
* opencv3: fix compilation with CUDA supportNikolay Amiantov2018-02-25
|
* opencv3: fix openblas dependencyNikolay Amiantov2018-02-25
|