Note: Due to technical difficulties, the Archives are currently not up to date.
GMANE provides an alternative service for most mailing lists. c.f. bug 424647
List Archive: gentoo-commits
| Navigation: |
|
Lists:
gentoo-commits:
< Prev
By Thread
Next >
< Prev
By Date
Next >
|
| Headers: |
|
To:
|
gentoo-commits@g.o
|
|
From:
|
"Gilles Dartiguelongue (eva)" <eva@g.o>
|
|
Subject:
|
gentoo-x86 commit in media-gfx/gthumb: ChangeLog gthumb-2.10.9.ebuild gthumb-2.10.7.ebuild
|
|
Date:
|
Mon, 04 Aug 2008 22:18:54 +0000
|
|
eva 08/08/04 22:18:54
Modified: ChangeLog
Added: gthumb-2.10.9.ebuild
Removed: gthumb-2.10.7.ebuild
Log:
bump to 2.10.9. Support x-content/*, bug fixes and translation updates.
(Portage version: 2.2_rc3/cvs/Linux 2.6.26-gentoo-mactel x86_64)
Revision Changes Path
1.87 media-gfx/gthumb/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/gthumb/ChangeLog?rev=1.87&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/gthumb/ChangeLog?rev=1.87&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/gthumb/ChangeLog?r1=1.86&r2=1.87
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-gfx/gthumb/ChangeLog,v
retrieving revision 1.86
retrieving revision 1.87
diff -u -r1.86 -r1.87
--- ChangeLog 3 Apr 2008 14:18:56 -0000 1.86
+++ ChangeLog 4 Aug 2008 22:18:53 -0000 1.87
@@ -1,6 +1,12 @@
# ChangeLog for media-gfx/gthumb
# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/gthumb/ChangeLog,v 1.86 2008/04/03 14:18:56 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/gthumb/ChangeLog,v 1.87 2008/08/04 22:18:53 eva Exp $
+
+*gthumb-2.10.9 (04 Aug 2008)
+
+ 04 Aug 2008; Gilles Dartiguelongue <eva@g.o> -gthumb-2.10.7.ebuild,
+ +gthumb-2.10.9.ebuild:
+ bump to 2.10.9. Support x-content/*, bug fixes and translation updates.
03 Apr 2008; Brent Baude <ranger@g.o> gthumb-2.10.8.ebuild:
stable ppc, bug 215388
1.1 media-gfx/gthumb/gthumb-2.10.9.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/gthumb/gthumb-2.10.9.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/gthumb/gthumb-2.10.9.ebuild?rev=1.1&content-type=text/plain
Index: gthumb-2.10.9.ebuild
===================================================================
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-gfx/gthumb/gthumb-2.10.9.ebuild,v 1.1 2008/08/04 22:18:53 eva Exp $
inherit gnome2
DESCRIPTION="Image viewer and browser for Gnome"
HOMEPAGE="http://gthumb.sourceforge.net"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 ~x86"
IUSE="gphoto2 iptc raw tiff test"
# Unknown item missing from deps, gtkunique.
RDEPEND=">=dev-libs/glib-2.6
>=x11-libs/gtk+-2.10
>=dev-libs/libxml2-2.4
>=gnome-base/libgnome-2.6
>=gnome-base/libgnomeui-2.6
>=gnome-base/libgnomecanvas-2.6
>=gnome-base/gnome-vfs-2.6
>=gnome-base/libglade-2.4
>=media-libs/libexif-0.6.13
gphoto2? ( >=media-libs/libgphoto2-2.1.3 )
iptc? ( >=media-libs/libiptcdata-0.2.1 )
>=gnome-base/libbonobo-2.6
>=gnome-base/libbonoboui-2.6
>=gnome-base/gconf-2.6
media-libs/jpeg
tiff? ( media-libs/tiff )
raw? ( media-libs/libopenraw )"
DEPEND="${RDEPEND}
x11-proto/inputproto
>=dev-util/pkgconfig-0.9.0
app-text/scrollkeeper
>=dev-util/intltool-0.29
app-text/gnome-doc-utils
test? ( ~app-text/docbook-xml-dtd-4.1.2 )"
DOCS="AUTHORS ChangeLog NEWS README"
pkg_setup() {
G2CONF="${G2CONF}
$(use_enable gphoto2)
$(use_enable raw libopenraw)
$(use_enable iptc iptcdata)
$(use_enable tiff)"
}
|
|