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/hugin: ChangeLog hugin-0.8.0_beta1.ebuild
Date: Wed, 25 Feb 2009 07:11:26
Message-Id: E1LcDvR-0007Sc-03@stork.gentoo.org
1 maekke 09/02/25 07:11:24
2
3 Modified: ChangeLog
4 Added: hugin-0.8.0_beta1.ebuild
5 Log:
6 bump to hugin-0.8.0_beta1
7 (Portage version: 2.2_rc23/cvs/Linux i686)
8
9 Revision Changes Path
10 1.53 media-gfx/hugin/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/hugin/ChangeLog?rev=1.53&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/hugin/ChangeLog?rev=1.53&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/hugin/ChangeLog?r1=1.52&r2=1.53
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/media-gfx/hugin/ChangeLog,v
19 retrieving revision 1.52
20 retrieving revision 1.53
21 diff -u -r1.52 -r1.53
22 --- ChangeLog 2 Dec 2008 12:57:59 -0000 1.52
23 +++ ChangeLog 25 Feb 2009 07:11:24 -0000 1.53
24 @@ -1,6 +1,12 @@
25 # ChangeLog for media-gfx/hugin
26 -# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/hugin/ChangeLog,v 1.52 2008/12/02 12:57:59 chainsaw Exp $
28 +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/media-gfx/hugin/ChangeLog,v 1.53 2009/02/25 07:11:24 maekke Exp $
30 +
31 +*hugin-0.8.0_beta1 (25 Feb 2009)
32 +
33 + 25 Feb 2009; Markus Meier <maekke@g.o>
34 + +files/hugin-0.8.0_beta1-as-needed.patch, +hugin-0.8.0_beta1.ebuild:
35 + bump to hugin-0.8.0_beta1
36
37 02 Dec 2008; <chainsaw@g.o> hugin-0.7.0.ebuild,
38 hugin-0.7.0-r1.ebuild:
39
40
41
42 1.1 media-gfx/hugin/hugin-0.8.0_beta1.ebuild
43
44 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/hugin/hugin-0.8.0_beta1.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/hugin/hugin-0.8.0_beta1.ebuild?rev=1.1&content-type=text/plain
46
47 Index: hugin-0.8.0_beta1.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/hugin/hugin-0.8.0_beta1.ebuild,v 1.1 2009/02/25 07:11:24 maekke Exp $
52
53 EAPI="2"
54 WX_GTK_VER="2.8"
55
56 inherit cmake-utils eutils wxwidgets versionator
57
58 DESCRIPTION="GUI for the creation & processing of panoramic images"
59 HOMEPAGE="http://hugin.sf.net"
60 SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
61 LICENSE="GPL-2 SIFT"
62 SLOT="0"
63 KEYWORDS="~amd64 ~ppc ~x86"
64 IUSE="+sift"
65
66 DEPEND="
67 app-arch/zip
68 || ( >=dev-libs/boost-1.34 =dev-libs/boost-1.33*[threads] )
69 >=media-gfx/enblend-3.0_p20080807
70 media-gfx/exiv2
71 media-libs/jpeg
72 media-libs/libpano13
73 media-libs/libpng
74 media-libs/openexr
75 media-libs/tiff
76 sys-libs/zlib
77 x11-libs/wxGTK:2.8
78 sift? ( media-gfx/autopano-sift-C )"
79 RDEPEND="${DEPEND}"
80
81 DOCS="AUTHORS README TODO"
82 S="${WORKDIR}/${PN}-$(get_version_component_range 1-3)"
83
84 src_prepare() {
85 epatch "${FILESDIR}"/${P}-as-needed.patch
86 }