Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 296683 - media-libs/opencv bundles a copy of zlib-1.2.3
Summary: media-libs/opencv bundles a copy of zlib-1.2.3
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Andreas K. Hüttel
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: bundled-libs
  Show dependency tree
 
Reported: 2009-12-13 00:30 UTC by Diego Elio Pettenò (RETIRED)
Modified: 2011-04-30 09:54 UTC (History)
3 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
lapack/zlib patch against OpenCV-2.1.0 (opencv-2.1.0-lapack-zlib-patch.patch,26.74 KB, text/plain)
2010-09-27 21:35 UTC, Gottfried Munda
Details

Note You need to log in before you can comment on or make changes to this bug.
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.