Gentoo Archives: gentoo-commits

From: "Bernard Cafarelli (voyageur)" <voyageur@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-gfx/geeqie: ChangeLog geeqie-1.1.ebuild geeqie-1.0-r3.ebuild geeqie-1.0-r1.ebuild
Date: Tue, 28 Aug 2012 13:45:53
Message-Id: 20120828134537.10C5C20A28@flycatcher.gentoo.org
1 voyageur 12/08/28 13:45:36
2
3 Modified: ChangeLog
4 Added: geeqie-1.1.ebuild
5 Removed: geeqie-1.0-r3.ebuild geeqie-1.0-r1.ebuild
6 Log:
7 Version bump, support for stereoscopic images, custom tiff loader, rewritten file grouping, and merged bugfixes. Reported by Andrew Savchenko in bug #432892. Remove some 1.0 revisions
8
9 (Portage version: 2.2.0_alpha123/cvs/Linux x86_64)
10
11 Revision Changes Path
12 1.25 media-gfx/geeqie/ChangeLog
13
14 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/geeqie/ChangeLog?rev=1.25&view=markup
15 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/geeqie/ChangeLog?rev=1.25&content-type=text/plain
16 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/geeqie/ChangeLog?r1=1.24&r2=1.25
17
18 Index: ChangeLog
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/media-gfx/geeqie/ChangeLog,v
21 retrieving revision 1.24
22 retrieving revision 1.25
23 diff -u -r1.24 -r1.25
24 --- ChangeLog 14 Aug 2012 12:56:30 -0000 1.24
25 +++ ChangeLog 28 Aug 2012 13:45:36 -0000 1.25
26 @@ -1,6 +1,15 @@
27 # ChangeLog for media-gfx/geeqie
28 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
29 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/geeqie/ChangeLog,v 1.24 2012/08/14 12:56:30 ago Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/media-gfx/geeqie/ChangeLog,v 1.25 2012/08/28 13:45:36 voyageur Exp $
31 +
32 +*geeqie-1.1 (28 Aug 2012)
33 +
34 + 28 Aug 2012; Bernard Cafarelli <voyageur@g.o> -geeqie-1.0-r1.ebuild,
35 + -geeqie-1.0-r3.ebuild, +geeqie-1.1.ebuild,
36 + +files/geeqie-1.1-fix_comment_update.patch:
37 + Version bump, support for stereoscopic images, custom tiff loader, rewritten
38 + file grouping, and merged bugfixes. Reported by Andrew Savchenko in bug
39 + #432892. Remove some 1.0 revisions
40
41 14 Aug 2012; Agostino Sarubbo <ago@g.o> geeqie-1.0-r4.ebuild:
42 Stable for amd64, wrt bug #429116
43
44
45
46 1.1 media-gfx/geeqie/geeqie-1.1.ebuild
47
48 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/geeqie/geeqie-1.1.ebuild?rev=1.1&view=markup
49 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/geeqie/geeqie-1.1.ebuild?rev=1.1&content-type=text/plain
50
51 Index: geeqie-1.1.ebuild
52 ===================================================================
53 # Copyright 1999-2012 Gentoo Foundation
54 # Distributed under the terms of the GNU General Public License v2
55 # $Header: /var/cvsroot/gentoo-x86/media-gfx/geeqie/geeqie-1.1.ebuild,v 1.1 2012/08/28 13:45:36 voyageur Exp $
56
57 EAPI=4
58 inherit autotools base eutils
59
60 DESCRIPTION="A lightweight GTK image viewer forked from GQview"
61 HOMEPAGE="http://geeqie.sourceforge.net/"
62 SRC_URI="mirror://sourceforge/geeqie/${P}.tar.gz"
63
64 LICENSE="GPL-2"
65 SLOT="0"
66 KEYWORDS="~amd64 ~ppc ~x86"
67 IUSE="doc exif lcms lirc xmp"
68
69 RDEPEND="x11-libs/gtk+:2
70 virtual/libintl
71 doc? ( app-text/gnome-doc-utils )
72 lcms? ( =media-libs/lcms-1* )
73 lirc? ( app-misc/lirc )
74 xmp? ( >=media-gfx/exiv2-0.17[xmp] )
75 !xmp? ( exif? ( >=media-gfx/exiv2-0.17 ) )"
76 DEPEND="${RDEPEND}
77 virtual/pkgconfig
78 dev-util/intltool
79 sys-devel/gettext"
80
81 PATCHES=(
82 "${FILESDIR}"/${PN}-1.0-automake-1.11.patch
83 "${FILESDIR}"/${PN}-1.0-fix_fullscreen.patch
84 "${FILESDIR}"/${P}-fix_comment_update.patch
85 )
86
87 src_prepare() {
88 base_src_prepare
89 eautoreconf
90 }
91
92 src_configure() {
93 local myconf="--disable-dependency-tracking
94 --with-readmedir=/usr/share/doc/${PF}
95 $(use_enable lcms)
96 $(use_enable lirc)"
97
98 if use exif || use xmp; then
99 myconf="${myconf} --enable-exiv2"
100 else
101 myconf="${myconf} --disable-exiv2"
102 fi
103
104 econf ${myconf}
105 }
106
107 src_install() {
108 emake DESTDIR="${D}" install
109 rm -f "${D}/usr/share/doc/${MY_P}/COPYING"
110 }
111
112 pkg_postinst() {
113 elog "Some plugins may require additional packages"
114 elog "- Image rotate plugin: media-gfx/fbida (JPEG), media-gfx/imagemagick (TIFF/PNG)"
115 elog "- RAW images plugin: media-gfx/ufraw"
116 }