forked from NetBSD/pkgsrc
-
Notifications
You must be signed in to change notification settings - Fork 50
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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]
- Loading branch information
Showing
4 changed files
with
11 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
@comment $NetBSD: PLIST,v 1.3 2019/10/04 23:37:20 ryoon Exp $ | ||
@comment $NetBSD: PLIST,v 1.4 2019/11/06 13:52:51 wiz Exp $ | ||
include/gdk-pixbuf-2.0/gdk-pixbuf-xlib/gdk-pixbuf-xlib.h | ||
include/gdk-pixbuf-2.0/gdk-pixbuf-xlib/gdk-pixbuf-xlibrgb.h | ||
lib/libgdk_pixbuf_xlib-2.0.so | ||
lib/libgdk_pixbuf_xlib-2.0.so.0 | ||
lib/libgdk_pixbuf_xlib-2.0.so.0.3800.2 | ||
lib/libgdk_pixbuf_xlib-2.0.so.0.4000.0 | ||
lib/pkgconfig/gdk-pixbuf-xlib-2.0.pc |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 |