public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Nirbheek Chauhan" <nirbheek@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/gnome:master commit in: x11-libs/gdk-pixbuf/, x11-libs/gdk-pixbuf/files/
Date: Thu, 31 Mar 2011 13:52:01 +0000 (UTC)	[thread overview]
Message-ID: <5585a71d060a7ae12d26cb03ffb1cc594986f938.nirbheek@gentoo> (raw)

commit:     5585a71d060a7ae12d26cb03ffb1cc594986f938
Author:     Nirbheek Chauhan <nirbheek <AT> gentoo <DOT> org>
AuthorDate: Thu Mar 31 13:09:41 2011 +0000
Commit:     Nirbheek Chauhan <nirbheek <AT> gentoo <DOT> org>
CommitDate: Thu Mar 31 13:09:41 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=5585a71d

x11-libs/gdk-pixbuf: 2.23.1-r1 → 2.23.3

---
 .../files/gdk-pixbuf-2.23.1-fix-annotations.patch  |   39 --------------------
 ...f-2.23.1-r1.ebuild => gdk-pixbuf-2.23.3.ebuild} |    2 -
 2 files changed, 0 insertions(+), 41 deletions(-)

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
deleted file mode 100644
index be107f6..0000000
--- a/x11-libs/gdk-pixbuf/files/gdk-pixbuf-2.23.1-fix-annotations.patch
+++ /dev/null
@@ -1,39 +0,0 @@
-From 0a363032832ea243e0bae62df4113e18bb5cde99 Mon Sep 17 00:00:00 2001
-From: Nirbheek Chauhan <nirbheek.chauhan@gmail.com>
-Date: Fri, 18 Mar 2011 09:25:02 +0530
-Subject: [PATCH] introspection: add more zero-termination array annotations
-
-https://bugzilla.gnome.org/show_bug.cgi?id=639515
----
- gdk-pixbuf/gdk-pixbuf-io.c |    8 ++++----
- 1 files changed, 4 insertions(+), 4 deletions(-)
-
-diff --git a/gdk-pixbuf/gdk-pixbuf-io.c b/gdk-pixbuf/gdk-pixbuf-io.c
-index 3b75f73..466e661 100644
---- a/gdk-pixbuf/gdk-pixbuf-io.c
-+++ b/gdk-pixbuf/gdk-pixbuf-io.c
-@@ -2235,8 +2235,8 @@ gdk_pixbuf_save (GdkPixbuf  *pixbuf,
-  * @pixbuf: a #GdkPixbuf.
-  * @filename: name of file to save.
-  * @type: name of file format.
-- * @option_keys: name of options to set, %NULL-terminated
-- * @option_values: values for named options
-+ * @option_keys: (array zero-terminated=1): name of options to set, %NULL-terminated
-+ * @option_values: (array zero-terminated=1): values for named options
-  * @error: (allow-none): return location for error, or %NULL
-  *
-  * Saves pixbuf to a file in @type, which is currently "jpeg", "png", "tiff", "ico" or "bmp".
-@@ -2532,8 +2532,8 @@ save_to_buffer_callback (const gchar *data,
-  * @buffer: location to receive a pointer to the new buffer.
-  * @buffer_size: location to receive the size of the new buffer.
-  * @type: name of file format.
-- * @option_keys: name of options to set, %NULL-terminated
-- * @option_values: values for named options
-+ * @option_keys: (array zero-terminated=1): name of options to set, %NULL-terminated
-+ * @option_values: (array zero-terminated=1): values for named options
-  * @error: (allow-none): return location for error, or %NULL
-  *
-  * Saves pixbuf to a new buffer in format @type, which is currently "jpeg",
--- 
-1.7.3.4
-

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
similarity index 97%
rename from x11-libs/gdk-pixbuf/gdk-pixbuf-2.23.1-r1.ebuild
rename to x11-libs/gdk-pixbuf/gdk-pixbuf-2.23.3.ebuild
index 54f0f15..9c41709 100644
--- a/x11-libs/gdk-pixbuf/gdk-pixbuf-2.23.1-r1.ebuild
+++ b/x11-libs/gdk-pixbuf/gdk-pixbuf-2.23.3.ebuild
@@ -40,8 +40,6 @@ src_prepare() {
 	# Only build against libX11 if the user wants to do so
 	epatch "${FILESDIR}"/${PN}-2.21.4-fix-automagic-x11.patch
 
-	epatch "${FILESDIR}/${PN}-2.23.1-fix-annotations.patch"
-
 	elibtoolize
 	eautoreconf
 }



             reply	other threads:[~2011-03-31 13:52 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-03-31 13:52 Nirbheek Chauhan [this message]
  -- strict thread matches above, loose matches on Subject: below --
2016-03-25  0:56 [gentoo-commits] proj/gnome:master commit in: x11-libs/gdk-pixbuf/, x11-libs/gdk-pixbuf/files/ Ole Reifschneider
2015-09-01  5:17 Alexandre Rostovtsev
2011-03-18  8:23 Nirbheek Chauhan

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=5585a71d060a7ae12d26cb03ffb1cc594986f938.nirbheek@gentoo \
    --to=nirbheek@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox