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_rc3.ebuild
Date: Thu, 28 Aug 2008 20:28:36
Message-Id: E1KYo6b-000681-L0@stork.gentoo.org
1 maekke 08/08/28 20:28:33
2
3 Modified: ChangeLog
4 Added: hugin-0.7.0_rc3.ebuild
5 Log:
6 bump to 0.7.0_rc3
7 (Portage version: 2.2_rc8/cvs/Linux 2.6.27-rc4 i686)
8
9 Revision Changes Path
10 1.42 media-gfx/hugin/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/hugin/ChangeLog?rev=1.42&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/hugin/ChangeLog?rev=1.42&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/hugin/ChangeLog?r1=1.41&r2=1.42
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/media-gfx/hugin/ChangeLog,v
19 retrieving revision 1.41
20 retrieving revision 1.42
21 diff -u -r1.41 -r1.42
22 --- ChangeLog 18 Aug 2008 16:38:02 -0000 1.41
23 +++ ChangeLog 28 Aug 2008 20:28:33 -0000 1.42
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.41 2008/08/18 16:38:02 maekke Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/media-gfx/hugin/ChangeLog,v 1.42 2008/08/28 20:28:33 maekke Exp $
29 +
30 +*hugin-0.7.0_rc3 (28 Aug 2008)
31 +
32 + 28 Aug 2008; Markus Meier <maekke@g.o> +hugin-0.7.0_rc3.ebuild:
33 + bump to 0.7.0_rc3
34
35 18 Aug 2008; Markus Meier <maekke@g.o>
36 +files/hugin-0.7.0_rc2-as-needed.patch, hugin-0.7.0_rc2.ebuild:
37
38
39
40 1.1 media-gfx/hugin/hugin-0.7.0_rc3.ebuild
41
42 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/hugin/hugin-0.7.0_rc3.ebuild?rev=1.1&view=markup
43 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/hugin/hugin-0.7.0_rc3.ebuild?rev=1.1&content-type=text/plain
44
45 Index: hugin-0.7.0_rc3.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_rc3.ebuild,v 1.1 2008/08/28 20:28:33 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 }