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

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


Branch: pkgsrc-2016Q3, Version: 2.36.0, Package name: gdk-pixbuf2-2.36.0, 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]

Master sites: (Expand)

SHA1: 39328ecec0ec61edf8530c76a1495ca0fa95f4cf
RMD160: 0a6079ba5a018ff62aaeb0af699a1355c7500f5c
Filesize: 2654.93 KB

Version history: (Expand)


CVS history: (Expand)


   2016-10-16 16:44:20 by S.P.Zeidler | Files touched by this commit (5) | Package updated
Log message:
Pullup ticket #5134 - requested by bsiegert
graphics/gdk-pixbuf2-xlib: security update
graphics/gdk-pixbuf2: security update

Revisions pulled up:
- graphics/gdk-pixbuf2-xlib/Makefile                            1.18
- graphics/gdk-pixbuf2/Makefile                                 1.32
- graphics/gdk-pixbuf2/Makefile.version                         1.13
- graphics/gdk-pixbuf2/PLIST                                    1.14
- graphics/gdk-pixbuf2/distinfo                                 1.31

-------------------------------------------------------------------
   Module Name:    pkgsrc
   Committed By:   ryoon
   Date:           Sun Oct  9 17:49:39 UTC 2016

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

   Log message:
   Update to 2.36.0

   Changelog:
   2.36.0
   ======

   * Translation updates

   2.35.5
   ======

   * Fix undefined behavior in overflow checks (#770986)
   * Fix a typo (#770756)
   * Avoid segfault in some tests (#771026)
   * Translation updates

   2.35.4
   ======

   * Translation updates

   2.35.3
   ======

   * Add API to determine supported save options (#683371)
   * Add helper API for pixbuf options (#768043)
   * Fix invalid gettext use (#758552)
   * Fix a compiler warning in the xpm loader (#768042)
   * Fix integer overflows in the bmp loader (#768688, #768738)
   * Fix a crash in the ico loader (#769170)
   * Translation updates

   2.35.2
   ======

   * Use compiler directives for exporting symbols (#767164)
   * Fix a problem with nearest scaling (#766842)
   * Avoid redundant property notification
   * Translation updates

   2.35.1
   ======

   * Add non-varargs variant to save to stream (#683063)
   * Add a common autotools module (#765034)
   * Translation updates

   To generate a diff of this commit:
   cvs rdiff -u -r1.31 -r1.32 pkgsrc/graphics/gdk-pixbuf2/Makefile
   cvs rdiff -u -r1.12 -r1.13 pkgsrc/graphics/gdk-pixbuf2/Makefile.version
   cvs rdiff -u -r1.13 -r1.14 pkgsrc/graphics/gdk-pixbuf2/PLIST
   cvs rdiff -u -r1.30 -r1.31 pkgsrc/graphics/gdk-pixbuf2/distinfo
   cvs rdiff -u -r1.17 -r1.18 pkgsrc/graphics/gdk-pixbuf2-xlib/Makefile