Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 296683

Summary: media-libs/opencv bundles a copy of zlib-1.2.3
Product: Gentoo Linux Reporter: Diego Elio Pettenò (RETIRED) <flameeyes>
Component: New packagesAssignee: Andreas K. Hüttel <dilfridge>
Status: RESOLVED FIXED    
Severity: normal CC: esigra, kde, phaidros
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 251464    
Attachments: lapack/zlib patch against OpenCV-2.1.0

Description Diego Elio Pettenò (RETIRED) gentoo-dev 2009-12-13 00:30:27 UTC
Check the sources it has a zlib directory, and libcxcore has the copy of zlib exported.
Comment 1 Samuli Suominen (RETIRED) gentoo-dev 2010-09-27 11:28:33 UTC
It's 1.2.3 per headers and README.  Will take care of it with next OpenCV bump, if not sooner
Comment 2 Gottfried Munda 2010-09-27 21:34:41 UTC
Attached is a combined lapack/zlib patch against OpenCV-2.1.0. 
Building bundled lapack is controlled through cmake variable BUILD_LAPACK (set ON by default w.r.t. to upstream behaviour), bundled zlib was removed completely.

The patch includes FindLAPACK.cmake and FindBLAS.cmake, which are slightly modified to remove the dependency on fortran.

Comment 3 Gottfried Munda 2010-09-27 21:35:23 UTC
Created attachment 248840 [details]
lapack/zlib patch against OpenCV-2.1.0
Comment 4 Tomáš Chvátal (RETIRED) gentoo-dev 2011-04-30 09:54:01 UTC
Fixed in 2.2.0 in kde overlay. Will be moved to main tree soon.