pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/graphics/gdk-pixbuf2
Module Name: pkgsrc
Committed By: nia
Date: Sun Oct 6 11:07:44 UTC 2019
Modified Files:
pkgsrc/graphics/gdk-pixbuf2: DESCR Makefile
Log Message:
gdk-pixbuf2: Update DESCR/COMMENT
To generate a diff of this commit:
cvs rdiff -u -r1.1.1.1 -r1.2 pkgsrc/graphics/gdk-pixbuf2/DESCR
cvs rdiff -u -r1.41 -r1.42 pkgsrc/graphics/gdk-pixbuf2/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/graphics/gdk-pixbuf2/DESCR
diff -u pkgsrc/graphics/gdk-pixbuf2/DESCR:1.1.1.1 pkgsrc/graphics/gdk-pixbuf2/DESCR:1.2
--- pkgsrc/graphics/gdk-pixbuf2/DESCR:1.1.1.1 Tue Nov 2 15:17:29 2010
+++ pkgsrc/graphics/gdk-pixbuf2/DESCR Sun Oct 6 11:07:44 2019
@@ -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.
Index: pkgsrc/graphics/gdk-pixbuf2/Makefile
diff -u pkgsrc/graphics/gdk-pixbuf2/Makefile:1.41 pkgsrc/graphics/gdk-pixbuf2/Makefile:1.42
--- pkgsrc/graphics/gdk-pixbuf2/Makefile:1.41 Tue Jul 30 18:28:32 2019
+++ pkgsrc/graphics/gdk-pixbuf2/Makefile Sun Oct 6 11:07:44 2019
@@ -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@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