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_beta4.ebuild
Date: Fri, 01 May 2009 13:19:51
Message-Id: E1Lzseb-0001LD-M8@stork.gentoo.org
1 maekke 09/05/01 13:19:49
2
3 Modified: ChangeLog
4 Added: hugin-0.8.0_beta4.ebuild
5 Log:
6 version bump
7 (Portage version: 2.2_rc31/cvs/Linux i686)
8
9 Revision Changes Path
10 1.60 media-gfx/hugin/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/hugin/ChangeLog?rev=1.60&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/hugin/ChangeLog?rev=1.60&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/hugin/ChangeLog?r1=1.59&r2=1.60
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/media-gfx/hugin/ChangeLog,v
19 retrieving revision 1.59
20 retrieving revision 1.60
21 diff -u -r1.59 -r1.60
22 --- ChangeLog 4 Apr 2009 10:23:39 -0000 1.59
23 +++ ChangeLog 1 May 2009 13:19:49 -0000 1.60
24 @@ -1,6 +1,11 @@
25 # ChangeLog for media-gfx/hugin
26 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/hugin/ChangeLog,v 1.59 2009/04/04 10:23:39 maekke Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/media-gfx/hugin/ChangeLog,v 1.60 2009/05/01 13:19:49 maekke Exp $
29 +
30 +*hugin-0.8.0_beta4 (01 May 2009)
31 +
32 + 01 May 2009; Markus Meier <maekke@g.o> +hugin-0.8.0_beta4.ebuild:
33 + version bump
34
35 *hugin-0.8.0_beta3 (04 Apr 2009)
36
37
38
39
40 1.1 media-gfx/hugin/hugin-0.8.0_beta4.ebuild
41
42 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/hugin/hugin-0.8.0_beta4.ebuild?rev=1.1&view=markup
43 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/hugin/hugin-0.8.0_beta4.ebuild?rev=1.1&content-type=text/plain
44
45 Index: hugin-0.8.0_beta4.ebuild
46 ===================================================================
47 # Copyright 1999-2009 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.8.0_beta4.ebuild,v 1.1 2009/05/01 13:19:49 maekke Exp $
50
51 EAPI="2"
52 WX_GTK_VER="2.8"
53
54 inherit cmake-utils wxwidgets versionator
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 ~ppc ~x86"
62
63 LANGS=" bg ca cs de en_GB es fr hu it ja ko nl pl pt_BR ru sk sl sv uk zh_CN"
64 IUSE="+sift $(echo ${LANGS//\ /\ linguas_})"
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-2.9.14_beta1
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 S="${WORKDIR}/${PN}-$(get_version_component_range 1-3)"
82 PATCHES=( "${FILESDIR}"/${PN}-0.8.0_beta1-as-needed.patch )
83 DOCS="AUTHORS README TODO"
84
85 src_install() {
86 cmake-utils_src_install
87
88 for lang in ${LANGS} ; do
89 case ${lang} in
90 ca) dir=ca_ES;;
91 cs) dir=cs_CZ;;
92 *) dir=${lang};;
93 esac
94 use linguas_${lang} || rm -r "${D}"/usr/share/locale/${dir}
95 done
96 }