Bug 273217

Summary: cmake check for JPEG_LIB_VERSION fails for libjpeg-turbo >= 1.0.90
Product: [Applications] gwenview Reporter: Rex Dieter <rdieter>
Component: generalAssignee: Gwenview Bugs <gwenview-bugs-null>
Status: RESOLVED DUPLICATE    
Severity: normal    
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: Fedora RPMs   
OS: Linux   
Latest Commit: Version Fixed In:
Attachments: one attempt to address this, using cmake try_compile instead of regex

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 ***