Path to this page:
./
graphics/gdk-pixbuf2,
Library for image loading and manipulation
Branch: CURRENT,
Version: 2.42.12,
Package name: gdk-pixbuf2-2.42.12,
Maintainer: pkgsrc-usersGdkPixbuf 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.
Required to run:[
graphics/tiff] [
graphics/png] [
databases/shared-mime-info] [
devel/glib2] [
lang/python37]
Required to build:[
devel/gobject-introspection] [
pkgtools/cwrappers] [
devel/meson]
Package options: introspection
Master sites:
Filesize: 6372.141 KB
Version history: (Expand)
- (2024-06-27) Updated to version: gdk-pixbuf2-2.42.12
- (2023-10-21) Updated to version: gdk-pixbuf2-2.42.10nb4
- (2023-08-14) Updated to version: gdk-pixbuf2-2.42.10nb3
- (2023-02-01) Updated to version: gdk-pixbuf2-2.42.10nb2
- (2023-01-03) Updated to version: gdk-pixbuf2-2.42.10nb1
- (2022-11-13) Updated to version: gdk-pixbuf2-2.42.10
CVS history: (Expand)
2024-04-12 21:41:40 by Taylor R Campbell | Files touched by this commit (3) |
Log message:
graphics/gdk-pixbuf2: Make this cross-compile.
1. Break introspection out into an option, default off for cross
builds, default on for native builds (so no change to native
builds).
2. Don't play LD_LIBRARY_PATH games at build time in cross builds; it
won't do anything useful.
3. For some reason the thumbnailer is disabled upstream in cross
builds, which seems sketchy, but maybe it's not that important.
|
2023-10-21 19:11:59 by Greg Troxel | Files touched by this commit (1345) | |
Log message:
recursive revbump for tiff update
|
2023-08-14 07:25:36 by Thomas Klausner | Files touched by this commit (1247) |
Log message:
*: recursive bump for Python 3.11 as new default
|
2023-01-03 18:38:37 by Thomas Klausner | Files touched by this commit (1416) |
Log message:
*: recursive bump for tiff shlib major bump
|
2022-11-13 10:59:02 by Adam Ciarcinski | Files touched by this commit (3) | |
Log message:
gdk-pixbuf2: updated to 2.42.10
2.42.10 (stable)
- Search for rst2man.py
- Update the memory size limit for JPEG images
- Translation updates
|
2022-09-20 12:11:47 by Thomas Klausner | Files touched by this commit (3) | |
Log message:
gdk-pixbuf2: update to 2.42.9.
Security fix release.
2.42.9 (stable)
===
- Fix the check for maximum value of LZW initial code size [#136, Robert Ancell]
- Use CMake for dependencies on Windows/MSVC [!131, Chun-Wei Fan]
- Add option for building tests [!132]
- Move man pages to reStructuredText [!134]
- Disable relocation when built as a static libary on Windows [!136, Hesham Essam]
- Update wrap file for libjpeg-turbo [!138, Georges Basile Stavracas Neto]
- Limit the memory size when loading image data [#205, Sam Ezeh]
|
2022-07-15 01:46:28 by David A. Holland | Files touched by this commit (86) |
Log message:
Bump everything affected by the jpeg.buildlink3.mk fix.
|
2022-06-23 11:34:03 by Nia Alarie | Files touched by this commit (3) |
Log message:
gdk-pixbuf2: Revert addition of docbook-xsl hack. The real problem is
elsewhere.
|