diff options
author | Daniel Gryniewicz <dang@gentoo.org> | 2006-05-01 20:29:34 +0000 |
---|---|---|
committer | Daniel Gryniewicz <dang@gentoo.org> | 2006-05-01 20:29:34 +0000 |
commit | 805615c63783799c886de2551dc18e37347632a5 (patch) | |
tree | c3bed28372354e024b2827b3446b01aee14ed00e /media-gfx | |
parent | New upstream version. (diff) | |
download | gentoo-2-805615c63783799c886de2551dc18e37347632a5.tar.gz gentoo-2-805615c63783799c886de2551dc18e37347632a5.tar.bz2 gentoo-2-805615c63783799c886de2551dc18e37347632a5.zip |
Bump for 2.14.1
(Portage version: 2.1_pre9-r5)
Diffstat (limited to 'media-gfx')
-rw-r--r-- | media-gfx/eog/ChangeLog | 7 | ||||
-rw-r--r-- | media-gfx/eog/eog-2.14.1.ebuild | 56 | ||||
-rw-r--r-- | media-gfx/eog/files/digest-eog-2.14.1 | 3 |
3 files changed, 65 insertions, 1 deletions
diff --git a/media-gfx/eog/ChangeLog b/media-gfx/eog/ChangeLog index a40db0cac876..b8d6e057e658 100644 --- a/media-gfx/eog/ChangeLog +++ b/media-gfx/eog/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for media-gfx/eog # Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/eog/ChangeLog,v 1.128 2006/04/21 20:58:16 tcort Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/eog/ChangeLog,v 1.129 2006/05/01 20:29:34 dang Exp $ + +*eog-2.14.1 (01 May 2006) + + 01 May 2006; Daniel Gryniewicz <dang@gentoo.org> +eog-2.14.1.ebuild: + Bump for 2.14.1 21 Apr 2006; Thomas Cort <tcort@gentoo.org> eog-2.12.3.ebuild: Stable on alpha wrt Bug #126321. diff --git a/media-gfx/eog/eog-2.14.1.ebuild b/media-gfx/eog/eog-2.14.1.ebuild new file mode 100644 index 000000000000..9ce3fd0ca2b5 --- /dev/null +++ b/media-gfx/eog/eog-2.14.1.ebuild @@ -0,0 +1,56 @@ +# Copyright 1999-2006 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/media-gfx/eog/eog-2.14.1.ebuild,v 1.1 2006/05/01 20:29:34 dang Exp $ + +inherit eutils gnome2 + +DESCRIPTION="Eye Of Gnome, an image viewer" +HOMEPAGE="http://www.gnome.org/" + +LICENSE="GPL-2" +SLOT="1" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86" +IUSE="jpeg lcms" + +RDEPEND=">=gnome-base/gnome-vfs-2.5.91 + >=gnome-base/libgnomeui-2.5.92 + >=gnome-base/libglade-2.3.6 + >=x11-libs/gtk+-2.7.1 + >=gnome-base/libgnomecanvas-2.5.92 + >=gnome-base/gconf-2.5.90 + >=media-libs/libart_lgpl-2.3.16 + >=gnome-base/libgnomeprintui-2.2 + >=gnome-base/libgnomeprint-2.2 + >=gnome-base/gnome-desktop-2.10 + dev-libs/popt + jpeg? ( + >=media-libs/libexif-0.6.12 + media-libs/jpeg ) + lcms? ( media-libs/lcms )" + +DEPEND="${RDEPEND} + app-text/scrollkeeper + >=dev-util/intltool-0.28 + >=dev-util/pkgconfig-0.17" + + +DOCS="AUTHORS ChangeLog HACKING MAINTAINERS NEWS README THANKS TODO" + + +pkg_setup() { + G2CONF="${G2CONF} $(use_with jpeg libjpeg) \ + $(use_with jpeg libexif) \ + $(use_with lcms cms)" +} + +src_unpack() { + unpack "${A}" + cd "${S}" + + # Fix pkg-config detection if --without-libexif is passed. + epatch ${FILESDIR}/${PN}-2.11.90-pkgconfig_macro.patch + + autoconf || die "autoconf failed" + + gnome2_omf_fix +} diff --git a/media-gfx/eog/files/digest-eog-2.14.1 b/media-gfx/eog/files/digest-eog-2.14.1 new file mode 100644 index 000000000000..2dcab4234510 --- /dev/null +++ b/media-gfx/eog/files/digest-eog-2.14.1 @@ -0,0 +1,3 @@ +MD5 c77fbfa3a1e77cb7ed140567ebdfab12 eog-2.14.1.tar.bz2 821034 +RMD160 a456d94d051b75e2bbd072b7744e4994c58441b6 eog-2.14.1.tar.bz2 821034 +SHA256 c26cefe7d594f31871ca2ddd847a12a4a7f28665ca9a545144e9fffe026e0ab9 eog-2.14.1.tar.bz2 821034 |