Received: by mail.netbsd.org (Postfix, from userid 605) id 45AB784DB2; Sun, 6 Oct 2019 11:07:45 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id C18CC84DB1 for ; Sun, 6 Oct 2019 11:07:44 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id L2uniBfFQaU2 for ; Sun, 6 Oct 2019 11:07:44 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 39CEA84CD8 for ; Sun, 6 Oct 2019 11:07:44 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 37997FBF4; Sun, 6 Oct 2019 11:07:44 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_157036006456380" MIME-Version: 1.0 Date: Sun, 6 Oct 2019 11:07:44 +0000 From: "Nia Alarie" Subject: CVS commit: pkgsrc/graphics/gdk-pixbuf2 To: pkgsrc-changes@NetBSD.org Reply-To: nia@netbsd.org X-Mailer: log_accum Message-Id: <20191006110744.37997FBF4@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_157036006456380 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" 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. --_----------=_157036006456380 Content-Disposition: inline Content-Length: 2571 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii 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 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 --_----------=_157036006456380--