./graphics/gdk-pixbuf2, Library for image loading and manipulation

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: pkgsrc-2022Q1, Version: 2.42.8, Package name: gdk-pixbuf2-2.42.8, Maintainer: pkgsrc-users

GdkPixbuf is a library that loads image data in various formats and stores
it as linear buffers in memory. The buffers can then be scaled, composited,
modified, saved, or rendered.

GdkPixbuf can load image data encoded in different formats, such as PNG,
JPEG, TIFF, TGA and GIF.

Additionally, you can write a GdkPixbuf loader module and install it into
a well-known location, in order to load a file format.

GdkPixbuf is used by the GTK toolkit for loading graphical assets.

GdkPixbuf was split off from GTK+ starting with version 2.22/3.0.


Master sites: (Expand)

Filesize: 8303.73 KB

Version history: (Expand)


CVS history: (Expand)


   2022-06-13 18:13:38 by Benny Siegert | Files touched by this commit (3) | Package updated
Log message:
Pullup ticket #6646 - requested by nia
graphics/gdk-pixbuf2: security fix

Revisions pulled up:
- graphics/gdk-pixbuf2/Makefile                                 1.53
- graphics/gdk-pixbuf2/PLIST                                    1.22
- graphics/gdk-pixbuf2/distinfo                                 1.51

---
   Module Name:	pkgsrc
   Committed By:	nia
   Date:		Sat Jun 11 12:46:06 UTC 2022

   Modified Files:
   	pkgsrc/graphics/gdk-pixbuf2: Makefile PLIST distinfo

   Log message:
   gdk-pixbuf2: update to 2.42.8

   2.42.8 (stable)
   ===

   - Clear the pixbuf's memory buffer to avoid returning uninitialized memory
   - Turn GdkPixbufModule functions into typed callbacks
   - tiff: Use non-deprecated C99 integer types
   - gif: Check for overflow when compositing or clearing frames
   - Change png/jpeg/tiff build options from boolean to feature
   - jpeg: Do not rely on UB around setjmp/longjmp
   - Build fixes
   - Documentation fixes
   - Translation updates