./graphics/gdk-pixbuf2, Image loaders for gtk2

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


Branch: pkgsrc-2017Q1, Version: 2.36.6, Package name: gdk-pixbuf2-2.36.6, Maintainer: pkgsrc-users

GdkPixbuf is a new GNOME library designed to solve part of Imlib's
design limitations that make it hard to write efficient and highly
modular applications. The GdkPixbuf library provides a basic,
reference counted structure called GdkPixbuf. This structure points
to a block of image data, has fields that describe the format of the
image data, and also contains a reference count. The library also
provides a simple mechanism for loading images from files, and a more
sophisticated mechanism for loading images progressively from
arbitrary buffers. It also provides utility functions to transform
pixbufs and render them to GDK drawables.

The GdkPixBuf library provides a number of features:
* Image loading facilities.
* Rendering of a GdkPixBuf into various formats:
drawables (windows, pixmaps), GdkRGB buffers.

This is the gtk 2 version of gdk-pixbuf. It got
included natively in gtk2+ and was split out again in revision 2.22.


Required to run:
[devel/glib2] [graphics/png] [graphics/tiff]

Required to build:
[devel/gobject-introspection] [pkgtools/cwrappers]

Master sites: (Expand)

SHA1: 8caa99dbbb143cddbb896bf35e01da717bb1479f
RMD160: 9894ee0a16ed9fd6e7a152c1a5c2636985430d3a
Filesize: 5045.879 KB

Version history: (Expand)


CVS history: (Expand)


   2017-06-02 21:54:50 by Benny Siegert | Files touched by this commit (6)
Log message:
Pullup ticket #5440 - requested by sevan
graphics/gdk-pixbuf2: security fix

Revisions pulled up:
- graphics/gdk-pixbuf2/Makefile.version                         1.16
- graphics/gdk-pixbuf2/PLIST                                    1.16
- graphics/gdk-pixbuf2/distinfo                                 1.33
- graphics/gdk-pixbuf2/patches/patch-gdk-pixbuf_io-icns.c       1.3
- graphics/gdk-pixbuf2/patches/patch-gdk-pixbuf_io-ico.c        1.1
- graphics/gdk-pixbuf2/patches/patch-gdk-pixbuf_io-tiff.c       1.1

---
   Module Name:    pkgsrc
   Committed By:   spz
   Date:           Sun May 14 12:55:16 UTC 2017

   Modified Files:
           pkgsrc/graphics/gdk-pixbuf2: Makefile.version PLIST distinfo
   Added Files:
           pkgsrc/graphics/gdk-pixbuf2/patches: patch-gdk-pixbuf_io-icns.c
               patch-gdk-pixbuf_io-ico.c patch-gdk-pixbuf_io-tiff.c
               patch-thumbnailer_gnome-thumbnailer-skeleton.c

   Log message:
   updating from version 2.36.4 to 2.36.6
   adding patches for: CVE-2017-6311 CVE-2017-6312 CVE-2017-6313 CVE-2017-6314
   from bugzilla.gnome.org