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-11.01.ebuild fotoxx-10.11.2.ebuild
Date: Tue, 04 Jan 2011 07:18:41
Message-Id: 20110104071831.F218C2005C@flycatcher.gentoo.org
1 grozin 11/01/04 07:18:31
2
3 Modified: ChangeLog
4 Added: fotoxx-11.01.ebuild
5 Removed: fotoxx-10.11.2.ebuild
6 Log:
7 Version bump
8
9 (Portage version: 2.2.0_alpha12/cvs/Linux i686)
10
11 Revision Changes Path
12 1.12 media-gfx/fotoxx/ChangeLog
13
14 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/fotoxx/ChangeLog?rev=1.12&view=markup
15 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/fotoxx/ChangeLog?rev=1.12&content-type=text/plain
16 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/fotoxx/ChangeLog?r1=1.11&r2=1.12
17
18 Index: ChangeLog
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/media-gfx/fotoxx/ChangeLog,v
21 retrieving revision 1.11
22 retrieving revision 1.12
23 diff -u -r1.11 -r1.12
24 --- ChangeLog 3 Dec 2010 14:51:08 -0000 1.11
25 +++ ChangeLog 4 Jan 2011 07:18:31 -0000 1.12
26 @@ -1,6 +1,13 @@
27 # ChangeLog for media-gfx/fotoxx
28 -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
29 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/fotoxx/ChangeLog,v 1.11 2010/12/03 14:51:08 grozin Exp $
30 +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
31 +# $Header: /var/cvsroot/gentoo-x86/media-gfx/fotoxx/ChangeLog,v 1.12 2011/01/04 07:18:31 grozin Exp $
32 +
33 +*fotoxx-11.01 (04 Jan 2011)
34 +
35 + 04 Jan 2011; Andrey Grozin <grozin@g.o> -fotoxx-10.11.2.ebuild,
36 + -files/fotoxx-10.11.2-makefile.patch, +fotoxx-11.01.ebuild,
37 + +files/fotoxx-11.01-makefile.patch:
38 + Version bump
39
40 *fotoxx-10.12 (03 Dec 2010)
41
42
43
44
45 1.1 media-gfx/fotoxx/fotoxx-11.01.ebuild
46
47 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/fotoxx/fotoxx-11.01.ebuild?rev=1.1&view=markup
48 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/fotoxx/fotoxx-11.01.ebuild?rev=1.1&content-type=text/plain
49
50 Index: fotoxx-11.01.ebuild
51 ===================================================================
52 # Copyright 1999-2011 Gentoo Foundation
53 # Distributed under the terms of the GNU General Public License v2
54 # $Header: /var/cvsroot/gentoo-x86/media-gfx/fotoxx/fotoxx-11.01.ebuild,v 1.1 2011/01/04 07:18:31 grozin Exp $
55 EAPI=3
56 inherit eutils toolchain-funcs
57
58 DESCRIPTION="Program for improving image files made with a digital camera."
59 HOMEPAGE="http://kornelix.squarespace.com/fotoxx"
60 SRC_URI="http://kornelix.squarespace.com/storage/downloads/${P}.tar.gz"
61
62 LICENSE="GPL-3"
63 SLOT="0"
64 KEYWORDS="~amd64 ~x86"
65 IUSE=""
66
67 DEPEND="x11-libs/gtk+:2
68 media-libs/tiff"
69 RDEPEND="${DEPEND}
70 media-libs/exiftool
71 media-gfx/ufraw
72 x11-misc/xdg-utils"
73
74 src_prepare() {
75 epatch "${FILESDIR}"/${PF}-makefile.patch
76 }
77
78 src_compile() {
79 tc-export CXX
80 emake PREFIX=/usr || die
81 }
82
83 src_install() {
84 pushd doc > /dev/null
85 mv ${PN}.man ${PN}.1
86 doman ${PN}.1
87 rm COPYING ${PN}.1
88 bzip2 -9 userguide-changes
89 popd > /dev/null
90 # For the Help menu items to work, *.html must be in /usr/share/doc/${PF},
91 # and README, CHANGES, TRANSLATIONS must not be compressed
92 emake DESTDIR="${D}" PREFIX=/usr install || die
93 make_desktop_entry ${PN} "Fotoxx" /usr/share/${PN}/icons/${PN}.png \
94 "Application;Graphics;2DGraphics"
95 }