Gentoo Archives: gentoo-commits

From: "Markus Meier (maekke)" <maekke@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-gfx/autopano-sift-C: ChangeLog autopano-sift-C-2.5.1_rc2.ebuild autopano-sift-C-2.5.1_rc1.ebuild
Date: Tue, 06 Oct 2009 22:56:40
Message-Id: E1MvIxS-0000Wm-6A@stork.gentoo.org
1 maekke 09/10/06 22:56:38
2
3 Modified: ChangeLog
4 Added: autopano-sift-C-2.5.1_rc2.ebuild
5 Removed: autopano-sift-C-2.5.1_rc1.ebuild
6 Log:
7 version bump, only difference is version string in --help
8 (Portage version: 2.2_rc43/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.7 media-gfx/autopano-sift-C/ChangeLog
12
13 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/autopano-sift-C/ChangeLog?rev=1.7&view=markup
14 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/autopano-sift-C/ChangeLog?rev=1.7&content-type=text/plain
15 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/autopano-sift-C/ChangeLog?r1=1.6&r2=1.7
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/media-gfx/autopano-sift-C/ChangeLog,v
20 retrieving revision 1.6
21 retrieving revision 1.7
22 diff -u -r1.6 -r1.7
23 --- ChangeLog 2 Oct 2009 22:44:16 -0000 1.6
24 +++ ChangeLog 6 Oct 2009 22:56:37 -0000 1.7
25 @@ -1,6 +1,12 @@
26 # ChangeLog for media-gfx/autopano-sift-C
27 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/autopano-sift-C/ChangeLog,v 1.6 2009/10/02 22:44:16 maekke Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/media-gfx/autopano-sift-C/ChangeLog,v 1.7 2009/10/06 22:56:37 maekke Exp $
30 +
31 +*autopano-sift-C-2.5.1_rc2 (06 Oct 2009)
32 +
33 + 06 Oct 2009; Markus Meier <maekke@g.o>
34 + -autopano-sift-C-2.5.1_rc1.ebuild, +autopano-sift-C-2.5.1_rc2.ebuild:
35 + version bump, only difference is version string in --help
36
37 *autopano-sift-C-2.5.1_rc1 (02 Oct 2009)
38
39
40
41
42 1.1 media-gfx/autopano-sift-C/autopano-sift-C-2.5.1_rc2.ebuild
43
44 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/autopano-sift-C/autopano-sift-C-2.5.1_rc2.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/autopano-sift-C/autopano-sift-C-2.5.1_rc2.ebuild?rev=1.1&content-type=text/plain
46
47 Index: autopano-sift-C-2.5.1_rc2.ebuild
48 ===================================================================
49 # Copyright 1999-2009 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/media-gfx/autopano-sift-C/autopano-sift-C-2.5.1_rc2.ebuild,v 1.1 2009/10/06 22:56:37 maekke Exp $
52
53 inherit cmake-utils versionator
54
55 DESCRIPTION="SIFT algorithm for automatic panorama creation in C"
56 HOMEPAGE="http://hugin.sourceforge.net/ http://user.cs.tu-berlin.de/~nowozin/autopano-sift/"
57 SRC_URI="mirror://sourceforge/hugin/${P}.tar.gz"
58
59 LICENSE="GPL-2"
60 SLOT="0"
61 KEYWORDS="~amd64 ~ppc ~x86"
62 IUSE=""
63
64 S="${WORKDIR}/${PN}-$(get_version_component_range 1-3)"
65
66 DEPEND="
67 !media-gfx/autopano-sift
68 dev-libs/libxml2
69 media-libs/jpeg
70 media-libs/libpano13
71 media-libs/libpng
72 media-libs/tiff
73 sys-libs/zlib
74 "
75 RDEPEND="${DEPEND}"