public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Samuli Suominen (ssuominen)" <ssuominen@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in media-libs/imlib2: imlib2-1.4.2-r1.ebuild ChangeLog
Date: Mon, 08 Mar 2010 10:01:27 +0000	[thread overview]
Message-ID: <E1NoZmB-00052h-5k@stork.gentoo.org> (raw)

ssuominen    10/03/08 10:01:27

  Modified:             imlib2-1.4.2-r1.ebuild ChangeLog
  Log:
  Fix implicit declaration of function png_check_sig with libpng14.
  (Portage version: 2.2_rc65/cvs/Linux x86_64)

Revision  Changes    Path
1.9                  media-libs/imlib2/imlib2-1.4.2-r1.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/imlib2/imlib2-1.4.2-r1.ebuild?rev=1.9&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/imlib2/imlib2-1.4.2-r1.ebuild?rev=1.9&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/imlib2/imlib2-1.4.2-r1.ebuild?r1=1.8&r2=1.9

Index: imlib2-1.4.2-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/imlib2/imlib2-1.4.2-r1.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- imlib2-1.4.2-r1.ebuild	22 Jan 2010 17:04:39 -0000	1.8
+++ imlib2-1.4.2-r1.ebuild	8 Mar 2010 10:01:26 -0000	1.9
@@ -1,6 +1,6 @@
 # Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/imlib2/imlib2-1.4.2-r1.ebuild,v 1.8 2010/01/22 17:04:39 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/imlib2/imlib2-1.4.2-r1.ebuild,v 1.9 2010/03/08 10:01:26 ssuominen Exp $
 
 EAPI=1
 inherit enlightenment toolchain-funcs eutils
@@ -25,6 +25,10 @@
 src_unpack() {
 	unpack ${A}
 	cd "${S}"
+
+	has_version ">=media-libs/libpng-1.4" && epatch \
+		"${FILESDIR}"/${P}-libpng14.patch
+
 	epatch "${FILESDIR}"/${P}-CVE-2008-5187.patch #248057
 	sed -i '/bumpmap_la_LIBADD/s:$: -lm:' src/modules/filters/Makefile.in #276285
 }



1.94                 media-libs/imlib2/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/imlib2/ChangeLog?rev=1.94&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/imlib2/ChangeLog?rev=1.94&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/imlib2/ChangeLog?r1=1.93&r2=1.94

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/imlib2/ChangeLog,v
retrieving revision 1.93
retrieving revision 1.94
diff -u -r1.93 -r1.94
--- ChangeLog	22 Jan 2010 17:04:39 -0000	1.93
+++ ChangeLog	8 Mar 2010 10:01:26 -0000	1.94
@@ -1,6 +1,10 @@
 # ChangeLog for media-libs/imlib2
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/imlib2/ChangeLog,v 1.93 2010/01/22 17:04:39 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/imlib2/ChangeLog,v 1.94 2010/03/08 10:01:26 ssuominen Exp $
+
+  08 Mar 2010; Samuli Suominen <ssuominen@gentoo.org>
+  imlib2-1.4.2-r1.ebuild, +files/imlib2-1.4.2-libpng14.patch:
+  Fix implicit declaration of function png_check_sig with libpng14.
 
   22 Jan 2010; Samuli Suominen <ssuominen@gentoo.org>
   imlib2-1.4.2-r1.ebuild:






             reply	other threads:[~2010-03-08 10:01 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-03-08 10:01 Samuli Suominen (ssuominen) [this message]
  -- strict thread matches above, loose matches on Subject: below --
2010-01-22 17:04 [gentoo-commits] gentoo-x86 commit in media-libs/imlib2: imlib2-1.4.2-r1.ebuild ChangeLog Samuli Suominen (ssuominen)
2009-07-03  1:36 Mike Frysinger (vapier)
2008-12-01 15:17 Brent Baude (ranger)
2008-12-01  6:56 Jeroen Roovers (jer)
2008-11-30 21:18 Tobias Scherbaum (dertobi123)

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=E1NoZmB-00052h-5k@stork.gentoo.org \
    --to=ssuominen@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