[Digikam-devel] [Bug 117225] digikam requires at least libpng >= 1.2.7

Rex Dieter rdieter at math.unl.edu
Tue Nov 29 17:30:01 GMT 2005


------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
         
http://bugs.kde.org/show_bug.cgi?id=117225         




------- Additional Comments From rdieter math unl edu  2005-11-29 18:30 -------
Wouldn't it be as easy as replacing every
png_set_add_alpha()

with something like:
#if (PNG_LIBPNG_VER_MAJOR >= 1 ) && (PNG_LIBPNG_VER_MINOR >= 2) && (PNG_LIBPNG_VER_RELEASE >= 7)
png_set_add_alpha()
#endif


#define PNG_LIBPNG_VER_MAJOR   1
#define PNG_LIBPNG_VER_MINOR   2
#define PNG_LIBPNG_VER_RELEASE 8



More information about the Digikam-devel mailing list