pkgsrc/graphics/gdk-pixbuf2/patches/patch-gdk-pixbuf_Makefile.in
tsutsui 528fe4f4cb Update gdk-pixbuf2 to 2.36.4.
This also updates gdk-pixbuf2-jasper and gdk-pixbuf2-xlib to 2.36.4
via common Makefile.version.

pkgsrc changes:
 * Regen old style name patches for future maintainability

Upstream changes (from NEWS):

2.36.4
======

* Add a fastpath for no-op scales
* Documentation improvements (#442452)
* Fix some coverity warnings (#776945, #768062)
* Translation updates

2.36.3
======

* gif, ico: Fix area-updated coordinates (#581484)
* tga: Improve error handling (#575217)
* jasper: Improve error handling (#685543)
* Test suite improvements (#696331)
* Minor documentation fixes (#776457)
* Translation updates

2.36.2
======

* Fix a NULL pointer dereference (#776026)
* Fix a memory leak (#776020)
* Support bmp headers with bitmask (#766890)
* Add tests for scaling (#80925)
* Handle compressed pixdata in resources (#776105)
* Avoid a buffer overrun in the qtif loader ($#775648)
* Fix a crash in the bmp loader (#775242)
* Fix crash opening pnm images with large dimensions (#775232)
* Prevent buffer overflow in the pixdata loader (#775693)
* Translation updates

2.36.1
======

* Remove the pixdata loader (#776004)
* Fix integer overflows in the jpeg loader (#775218)
* Add an external thumbnailer for images
* Translation updates
2017-01-29 06:09:51 +00:00

25 lines
1.2 KiB
Text

$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