diff options
author | wiz <wiz@pkgsrc.org> | 2019-07-21 10:11:13 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2019-07-21 10:11:13 +0000 |
commit | c2e47dfff24921f50afa67df4e8c4080a0c32af2 (patch) | |
tree | 59f6e4cabb487470f2b1bf685f4d33abcd9f177e /graphics/gdk-pixbuf2/patches | |
parent | 58ee748b8276c161da1fde123ba362843b7b9232 (diff) | |
download | pkgsrc-c2e47dfff24921f50afa67df4e8c4080a0c32af2.tar.gz |
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]
Diffstat (limited to 'graphics/gdk-pixbuf2/patches')
3 files changed, 0 insertions, 63 deletions
diff --git a/graphics/gdk-pixbuf2/patches/patch-configure b/graphics/gdk-pixbuf2/patches/patch-configure deleted file mode 100644 index 12c8281871f..00000000000 --- a/graphics/gdk-pixbuf2/patches/patch-configure +++ /dev/null @@ -1,14 +0,0 @@ -$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 diff --git a/graphics/gdk-pixbuf2/patches/patch-contrib_gdk-pixbuf-xlib_Makefile.in b/graphics/gdk-pixbuf2/patches/patch-contrib_gdk-pixbuf-xlib_Makefile.in deleted file mode 100644 index a8e8ad3b2bd..00000000000 --- a/graphics/gdk-pixbuf2/patches/patch-contrib_gdk-pixbuf-xlib_Makefile.in +++ /dev/null @@ -1,24 +0,0 @@ -$NetBSD: patch-contrib_gdk-pixbuf-xlib_Makefile.in,v 1.1 2017/01/29 06:09:51 tsutsui Exp $ - -* Adjust dependencies for pkgsrc/graphics/gdk-pixbuf2-xlib - ---- contrib/gdk-pixbuf-xlib/Makefile.in.orig 2017-01-16 18:32:24.000000000 +0000 -+++ contrib/gdk-pixbuf-xlib/Makefile.in -@@ -141,7 +141,7 @@ am__installdirs = "$(DESTDIR)$(libdir)" - "$(DESTDIR)$(libgdk_pixbuf_xlibincludedir)" - LTLIBRARIES = $(lib_LTLIBRARIES) - am__DEPENDENCIES_1 = --libgdk_pixbuf_xlib_2_0_la_DEPENDENCIES = $(top_builddir)/gdk-pixbuf/libgdk_pixbuf-$(GDK_PIXBUF_API_VERSION).la \ -+libgdk_pixbuf_xlib_2_0_la_DEPENDENCIES = \ - $(am__DEPENDENCIES_1) - am_libgdk_pixbuf_xlib_2_0_la_OBJECTS = gdk-pixbuf-xlib.lo \ - gdk-pixbuf-xlib-render.lo gdk-pixbuf-xlib-drawable.lo \ -@@ -439,7 +439,7 @@ libgdk_pixbuf_xlib_2_0_la_LDFLAGS = \ - -version-info $(LT_VERSION_INFO) - - libgdk_pixbuf_xlib_2_0_la_LIBADD = \ -- $(top_builddir)/gdk-pixbuf/libgdk_pixbuf-$(GDK_PIXBUF_API_VERSION).la \ -+ $(prefix)/lib/libgdk_pixbuf-$(GDK_PIXBUF_API_VERSION).la \ - $(GDK_PIXBUF_XLIB_DEP_LIBS) - - libgdk_pixbuf_xlib_2_0_la_SOURCES = \ diff --git a/graphics/gdk-pixbuf2/patches/patch-gdk-pixbuf_Makefile.in b/graphics/gdk-pixbuf2/patches/patch-gdk-pixbuf_Makefile.in deleted file mode 100644 index a8ff04c1a58..00000000000 --- a/graphics/gdk-pixbuf2/patches/patch-gdk-pixbuf_Makefile.in +++ /dev/null @@ -1,25 +0,0 @@ -$NetBSD: patch-gdk-pixbuf_Makefile.in,v 1.1 2017/01/29 06:09:51 tsutsui Exp $ - -* Adjust dependencies for pkgsrc/graphics/gdk-pixbuf2-jasper - ---- gdk-pixbuf/Makefile.in.orig 2017-01-16 18:32:24.000000000 +0000 -+++ gdk-pixbuf/Makefile.in -@@ -394,8 +394,7 @@ libpixbufloader_ico_la_LINK = $(LIBTOOL) - $(LDFLAGS) -o $@ - @BUILD_DYNAMIC_MODULES_TRUE@@BUILD_GDIPLUS_LOADERS_FALSE@@INCLUDE_ICO_FALSE@am_libpixbufloader_ico_la_rpath = -rpath \ - @BUILD_DYNAMIC_MODULES_TRUE@@BUILD_GDIPLUS_LOADERS_FALSE@@INCLUDE_ICO_FALSE@ $(loaderdir) --libpixbufloader_jasper_la_DEPENDENCIES = $(am__DEPENDENCIES_1) \ -- $(am__DEPENDENCIES_2) -+libpixbufloader_jasper_la_DEPENDENCIES = $(am__DEPENDENCIES_1) - am_libpixbufloader_jasper_la_OBJECTS = io-jasper.lo - libpixbufloader_jasper_la_OBJECTS = \ - $(am_libpixbufloader_jasper_la_OBJECTS) -@@ -1136,7 +1135,7 @@ libpixbufloader_icns_la_LIBADD = $(modul - libstatic_pixbufloader_jasper_la_SOURCES = io-jasper.c - libpixbufloader_jasper_la_SOURCES = io-jasper.c - libpixbufloader_jasper_la_LDFLAGS = -avoid-version -module $(no_undefined) --libpixbufloader_jasper_la_LIBADD = $(LIBJASPER) $(module_libs) -+libpixbufloader_jasper_la_LIBADD = $(LIBJASPER) $(PREFIX)/lib/libgdk_pixbuf-2.0.la - - # - # The QTIF loader |