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: hugin-2013.0.0.ebuild ChangeLog hugin-2011.4.0-r1.ebuild hugin-2013.0.0_rc2.ebuild
Date: Mon, 28 Oct 2013 22:19:00
Message-Id: 20131028221852.D40E320047@flycatcher.gentoo.org
1 maekke 13/10/28 22:18:52
2
3 Modified: ChangeLog
4 Added: hugin-2013.0.0.ebuild
5 Removed: hugin-2011.4.0-r1.ebuild hugin-2013.0.0_rc2.ebuild
6 Log:
7 version bump to 2013.0.0 final version, remove old
8
9 (Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key 072AD062)
10
11 Revision Changes Path
12 1.134 media-gfx/hugin/ChangeLog
13
14 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/hugin/ChangeLog?rev=1.134&view=markup
15 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/hugin/ChangeLog?rev=1.134&content-type=text/plain
16 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/hugin/ChangeLog?r1=1.133&r2=1.134
17
18 Index: ChangeLog
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/media-gfx/hugin/ChangeLog,v
21 retrieving revision 1.133
22 retrieving revision 1.134
23 diff -u -r1.133 -r1.134
24 --- ChangeLog 25 Sep 2013 17:24:43 -0000 1.133
25 +++ ChangeLog 28 Oct 2013 22:18:52 -0000 1.134
26 @@ -1,6 +1,12 @@
27 # ChangeLog for media-gfx/hugin
28 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
29 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/hugin/ChangeLog,v 1.133 2013/09/25 17:24:43 ago Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/media-gfx/hugin/ChangeLog,v 1.134 2013/10/28 22:18:52 maekke Exp $
31 +
32 +*hugin-2013.0.0 (28 Oct 2013)
33 +
34 + 28 Oct 2013; Markus Meier <maekke@g.o> -hugin-2011.4.0-r1.ebuild,
35 + -hugin-2013.0.0_rc2.ebuild, +hugin-2013.0.0.ebuild:
36 + version bump to 2013.0.0 final version, remove old
37
38 25 Sep 2013; Agostino Sarubbo <ago@g.o> hugin-2012.0.0.ebuild:
39 Stable for ppc, wrt bug #485440
40
41
42
43 1.1 media-gfx/hugin/hugin-2013.0.0.ebuild
44
45 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/hugin/hugin-2013.0.0.ebuild?rev=1.1&view=markup
46 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/hugin/hugin-2013.0.0.ebuild?rev=1.1&content-type=text/plain
47
48 Index: hugin-2013.0.0.ebuild
49 ===================================================================
50 # Copyright 1999-2013 Gentoo Foundation
51 # Distributed under the terms of the GNU General Public License v2
52 # $Header: /var/cvsroot/gentoo-x86/media-gfx/hugin/hugin-2013.0.0.ebuild,v 1.1 2013/10/28 22:18:52 maekke Exp $
53
54 EAPI=5
55 WX_GTK_VER="2.8"
56 PYTHON_COMPAT=( python{2_7,3_2,3_3} )
57
58 inherit base python-single-r1 wxwidgets versionator cmake-utils
59
60 DESCRIPTION="GUI for the creation & processing of panoramic images"
61 HOMEPAGE="http://hugin.sf.net"
62 SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2"
63 LICENSE="GPL-2 SIFT"
64 SLOT="0"
65 KEYWORDS="~amd64 ~ppc ~x86"
66
67 LANGS=" bg ca cs da de en_GB es eu fi fr hu it ja ko nl pl pt_BR ro ru sk sl sv uk zh_CN zh_TW"
68 IUSE="lapack python sift $(echo ${LANGS//\ /\ linguas_})"
69
70 CDEPEND="
71 !!dev-util/cocom
72 app-arch/zip
73 dev-cpp/tclap
74 >=dev-libs/boost-1.49.0-r1:=
75 dev-libs/zthread
76 >=media-gfx/enblend-4.0
77 media-gfx/exiv2
78 media-libs/freeglut
79 media-libs/glew:=
80 media-libs/lensfun
81 >=media-libs/libpano13-2.9.18
82 media-libs/libpng:0=
83 media-libs/openexr:=
84 media-libs/tiff
85 sys-libs/zlib
86 virtual/jpeg
87 x11-libs/wxGTK:2.8=[X,opengl,-odbc]
88 lapack? ( virtual/lapack )
89 sift? ( media-gfx/autopano-sift-C )"
90 RDEPEND="${CDEPEND}
91 media-libs/exiftool"
92 DEPEND="${CDEPEND}
93 virtual/pkgconfig
94 python? ( ${PYTHON_DEPS} >=dev-lang/swig-2.0.4 )"
95
96 REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
97
98 S=${WORKDIR}/${PN}-$(get_version_component_range 1-3)
99
100 pkg_setup() {
101 DOCS="authors.txt README TODO"
102 mycmakeargs=(
103 $(cmake-utils_use_enable lapack LAPACK)
104 $(cmake-utils_use_build python HSI)
105 )
106 python-single-r1_pkg_setup
107 }
108
109 src_install() {
110 cmake-utils_src_install
111 python_optimize
112
113 for lang in ${LANGS} ; do
114 case ${lang} in
115 ca) dir=ca_ES;;
116 cs) dir=cs_CZ;;
117 *) dir=${lang};;
118 esac
119 use linguas_${lang} || rm -r "${D}"/usr/share/locale/${dir}
120 done
121 }