head 1.4; access; symbols pkgsrc-2019Q2:1.3.0.14 pkgsrc-2019Q2-base:1.3 pkgsrc-2019Q1:1.3.0.12 pkgsrc-2019Q1-base:1.3 pkgsrc-2018Q4:1.3.0.10 pkgsrc-2018Q4-base:1.3 pkgsrc-2018Q3:1.3.0.8 pkgsrc-2018Q3-base:1.3 pkgsrc-2018Q2:1.3.0.6 pkgsrc-2018Q2-base:1.3 pkgsrc-2018Q1:1.3.0.4 pkgsrc-2018Q1-base:1.3 pkgsrc-2017Q4:1.3.0.2 pkgsrc-2017Q4-base:1.3 pkgsrc-2017Q3:1.2.0.4 pkgsrc-2017Q3-base:1.2; locks; strict; comment @# @; 1.4 date 2019.07.21.10.11.13; author wiz; state dead; branches; next 1.3; commitid 2g6CzA2HpxZWDTvB; 1.3 date 2017.10.16.09.37.27; author adam; state Exp; branches; next 1.2; commitid OnbPHLkQR3SS7gbA; 1.2 date 2017.09.05.08.52.02; author adam; state Exp; branches; next 1.1; commitid JMWD5pEoPl2acZ5A; 1.1 date 2017.08.08.16.52.10; author adam; state Exp; branches; next ; commitid 2YsWNDByC3GsKq2A; desc @@ 1.4 log @gdk-pixbuf2*: update to 2.38.1 2.38.1 (stable) === - Fix OOM in JPEG2000 loader [Ivan A. Melnikov, #107] - Fix thumbnailing of animated GIFs [Debarshi Ray, #99] - Multiple improvements to the GIF loader [Robert Ancell, !24, !28, !30, #22, #69 - Fix build on Windows/MSYS2 [Christoph Reiter, !29] - Fix soname versioning on macOS [Christoph Reiter, !23] - Cross-compilation fixes for Android [Matthew Waters, #64] - Fix building modules on macOS [Ignacio Casal Quinteiro, !18 and !19] - Fix introspection generation [Iain Lane, #92] - Fix error handling in PNG loader [Debarshi Ray, !16] - Improve reproducibility of the build [Chris Lamb, !15] - Speed up saving PNG files [Brion Vibber, #90] - Add variables in the pkg-config files for binary utilities [Emmanuele Bassi, #88] - Build fixes [Emmanuele Bassi, #88] 2.38.0 (stable) === - Documentation fixes 2.37.92 (release candidate) === - Ensure that GdkPixbuf's storage is safely handled [Federico Mena Quintero] - Add test case for buffer overflow in pixdata loader [Bastien Nocera, #57] 2.37.0 (development) === - Rework relocation support for loaders cache on Windows [Christoph Reiter, #776081] - Properly install test data [Emmanuele Bassi, Jeremy Bicha, #795527, #795210] - Plug a memory leak when using GBytes [Vitaly Kirsanov, #787626] - Fix introspection annotations [Iñaki García Etxebarria, #789935] - Fix documentation building with X11 disabled [Quentin Glidic, #794872] - Drop Autotools build and move to Meson [Emmanuele Bassi] - Fix OOB error when dithering [Bert Pauline, #748211] - Drop the MMX assembly optimizations for pixops [Emmanuele Bassi] - Improve compatibility for the post-install script [Brendan L, #795705] - Expose the dimensions of the original image from GdkPixbufLoader [Debarshi Ray, #778517] - Improve thumbnailer implementation [Debarshi Ray, #778517] - Make X11 a dependency if the `x11` build option is enabled [Emmanuele Bassi, #77] - Generate separate introspection data for GdkPixdata API [Emmanuele Bassi, #72] - Deprecate GDK_INTERP_HYPER [Emmanuele Bassi, #3] - Avoid a deprecation warning with recent libjasper [Emmanuele Bassi, #73] - Fix build on macOS [Emmanuele Bassi, !5] - Fix build with Visual Studio [Chun-wei Fan, !8] - Fix cross-compilation of Windows build on Linux [Benjamin Gilbert, !10] @ text @$NetBSD: patch-configure,v 1.3 2017/10/16 09:37:27 adam Exp $ Fix libtiff detection. --- configure.orig 2017-08-19 17:24:07.000000000 +0000 +++ configure @@@@ -18799,6 +18800,7 @@@@ $as_echo "yes" >&6; } fi libtiff_found=yes + LIBTIFF=-ltiff fi if test x$with_libtiff != xno && test x$libtiff_found = xno; then @ 1.3 log @gdk-pixbuf2: update to 2.36.11 2.36.11 * build: Fix tiff loader build * build: Fix the build on OS X * build: Prefer newer libpng * Use a free reference images for tests * gif: fail quickly if image dimensions are too big * xlib: Avoid an out-of-bounds error on bigendian * Translation updates @ text @d1 1 a1 1 $NetBSD: patch-configure,v 1.2 2017/09/05 08:52:02 adam Exp $ @ 1.2 log @Fixed building on Darwin @ text @d1 1 a1 1 $NetBSD: patch-configure,v 1.1 2017/08/08 16:52:10 adam Exp $ a2 1 Darwin is not win32. a6 8 @@@@ -5289,6 +5289,7 @@@@ case "$host" in ;; *-*-darwin*) gio_can_sniff=no + os_win32=no ;; *) os_win32=no @ 1.1 log @2.36.8: * jpeg: restore grayscale image support * bmp: Tighten image dimension checks * ico: Fixo icon quality sorting * Various other leak and overflow fixes * Add some assertion to help static analysis * Remove support for building on various obsolete platforms * Translation updates 2.36.7: * Add tests for recent bug fixes * ico, bmp, tiff: avoid integer overflows * jpeg: error out if wrong number of channels * Misc.bugfixes * Support mimetypes: image/wmf, image/emf * Translation updates @ text @d1 1 a1 1 $NetBSD$ d3 1 d6 1 a6 1 --- configure.orig 2017-08-08 16:46:18.000000000 +0000 d8 9 a16 1 @@@@ -18796,6 +18796,7 @@@@ $as_echo "yes" >&6; } @