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: fotoxx-12.01.ebuild ChangeLog fotoxx-11.11.1.ebuild
Date: Mon, 02 Jan 2012 14:59:52
Message-Id: 20120102145922.395E920034@flycatcher.gentoo.org
1 grozin 12/01/02 14:59:22
2
3 Modified: ChangeLog
4 Added: fotoxx-12.01.ebuild
5 Removed: fotoxx-11.11.1.ebuild
6 Log:
7 Version bump
8
9 (Portage version: 2.2.0_alpha84/cvs/Linux i686)
10
11 Revision Changes Path
12 1.26 media-gfx/fotoxx/ChangeLog
13
14 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/fotoxx/ChangeLog?rev=1.26&view=markup
15 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/fotoxx/ChangeLog?rev=1.26&content-type=text/plain
16 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/fotoxx/ChangeLog?r1=1.25&r2=1.26
17
18 Index: ChangeLog
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/media-gfx/fotoxx/ChangeLog,v
21 retrieving revision 1.25
22 retrieving revision 1.26
23 diff -u -r1.25 -r1.26
24 --- ChangeLog 4 Dec 2011 08:42:39 -0000 1.25
25 +++ ChangeLog 2 Jan 2012 14:59:22 -0000 1.26
26 @@ -1,6 +1,12 @@
27 # ChangeLog for media-gfx/fotoxx
28 -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
29 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/fotoxx/ChangeLog,v 1.25 2011/12/04 08:42:39 grozin Exp $
30 +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
31 +# $Header: /var/cvsroot/gentoo-x86/media-gfx/fotoxx/ChangeLog,v 1.26 2012/01/02 14:59:22 grozin Exp $
32 +
33 +*fotoxx-12.01 (02 Jan 2012)
34 +
35 + 02 Jan 2012; Andrey Grozin <grozin@g.o> -fotoxx-11.11.1.ebuild,
36 + -files/fotoxx-11.11.1.patch, +fotoxx-12.01.ebuild, +files/fotoxx-12.01.patch:
37 + Version bump
38
39 *fotoxx-11.12.1 (04 Dec 2011)
40
41
42
43
44 1.1 media-gfx/fotoxx/fotoxx-12.01.ebuild
45
46 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/fotoxx/fotoxx-12.01.ebuild?rev=1.1&view=markup
47 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/fotoxx/fotoxx-12.01.ebuild?rev=1.1&content-type=text/plain
48
49 Index: fotoxx-12.01.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.01.ebuild,v 1.1 2012/01/02 14:59:22 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+:2
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 }