diff options
author | nia <nia@pkgsrc.org> | 2019-10-06 11:07:44 +0000 |
---|---|---|
committer | nia <nia@pkgsrc.org> | 2019-10-06 11:07:44 +0000 |
commit | c369f65a19c86c6cce3d1843e2c693457445ff6a (patch) | |
tree | 18115387abd859bcdbe70ccf8777f6439399c108 /graphics/gdk-pixbuf2 | |
parent | 8bf57f63a735d190c1d6d6400141a8f36e4e6439 (diff) | |
download | pkgsrc-c369f65a19c86c6cce3d1843e2c693457445ff6a.tar.gz |
gdk-pixbuf2: Update DESCR/COMMENT
Diffstat (limited to 'graphics/gdk-pixbuf2')
-rw-r--r-- | graphics/gdk-pixbuf2/DESCR | 27 | ||||
-rw-r--r-- | graphics/gdk-pixbuf2/Makefile | 4 |
2 files changed, 13 insertions, 18 deletions
diff --git a/graphics/gdk-pixbuf2/DESCR b/graphics/gdk-pixbuf2/DESCR index d14ab789624..6b3019fc75d 100644 --- a/graphics/gdk-pixbuf2/DESCR +++ b/graphics/gdk-pixbuf2/DESCR @@ -1,18 +1,13 @@ - 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. +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. -The GdkPixBuf library provides a number of features: - * Image loading facilities. - * Rendering of a GdkPixBuf into various formats: - drawables (windows, pixmaps), GdkRGB buffers. +GdkPixbuf can load image data encoded in different formats, such as PNG, +JPEG, TIFF, TGA and GIF. -This is the gtk 2 version of gdk-pixbuf. It got -included natively in gtk2+ and was split out again in revision 2.22. +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. diff --git a/graphics/gdk-pixbuf2/Makefile b/graphics/gdk-pixbuf2/Makefile index 9c085859711..df60a6b9643 100644 --- a/graphics/gdk-pixbuf2/Makefile +++ b/graphics/gdk-pixbuf2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.41 2019/07/30 18:28:32 jperkin Exp $ +# $NetBSD: Makefile,v 1.42 2019/10/06 11:07:44 nia Exp $ DISTNAME= gdk-pixbuf-${PIXBUF2_VERSION} PKGNAME= ${DISTNAME:S/pixbuf/pixbuf2/} @@ -8,7 +8,7 @@ EXTRACT_SUFX= .tar.xz MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= https://developer.gnome.org/gdk-pixbuf -COMMENT= Image loaders for gtk2 +COMMENT= Library for image loading and manipulation LICENSE= gnu-gpl-v2 CONFLICTS+= gtk2+<2.22 |