gdk-pixbuf: update to 2.20.1.

This commit is contained in:
Juan RP 2010-11-18 12:37:12 +01:00
parent 03eeed8131
commit 3ce0a5b008
3 changed files with 15 additions and 16 deletions

View File

@ -6,7 +6,6 @@ long_desc="
This package contains development files: headers, static libs, etc."
revision=2
replaces="gtk+-devel<2.22"
Add_dependency run perl ">=0"

View File

@ -1,17 +1,17 @@
Implement --print-cache-file option to print the path to the
cache file used by gdk-pixbuf.
--- docs/reference/gdk-pixbuf/gdk-pixbuf-query-loaders.1.orig 2010-10-23 15:38:09.302070058 +0200
+++ docs/reference/gdk-pixbuf/gdk-pixbuf-query-loaders.1 2010-10-23 15:39:56.156994937 +0200
@@ -7,7 +7,7 @@
.\" Source: [FIXME: source]
.\" Language: English
.\"
-.TH "GDK\-PIXBUF\-QUERY\-" "1" "09/21/2010" "[FIXME: source]" "[FIXME: manual]"
+.TH "GDK\-PIXBUF\-QUERY\-" "1" "10/23/2010" "[FIXME: source]" "[FIXME: manual]"
.\" -----------------------------------------------------------------
.\" * Define some portability stuff
.\" -----------------------------------------------------------------
--- docs/reference/gdk-pixbuf/gdk-pixbuf-query-loaders.1.orig 2010-11-18 12:33:06.511901670 +0100
+++ docs/reference/gdk-pixbuf/gdk-pixbuf-query-loaders.1 2010-11-18 12:34:15.216524449 +0100
@@ -31,7 +31,7 @@
gdk-pixbuf-query-loaders \- GdkPixbuf loader registration utility
.SH "SYNOPSIS"
.HP \w'\fBgdk\-pixbuf\-query\-loaders\fR\ 'u
-\fBgdk\-pixbuf\-query\-loaders\fR [\-\-update\-cache] [module...]
+\fBgdk\-pixbuf\-query\-loaders\fR [\-\-update\-cache | \-\-print\-cache\-file ] [module...]
.SH "DESCRIPTION"
.PP
@@ -59,6 +59,11 @@ gdk\-pixbuf
at the file\&.
.SH "OPTIONS"
@ -24,8 +24,8 @@ cache file used by gdk-pixbuf.
\-\-update\-cache
.RS 4
Write the output to the default cache location instead of
--- gdk-pixbuf/queryloaders.c.orig 2010-10-23 15:34:28.360421197 +0200
+++ gdk-pixbuf/queryloaders.c 2010-10-23 15:36:27.509779280 +0200
--- gdk-pixbuf/queryloaders.c.orig 2010-11-18 12:34:59.871657960 +0100
+++ gdk-pixbuf/queryloaders.c 2010-11-18 12:35:40.334628205 +0100
@@ -283,7 +283,11 @@ int main (int argc, char **argv)
#endif

View File

@ -1,12 +1,12 @@
# Template build file for 'gdk-pixbuf'.
pkgname=gdk-pixbuf
version=2.22.0
version=2.22.1
distfiles="${GNOME_SITE}/$pkgname/2.22/$pkgname-$version.tar.bz2"
build_style=gnu_configure
configure_args="--without-libjasper --with-included-loaders=png"
short_desc="An Image loading library for The GTK+ toolkit (v2)"
maintainer="Juan RP <xtraeme@gmail.com>"
checksum=b8ff6a308f037af6b501246ad8779a951ca92af975efc2e97c354ea6702667cf
checksum=6ce87eda24af9362307b2593c154d0b660f4e26d0abf2e71d46d0ddd55fd953d
long_desc="
This package contains an image loading library for the GTK+ toolkit v2."