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-gfx/digikam: ChangeLog digikam-1.1.0-r1.ebuild
Date: Mon, 08 Mar 2010 23:27:00 +0000	[thread overview]
Message-ID: <E1NomLk-0003jI-K7@stork.gentoo.org> (raw)

ssuominen    10/03/08 23:27:00

  Modified:             ChangeLog digikam-1.1.0-r1.ebuild
  Log:
  Fix building with libpng14 by Wizzleby.
  (Portage version: 2.2_rc65/cvs/Linux x86_64)

Revision  Changes    Path
1.150                media-gfx/digikam/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/digikam/ChangeLog?rev=1.150&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/digikam/ChangeLog?rev=1.150&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/digikam/ChangeLog?r1=1.149&r2=1.150

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-gfx/digikam/ChangeLog,v
retrieving revision 1.149
retrieving revision 1.150
diff -u -r1.149 -r1.150
--- ChangeLog	7 Mar 2010 23:10:48 -0000	1.149
+++ ChangeLog	8 Mar 2010 23:26:59 -0000	1.150
@@ -1,6 +1,10 @@
 # ChangeLog for media-gfx/digikam
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/digikam/ChangeLog,v 1.149 2010/03/07 23:10:48 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/digikam/ChangeLog,v 1.150 2010/03/08 23:26:59 ssuominen Exp $
+
+  08 Mar 2010; Samuli Suominen <ssuominen@gentoo.org>
+  digikam-1.1.0-r1.ebuild, +files/digikam-1.1.0-libpng14.patch:
+  Fix building with libpng14 by Wizzleby.
 
 *digikam-1.1.0-r1 (07 Mar 2010)
 



1.2                  media-gfx/digikam/digikam-1.1.0-r1.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/digikam/digikam-1.1.0-r1.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/digikam/digikam-1.1.0-r1.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/digikam/digikam-1.1.0-r1.ebuild?r1=1.1&r2=1.2

Index: digikam-1.1.0-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-gfx/digikam/digikam-1.1.0-r1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- digikam-1.1.0-r1.ebuild	7 Mar 2010 23:10:48 -0000	1.1
+++ digikam-1.1.0-r1.ebuild	8 Mar 2010 23:26:59 -0000	1.2
@@ -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-gfx/digikam/digikam-1.1.0-r1.ebuild,v 1.1 2010/03/07 23:10:48 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/digikam/digikam-1.1.0-r1.ebuild,v 1.2 2010/03/08 23:26:59 ssuominen Exp $
 
 EAPI=2
 KDE_LINGUAS="ar be bg ca ca@valencia cs da de el en_GB eo es et eu fa fi fr ga
@@ -43,7 +43,8 @@
 DOCS="AUTHORS ChangeLog DESIGN HACKING NEWS README TODO"
 
 PATCHES=( "${FILESDIR}/${P}-libpgf.patch"
-	"${WORKDIR}/${P}-libjpeg-8a.patch" )
+	"${WORKDIR}/${P}-libjpeg-8a.patch"
+	"${FILESDIR}/${P}-libpng14.patch" )
 
 src_configure() {
 	mycmakeargs+=( "-DENABLE_THEMEDESIGNER=OFF"






             reply	other threads:[~2010-03-08 23:27 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-03-08 23:27 Samuli Suominen (ssuominen) [this message]
  -- strict thread matches above, loose matches on Subject: below --
2010-06-21 14:07 [gentoo-commits] gentoo-x86 commit in media-gfx/digikam: ChangeLog digikam-1.1.0-r1.ebuild Samuli Suominen (ssuominen)
2010-05-25 21:31 Pacho Ramos (pacho)
2010-05-24 13:02 PaweA Hajdan (phajdan.jr)
2010-03-07 23:10 Samuli Suominen (ssuominen)

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=E1NomLk-0003jI-K7@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