Gentoo Archives: gentoo-commits

From: "Andrey Grozin (grozin)" <grozin@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-gfx/fotoxx: ChangeLog fotoxx-12.06.1.ebuild fotoxx-12.04.ebuild
Date: Sat, 02 Jun 2012 17:22:04
Message-Id: 20120602172154.C63382004B@flycatcher.gentoo.org
1 grozin 12/06/02 17:21:54
2
3 Modified: ChangeLog
4 Added: fotoxx-12.06.1.ebuild
5 Removed: fotoxx-12.04.ebuild
6 Log:
7 Version bump
8
9 (Portage version: 2.2.0_alpha108/cvs/Linux i686)
10
11 Revision Changes Path
12 1.33 media-gfx/fotoxx/ChangeLog
13
14 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/fotoxx/ChangeLog?rev=1.33&view=markup
15 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/fotoxx/ChangeLog?rev=1.33&content-type=text/plain
16 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/fotoxx/ChangeLog?r1=1.32&r2=1.33
17
18 Index: ChangeLog
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/media-gfx/fotoxx/ChangeLog,v
21 retrieving revision 1.32
22 retrieving revision 1.33
23 diff -u -r1.32 -r1.33
24 --- ChangeLog 2 Jun 2012 10:48:37 -0000 1.32
25 +++ ChangeLog 2 Jun 2012 17:21:54 -0000 1.33
26 @@ -1,6 +1,13 @@
27 # ChangeLog for media-gfx/fotoxx
28 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
29 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/fotoxx/ChangeLog,v 1.32 2012/06/02 10:48:37 ago Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/media-gfx/fotoxx/ChangeLog,v 1.33 2012/06/02 17:21:54 grozin Exp $
31 +
32 +*fotoxx-12.06.1 (02 Jun 2012)
33 +
34 + 02 Jun 2012; Andrey Grozin <grozin@g.o> -fotoxx-12.04.ebuild,
35 + -files/fotoxx-12.04.patch, +fotoxx-12.06.1.ebuild,
36 + +files/fotoxx-12.06.1.patch:
37 + Version bump
38
39 02 Jun 2012; Agostino Sarubbo <ago@g.o> fotoxx-12.05.ebuild:
40 Stable for amd64, wrt bug #419065
41
42
43
44 1.1 media-gfx/fotoxx/fotoxx-12.06.1.ebuild
45
46 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/fotoxx/fotoxx-12.06.1.ebuild?rev=1.1&view=markup
47 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/fotoxx/fotoxx-12.06.1.ebuild?rev=1.1&content-type=text/plain
48
49 Index: fotoxx-12.06.1.ebuild
50 ===================================================================
51 # Copyright 1999-2012 Gentoo Foundation
52 # Distributed under the terms of the GNU General Public License v2
53 # $Header: /var/cvsroot/gentoo-x86/media-gfx/fotoxx/fotoxx-12.06.1.ebuild,v 1.1 2012/06/02 17:21:54 grozin Exp $
54 EAPI=3
55 inherit eutils toolchain-funcs
56
57 DESCRIPTION="Program for improving image files made with a digital camera."
58 HOMEPAGE="http://kornelix.squarespace.com/fotoxx"
59 SRC_URI="http://kornelix.squarespace.com/storage/downloads/${P}.tar.gz"
60
61 LICENSE="GPL-3"
62 SLOT="0"
63 KEYWORDS="~amd64 ~x86"
64 IUSE=""
65
66 DEPEND="x11-libs/gtk+:3
67 media-libs/tiff"
68 RDEPEND="${DEPEND}
69 media-libs/exiftool
70 media-gfx/ufraw
71 x11-misc/xdg-utils"
72
73 src_prepare() {
74 epatch "${FILESDIR}"/${PF}.patch
75 }
76
77 src_compile() {
78 tc-export CXX
79 emake || die "emake failed"
80 }
81
82 src_install() {
83 # For the Help menu items to work, *.html must be in /usr/share/doc/${PF},
84 # and README, CHANGES, TRANSLATIONS must not be compressed
85 emake DESTDIR="${D}" install || die "emake install failed"
86 make_desktop_entry ${PN} "Fotoxx" /usr/share/${PN}/icons/${PN}.png \
87 "Application;Graphics;2DGraphics"
88 }