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.ebuild hugin-0.7.0-r1.ebuild hugin-0.7.0_rc2.ebuild hugin-0.7.0_rc5.ebuild hugin-0.7.0_rc3.ebuild hugin-0.7.0_rc6.ebuild hugin-0.7.0_rc4.ebuild
Date: Mon, 06 Oct 2008 16:19:49
Message-Id: E1KmsoD-0006Bv-R3@stork.gentoo.org
1 maekke 08/10/06 16:19:45
2
3 Modified: ChangeLog
4 Added: hugin-0.7.0.ebuild hugin-0.7.0-r1.ebuild
5 Removed: hugin-0.7.0_rc2.ebuild hugin-0.7.0_rc5.ebuild
6 hugin-0.7.0_rc3.ebuild hugin-0.7.0_rc6.ebuild
7 hugin-0.7.0_rc4.ebuild
8 Log:
9 bump to 0.7.0 final release (-r1 is an EAPI=2 version of the ebuild, -r0 is a stable candidate), remove old
10 (Portage version: 2.2_rc11/cvs/Linux 2.6.27-rc8 i686)
11
12 Revision Changes Path
13 1.46 media-gfx/hugin/ChangeLog
14
15 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/hugin/ChangeLog?rev=1.46&view=markup
16 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/hugin/ChangeLog?rev=1.46&content-type=text/plain
17 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/hugin/ChangeLog?r1=1.45&r2=1.46
18
19 Index: ChangeLog
20 ===================================================================
21 RCS file: /var/cvsroot/gentoo-x86/media-gfx/hugin/ChangeLog,v
22 retrieving revision 1.45
23 retrieving revision 1.46
24 diff -u -r1.45 -r1.46
25 --- ChangeLog 15 Sep 2008 20:40:15 -0000 1.45
26 +++ ChangeLog 6 Oct 2008 16:19:45 -0000 1.46
27 @@ -1,6 +1,15 @@
28 # ChangeLog for media-gfx/hugin
29 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
30 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/hugin/ChangeLog,v 1.45 2008/09/15 20:40:15 maekke Exp $
31 +# $Header: /var/cvsroot/gentoo-x86/media-gfx/hugin/ChangeLog,v 1.46 2008/10/06 16:19:45 maekke Exp $
32 +
33 +*hugin-0.7.0-r1 (06 Oct 2008)
34 +*hugin-0.7.0 (06 Oct 2008)
35 +
36 + 06 Oct 2008; Markus Meier <maekke@g.o> -hugin-0.7.0_rc2.ebuild,
37 + -hugin-0.7.0_rc3.ebuild, -hugin-0.7.0_rc4.ebuild, -hugin-0.7.0_rc5.ebuild,
38 + -hugin-0.7.0_rc6.ebuild, +hugin-0.7.0.ebuild, +hugin-0.7.0-r1.ebuild:
39 + bump to 0.7.0 final release (-r1 is an EAPI=2 version of the ebuild, -r0
40 + is a stable candidate), remove old
41
42 *hugin-0.7.0_rc6 (15 Sep 2008)
43
44
45
46
47 1.1 media-gfx/hugin/hugin-0.7.0.ebuild
48
49 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/hugin/hugin-0.7.0.ebuild?rev=1.1&view=markup
50 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/hugin/hugin-0.7.0.ebuild?rev=1.1&content-type=text/plain
51
52 Index: hugin-0.7.0.ebuild
53 ===================================================================
54 # Copyright 1999-2008 Gentoo Foundation
55 # Distributed under the terms of the GNU General Public License v2
56 # $Header: /var/cvsroot/gentoo-x86/media-gfx/hugin/hugin-0.7.0.ebuild,v 1.1 2008/10/06 16:19:45 maekke Exp $
57
58 EAPI="1"
59 WX_GTK_VER="2.8"
60
61 inherit cmake-utils eutils wxwidgets
62
63 DESCRIPTION="GUI for the creation & processing of panoramic images"
64 HOMEPAGE="http://hugin.sf.net"
65 SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
66 LICENSE="GPL-2 SIFT"
67 SLOT="0"
68 KEYWORDS="~amd64 ~x86"
69 IUSE="+sift"
70
71 DEPEND="
72 app-arch/zip
73 >=dev-libs/boost-1.30.0
74 >=media-gfx/enblend-3.0_p20080807
75 media-libs/jpeg
76 media-libs/libpano13
77 media-libs/libpng
78 media-libs/openexr
79 media-libs/tiff
80 sys-libs/zlib
81 x11-libs/wxGTK:2.8
82 sift? ( media-gfx/autopano-sift-C )"
83
84 S="${WORKDIR}/${PN}-0.7.0"
85 DOCS="AUTHORS README TODO"
86
87 pkg_setup() {
88 if ! built_with_use --missing true dev-libs/boost threads ; then
89 local msg="Build dev-libs/boost with USE=threads"
90 eerror "$msg"
91 die "$msg"
92 fi
93 }
94
95 src_unpack() {
96 unpack ${A}
97 cd "${S}"
98 epatch "${FILESDIR}"/${PN}-0.7.0_rc2-as-needed.patch
99 }
100
101
102
103 1.1 media-gfx/hugin/hugin-0.7.0-r1.ebuild
104
105 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/hugin/hugin-0.7.0-r1.ebuild?rev=1.1&view=markup
106 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/hugin/hugin-0.7.0-r1.ebuild?rev=1.1&content-type=text/plain
107
108 Index: hugin-0.7.0-r1.ebuild
109 ===================================================================
110 # Copyright 1999-2008 Gentoo Foundation
111 # Distributed under the terms of the GNU General Public License v2
112 # $Header: /var/cvsroot/gentoo-x86/media-gfx/hugin/hugin-0.7.0-r1.ebuild,v 1.1 2008/10/06 16:19:45 maekke Exp $
113
114 EAPI="2"
115 WX_GTK_VER="2.8"
116
117 inherit cmake-utils eutils wxwidgets
118
119 DESCRIPTION="GUI for the creation & processing of panoramic images"
120 HOMEPAGE="http://hugin.sf.net"
121 SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
122 LICENSE="GPL-2 SIFT"
123 SLOT="0"
124 KEYWORDS="~amd64 ~x86"
125 IUSE="+sift"
126
127 DEPEND="
128 app-arch/zip
129 >=dev-libs/boost-1.30.0[threads]
130 >=media-gfx/enblend-3.0_p20080807
131 media-libs/jpeg
132 media-libs/libpano13
133 media-libs/libpng
134 media-libs/openexr
135 media-libs/tiff
136 sys-libs/zlib
137 x11-libs/wxGTK:2.8
138 sift? ( media-gfx/autopano-sift-C )"
139
140 DOCS="AUTHORS README TODO"
141
142 src_prepare() {
143 epatch "${FILESDIR}"/${PN}-0.7.0_rc2-as-needed.patch
144 }