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.7.0_rc4.ebuild
Date: Tue, 02 Sep 2008 22:15:45
Message-Id: E1KaeA2-0003i8-Ap@stork.gentoo.org
1 maekke 08/09/02 22:15:42
2
3 Modified: ChangeLog
4 Added: hugin-0.7.0_rc4.ebuild
5 Log:
6 bump to 0.7.0_rc4
7 (Portage version: 2.2_rc8/cvs/Linux 2.6.27-rc5 i686)
8
9 Revision Changes Path
10 1.43 media-gfx/hugin/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/hugin/ChangeLog?rev=1.43&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/hugin/ChangeLog?rev=1.43&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/hugin/ChangeLog?r1=1.42&r2=1.43
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/media-gfx/hugin/ChangeLog,v
19 retrieving revision 1.42
20 retrieving revision 1.43
21 diff -u -r1.42 -r1.43
22 --- ChangeLog 28 Aug 2008 20:28:33 -0000 1.42
23 +++ ChangeLog 2 Sep 2008 22:15:41 -0000 1.43
24 @@ -1,6 +1,11 @@
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.42 2008/08/28 20:28:33 maekke Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/media-gfx/hugin/ChangeLog,v 1.43 2008/09/02 22:15:41 maekke Exp $
29 +
30 +*hugin-0.7.0_rc4 (02 Sep 2008)
31 +
32 + 02 Sep 2008; Markus Meier <maekke@g.o> +hugin-0.7.0_rc4.ebuild:
33 + bump to 0.7.0_rc4
34
35 *hugin-0.7.0_rc3 (28 Aug 2008)
36
37
38
39
40 1.1 media-gfx/hugin/hugin-0.7.0_rc4.ebuild
41
42 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/hugin/hugin-0.7.0_rc4.ebuild?rev=1.1&view=markup
43 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/hugin/hugin-0.7.0_rc4.ebuild?rev=1.1&content-type=text/plain
44
45 Index: hugin-0.7.0_rc4.ebuild
46 ===================================================================
47 # Copyright 1999-2008 Gentoo Foundation
48 # Distributed under the terms of the GNU General Public License v2
49 # $Header: /var/cvsroot/gentoo-x86/media-gfx/hugin/hugin-0.7.0_rc4.ebuild,v 1.1 2008/09/02 22:15:41 maekke Exp $
50
51 EAPI="1"
52 WX_GTK_VER="2.8"
53
54 inherit cmake-utils eutils wxwidgets
55
56 DESCRIPTION="GUI for the creation & processing of panoramic images"
57 HOMEPAGE="http://hugin.sf.net"
58 SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
59 LICENSE="GPL-2 SIFT"
60 SLOT="0"
61 KEYWORDS="~amd64 ~x86"
62 IUSE="+sift"
63
64 DEPEND="
65 app-arch/zip
66 >=dev-libs/boost-1.30.0
67 >=media-gfx/enblend-3.0_p20080807
68 media-libs/jpeg
69 media-libs/libpano13
70 media-libs/libpng
71 media-libs/openexr
72 media-libs/tiff
73 sys-libs/zlib
74 x11-libs/wxGTK:2.8
75 sift? ( media-gfx/autopano-sift-C )"
76
77 S="${WORKDIR}/${PN}-0.7.0"
78 DOCS="AUTHORS README TODO"
79
80 pkg_setup() {
81 if ! built_with_use --missing true dev-libs/boost threads ; then
82 local msg="Build dev-libs/boost with USE=threads"
83 eerror "$msg"
84 die "$msg"
85 fi
86 }
87
88 src_unpack() {
89 unpack ${A}
90 cd "${S}"
91 epatch "${FILESDIR}"/${PN}-0.7.0_rc2-as-needed.patch
92 }