diff options
author | wiz <wiz@pkgsrc.org> | 2019-11-06 13:52:51 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2019-11-06 13:52:51 +0000 |
commit | 7e99b0b793cfa192c653e704c5f90f206debbefa (patch) | |
tree | 039378eb14f26eaf981db5427c9b497afc6422bb /graphics/gdk-pixbuf2 | |
parent | 3a156a21ca1b5144fd55f0a88211e7beb71f046b (diff) | |
download | pkgsrc-7e99b0b793cfa192c653e704c5f90f206debbefa.tar.gz |
gdk-pixbuf2*: update to 2.40.0
2.40.0 (stable)
===
- Allow creating a GdkPixbuf instance without any property [Federico Mena
Quintero, #91]
2.39.2 (development)
===
- Add gdk_pixbuf_init_modules() for applications with GdkPixbuf loader
modules in a separate directory [Bastien Nocera, bgo#786035]
- Add subproject fallback for dependencies [Nirbheek Chauhan]
- Handle large XPM without crashing [Bastien Nocera, #95]
- Use the appropriate gdk-pixbuf-query-loaders on install [Emmanuele
Bassi, #126]
- Disable deprecation warnings introduced by GLib 2.62
- Escape GIF version in error messages [Robert Ancell]
- Use the appropriate fallback for libpng on Windows [Chun-wei Fan]
- Render GIF frames on demand [Robert Ancell, #101]
Diffstat (limited to 'graphics/gdk-pixbuf2')
-rw-r--r-- | graphics/gdk-pixbuf2/Makefile.version | 4 | ||||
-rw-r--r-- | graphics/gdk-pixbuf2/PLIST | 4 | ||||
-rw-r--r-- | graphics/gdk-pixbuf2/distinfo | 10 |
3 files changed, 9 insertions, 9 deletions
diff --git a/graphics/gdk-pixbuf2/Makefile.version b/graphics/gdk-pixbuf2/Makefile.version index e5be40fd952..8bb421ae324 100644 --- a/graphics/gdk-pixbuf2/Makefile.version +++ b/graphics/gdk-pixbuf2/Makefile.version @@ -1,7 +1,7 @@ -# $NetBSD: Makefile.version,v 1.23 2019/10/04 17:28:50 nia Exp $ +# $NetBSD: Makefile.version,v 1.24 2019/11/06 13:52:51 wiz Exp $ # # used by graphics/gdk-pixbuf2/Makefile # used by graphics/gdk-pixbuf2-xlib/Makefile -PIXBUF2_VERSION= 2.38.2 +PIXBUF2_VERSION= 2.40.0 MSITE_VERSION= ${PIXBUF2_VERSION:R} diff --git a/graphics/gdk-pixbuf2/PLIST b/graphics/gdk-pixbuf2/PLIST index 17dfab040ec..a4cc6eafad3 100644 --- a/graphics/gdk-pixbuf2/PLIST +++ b/graphics/gdk-pixbuf2/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.18 2019/10/04 17:28:50 nia Exp $ +@comment $NetBSD: PLIST,v 1.19 2019/11/06 13:52:51 wiz Exp $ bin/gdk-pixbuf-csource bin/gdk-pixbuf-pixdata bin/gdk-pixbuf-query-loaders @@ -33,7 +33,7 @@ lib/girepository-1.0/GdkPixbuf-2.0.typelib lib/girepository-1.0/GdkPixdata-2.0.typelib lib/libgdk_pixbuf-2.0.so lib/libgdk_pixbuf-2.0.so.0 -lib/libgdk_pixbuf-2.0.so.0.3800.2 +lib/libgdk_pixbuf-2.0.so.0.4000.0 lib/pkgconfig/gdk-pixbuf-2.0.pc share/gir-1.0/GdkPixbuf-2.0.gir share/gir-1.0/GdkPixdata-2.0.gir diff --git a/graphics/gdk-pixbuf2/distinfo b/graphics/gdk-pixbuf2/distinfo index 3879993edcc..e37e460c1c1 100644 --- a/graphics/gdk-pixbuf2/distinfo +++ b/graphics/gdk-pixbuf2/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.44 2019/10/04 17:28:50 nia Exp $ +$NetBSD: distinfo,v 1.45 2019/11/06 13:52:51 wiz Exp $ -SHA1 (gdk-pixbuf-2.38.2.tar.xz) = 9f2e39d0be5a699764473623eec569452228c8c5 -RMD160 (gdk-pixbuf-2.38.2.tar.xz) = 1a32b6678daa6ba8185ae5172536ca54455f5a2e -SHA512 (gdk-pixbuf-2.38.2.tar.xz) = b0f83cca9bfbe45dab200b19a5ec6231b628c09633fd41348f433c226d523c2f9b805d41e4d955e9fd65c5b6d24df59c7c94193032379d6f09b0472ae988a0c1 -Size (gdk-pixbuf-2.38.2.tar.xz) = 5509752 bytes +SHA1 (gdk-pixbuf-2.40.0.tar.xz) = 9396bd89c4647d8db2d02ef93c20c17dbce359d8 +RMD160 (gdk-pixbuf-2.40.0.tar.xz) = 409fc37578fbf1dea2abaefa715f74280b3ea0ab +SHA512 (gdk-pixbuf-2.40.0.tar.xz) = 6512befd379494dbfd89a16fc4c92641842eb7b82fc820ec83a5b057526209947db646570db1124c073b0ef69c117bdf0f8d3fea807e302a4950db39187c35aa +Size (gdk-pixbuf-2.40.0.tar.xz) = 5512160 bytes SHA1 (patch-gdk-pixbuf_gdk-pixbuf-scaled-anim.c) = 486db8d3f352b0d72b7074ba48f14ccbfa09deda SHA1 (patch-meson.build) = e98fcafc3a123e4af8f26ba93c3a21af5fa37e2b |