Bug 273217 - cmake check for JPEG_LIB_VERSION fails for libjpeg-turbo >= 1.0.90
Summary: cmake check for JPEG_LIB_VERSION fails for libjpeg-turbo >= 1.0.90
Status: RESOLVED DUPLICATE of bug 263897
Alias: None
Product: gwenview
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: Fedora RPMs Linux
: NOR normal
Target Milestone: ---
Assignee: Gwenview Bugs
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-05-13 19:49 UTC by Rex Dieter
Modified: 2012-10-19 13:26 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments
one attempt to address this, using cmake try_compile instead of regex (1.86 KB, patch)
2011-05-13 19:49 UTC, Rex Dieter
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Rex Dieter 2011-05-13 19:49:42 UTC
Created attachment 59971 [details]
one attempt to address this, using cmake try_compile instead of regex

In newer versions of libjpeg-turbo (as is used in fedora), starting with
1.0.90, the definition of JPEB_LIB_VERSION has moved from jpeglib.h to
jconfig.h , which breaks with the current incarnation of cmake regex'ing coming
from bug #228483 and the following commit:
http://websvn.kde.org/?revision=1100511&view=revision
Comment 1 Rex Dieter 2011-05-13 19:50:05 UTC
See also similar issue in digikam, bug #265431
Comment 2 Aurelien Gateau 2011-05-27 23:49:16 UTC

*** This bug has been marked as a duplicate of bug 263897 ***