Odyssey 1.23 r5_beta03 - AmigaOS4 -- fixed bug in Odyssey with WebP rendering being in blue color (Cairo expect ARGB, no needs for byteswap) (c) Petrol. Also, rebuild with newer libWebP v1.1.0 -- major PNG decoding changes: 1). Odyssey compiled with 1.6.37 instead of old 1.2.50 libpng + necessary changes in Odyssey's code 2). added APNG (animated png) support. Code taken from today's WebKit source code and adapted to our version + added .apng mime-type as well. Changes applied: https://trac.webkit.org/changeset/181553/webkit https://trac.webkit.org/changeset/194503/webkit For test visit https://en.wikipedia.org/wiki/APNG and see if animation works -- Ouch! The current version of Cairo we use till now didn't use Semaphores as expected, but pthreads instead! Removed pthreads usage in favor of os4 semaphores. That theoretically can bring some speed and may have some impact on MediaPlayer. Also recompiled Cairo with libpng16 now. -- actual build dates for $VER: everywhere (version, aboutbox, and about.html) -- fix "download-font" script by adding --no-check-certificates to wget (c) khayoz