pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/graphics/gdk-pixbuf2 gdk-pixbuf2: Update DESCR/COMMENT
details: https://anonhg.NetBSD.org/pkgsrc/rev/558bdca3a216
branches: trunk
changeset: 341706:558bdca3a216
user: nia <nia%pkgsrc.org@localhost>
date: Sun Oct 06 11:07:44 2019 +0000
description:
gdk-pixbuf2: Update DESCR/COMMENT
diffstat:
graphics/gdk-pixbuf2/DESCR | 27 +++++++++++----------------
graphics/gdk-pixbuf2/Makefile | 4 ++--
2 files changed, 13 insertions(+), 18 deletions(-)
diffs (51 lines):
diff -r d3cc22054ed1 -r 558bdca3a216 graphics/gdk-pixbuf2/DESCR
--- a/graphics/gdk-pixbuf2/DESCR Sun Oct 06 11:06:42 2019 +0000
+++ b/graphics/gdk-pixbuf2/DESCR Sun Oct 06 11:07:44 2019 +0000
@@ -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.
+
+GdkPixbuf can load image data encoded in different formats, such as PNG,
+JPEG, TIFF, TGA and GIF.
-The GdkPixBuf library provides a number of features:
- * Image loading facilities.
- * Rendering of a GdkPixBuf into various formats:
- drawables (windows, pixmaps), GdkRGB buffers.
+Additionally, you can write a GdkPixbuf loader module and install it into
+a well-known location, in order to load a file format.
-This is the gtk 2 version of gdk-pixbuf. It got
-included natively in gtk2+ and was split out again in revision 2.22.
+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 -r d3cc22054ed1 -r 558bdca3a216 graphics/gdk-pixbuf2/Makefile
--- a/graphics/gdk-pixbuf2/Makefile Sun Oct 06 11:06:42 2019 +0000
+++ b/graphics/gdk-pixbuf2/Makefile Sun Oct 06 11:07:44 2019 +0000
@@ -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 @@
MAINTAINER= pkgsrc-users%NetBSD.org@localhost
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
Home |
Main Index |
Thread Index |
Old Index