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-2014.0.0_rc4.ebuild
Date: Sun, 01 Jun 2014 15:32:07
Message-Id: 20140601153203.6B6932004E@flycatcher.gentoo.org
1 maekke 14/06/01 15:32:03
2
3 Modified: ChangeLog
4 Added: hugin-2014.0.0_rc4.ebuild
5 Log:
6 version bump
7
8 (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 072AD062)
9
10 Revision Changes Path
11 1.147 media-gfx/hugin/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/hugin/ChangeLog?rev=1.147&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/hugin/ChangeLog?rev=1.147&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/hugin/ChangeLog?r1=1.146&r2=1.147
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/media-gfx/hugin/ChangeLog,v
20 retrieving revision 1.146
21 retrieving revision 1.147
22 diff -u -r1.146 -r1.147
23 --- ChangeLog 20 May 2014 17:13:58 -0000 1.146
24 +++ ChangeLog 1 Jun 2014 15:32:03 -0000 1.147
25 @@ -1,6 +1,11 @@
26 # ChangeLog for media-gfx/hugin
27 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/hugin/ChangeLog,v 1.146 2014/05/20 17:13:58 maekke Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/media-gfx/hugin/ChangeLog,v 1.147 2014/06/01 15:32:03 maekke Exp $
30 +
31 +*hugin-2014.0.0_rc4 (01 Jun 2014)
32 +
33 + 01 Jun 2014; Markus Meier <maekke@g.o> +hugin-2014.0.0_rc4.ebuild:
34 + version bump
35
36 *hugin-2014.0.0_rc3 (20 May 2014)
37
38
39
40
41 1.1 media-gfx/hugin/hugin-2014.0.0_rc4.ebuild
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/hugin/hugin-2014.0.0_rc4.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/hugin/hugin-2014.0.0_rc4.ebuild?rev=1.1&content-type=text/plain
45
46 Index: hugin-2014.0.0_rc4.ebuild
47 ===================================================================
48 # Copyright 1999-2014 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/media-gfx/hugin/hugin-2014.0.0_rc4.ebuild,v 1.1 2014/06/01 15:32:03 maekke Exp $
51
52 EAPI=5
53
54 WX_GTK_VER="2.8"
55 PYTHON_COMPAT=( python{2_7,3_2,3_3} )
56
57 inherit base python-single-r1 wxwidgets versionator cmake-utils
58
59 DESCRIPTION="GUI for the creation & processing of panoramic images"
60 HOMEPAGE="http://hugin.sf.net"
61 SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2"
62
63 LICENSE="GPL-2 SIFT"
64 SLOT="0"
65 KEYWORDS="~amd64 ~ppc ~x86"
66
67 LANGS=" cs da de en_GB es eu fi fr hu it ja nl pl pt_BR ro ru sk sv zh_CN zh_TW"
68 IUSE="lapack python sift debug $(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.19_beta1:0=
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_prepare() {
110 sed \
111 -e 's:-O3::g' \
112 -i src/celeste/CMakeLists.txt || die
113 rm CMakeModules/{FindLAPACK,FindPkgConfig}.cmake || die
114
115 cmake-utils_src_prepare
116 }
117
118 src_install() {
119 cmake-utils_src_install
120 python_optimize
121
122 for lang in ${LANGS} ; do
123 case ${lang} in
124 ca) dir=ca_ES;;
125 cs) dir=cs_CZ;;
126 *) dir=${lang};;
127 esac
128 use linguas_${lang} || rm -r "${D}"/usr/share/locale/${dir}
129 done
130 }