Gentoo Archives: gentoo-commits

From: Nirbheek Chauhan <nirbheek@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/gnome:master commit in: x11-libs/gdk-pixbuf/, x11-libs/gdk-pixbuf/files/
Date: Thu, 31 Mar 2011 13:52:20
Message-Id: 5585a71d060a7ae12d26cb03ffb1cc594986f938.nirbheek@gentoo
1 commit: 5585a71d060a7ae12d26cb03ffb1cc594986f938
2 Author: Nirbheek Chauhan <nirbheek <AT> gentoo <DOT> org>
3 AuthorDate: Thu Mar 31 13:09:41 2011 +0000
4 Commit: Nirbheek Chauhan <nirbheek <AT> gentoo <DOT> org>
5 CommitDate: Thu Mar 31 13:09:41 2011 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=5585a71d
7
8 x11-libs/gdk-pixbuf: 2.23.1-r1 → 2.23.3
9
10 ---
11 .../files/gdk-pixbuf-2.23.1-fix-annotations.patch | 39 --------------------
12 ...f-2.23.1-r1.ebuild => gdk-pixbuf-2.23.3.ebuild} | 2 -
13 2 files changed, 0 insertions(+), 41 deletions(-)
14
15 diff --git a/x11-libs/gdk-pixbuf/files/gdk-pixbuf-2.23.1-fix-annotations.patch b/x11-libs/gdk-pixbuf/files/gdk-pixbuf-2.23.1-fix-annotations.patch
16 deleted file mode 100644
17 index be107f6..0000000
18 --- a/x11-libs/gdk-pixbuf/files/gdk-pixbuf-2.23.1-fix-annotations.patch
19 +++ /dev/null
20 @@ -1,39 +0,0 @@
21 -From 0a363032832ea243e0bae62df4113e18bb5cde99 Mon Sep 17 00:00:00 2001
22 -From: Nirbheek Chauhan <nirbheek.chauhan@×××××.com>
23 -Date: Fri, 18 Mar 2011 09:25:02 +0530
24 -Subject: [PATCH] introspection: add more zero-termination array annotations
25 -
26 -https://bugzilla.gnome.org/show_bug.cgi?id=639515
27 ----
28 - gdk-pixbuf/gdk-pixbuf-io.c | 8 ++++----
29 - 1 files changed, 4 insertions(+), 4 deletions(-)
30 -
31 -diff --git a/gdk-pixbuf/gdk-pixbuf-io.c b/gdk-pixbuf/gdk-pixbuf-io.c
32 -index 3b75f73..466e661 100644
33 ---- a/gdk-pixbuf/gdk-pixbuf-io.c
34 -+++ b/gdk-pixbuf/gdk-pixbuf-io.c
35 -@@ -2235,8 +2235,8 @@ gdk_pixbuf_save (GdkPixbuf *pixbuf,
36 - * @pixbuf: a #GdkPixbuf.
37 - * @filename: name of file to save.
38 - * @type: name of file format.
39 -- * @option_keys: name of options to set, %NULL-terminated
40 -- * @option_values: values for named options
41 -+ * @option_keys: (array zero-terminated=1): name of options to set, %NULL-terminated
42 -+ * @option_values: (array zero-terminated=1): values for named options
43 - * @error: (allow-none): return location for error, or %NULL
44 - *
45 - * Saves pixbuf to a file in @type, which is currently "jpeg", "png", "tiff", "ico" or "bmp".
46 -@@ -2532,8 +2532,8 @@ save_to_buffer_callback (const gchar *data,
47 - * @buffer: location to receive a pointer to the new buffer.
48 - * @buffer_size: location to receive the size of the new buffer.
49 - * @type: name of file format.
50 -- * @option_keys: name of options to set, %NULL-terminated
51 -- * @option_values: values for named options
52 -+ * @option_keys: (array zero-terminated=1): name of options to set, %NULL-terminated
53 -+ * @option_values: (array zero-terminated=1): values for named options
54 - * @error: (allow-none): return location for error, or %NULL
55 - *
56 - * Saves pixbuf to a new buffer in format @type, which is currently "jpeg",
57 ---
58 -1.7.3.4
59 -
60
61 diff --git a/x11-libs/gdk-pixbuf/gdk-pixbuf-2.23.1-r1.ebuild b/x11-libs/gdk-pixbuf/gdk-pixbuf-2.23.3.ebuild
62 similarity index 97%
63 rename from x11-libs/gdk-pixbuf/gdk-pixbuf-2.23.1-r1.ebuild
64 rename to x11-libs/gdk-pixbuf/gdk-pixbuf-2.23.3.ebuild
65 index 54f0f15..9c41709 100644
66 --- a/x11-libs/gdk-pixbuf/gdk-pixbuf-2.23.1-r1.ebuild
67 +++ b/x11-libs/gdk-pixbuf/gdk-pixbuf-2.23.3.ebuild
68 @@ -40,8 +40,6 @@ src_prepare() {
69 # Only build against libX11 if the user wants to do so
70 epatch "${FILESDIR}"/${PN}-2.21.4-fix-automagic-x11.patch
71
72 - epatch "${FILESDIR}/${PN}-2.23.1-fix-annotations.patch"
73 -
74 elibtoolize
75 eautoreconf
76 }