Gentoo Archives: gentoo-commits

From: "Andreas HAttel (dilfridge)" <dilfridge@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-office/calligra: ChangeLog calligra-2.3.87.ebuild
Date: Tue, 07 Feb 2012 23:19:44
Message-Id: 20120207231933.E91C32004B@flycatcher.gentoo.org
1 dilfridge 12/02/07 23:19:33
2
3 Modified: ChangeLog
4 Added: calligra-2.3.87.ebuild
5 Log:
6 Version bump
7
8 (Portage version: 2.1.10.44/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.20 app-office/calligra/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/calligra/ChangeLog?rev=1.20&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/calligra/ChangeLog?rev=1.20&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/calligra/ChangeLog?r1=1.19&r2=1.20
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/app-office/calligra/ChangeLog,v
20 retrieving revision 1.19
21 retrieving revision 1.20
22 diff -u -r1.19 -r1.20
23 --- ChangeLog 22 Jan 2012 22:26:53 -0000 1.19
24 +++ ChangeLog 7 Feb 2012 23:19:33 -0000 1.20
25 @@ -1,6 +1,12 @@
26 # ChangeLog for app-office/calligra
27 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/app-office/calligra/ChangeLog,v 1.19 2012/01/22 22:26:53 dilfridge Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/app-office/calligra/ChangeLog,v 1.20 2012/02/07 23:19:33 dilfridge Exp $
30 +
31 +*calligra-2.3.87 (07 Feb 2012)
32 +
33 + 07 Feb 2012; Andreas K. Huettel <dilfridge@g.o>
34 + +calligra-2.3.87.ebuild, +files/calligra-2.3.87-marble.patch:
35 + Version bump
36
37 22 Jan 2012; Andreas K. Huettel <dilfridge@g.o>
38 -calligra-2.3.85.ebuild, calligra-2.3.86.ebuild, calligra-9999.ebuild:
39
40
41
42 1.1 app-office/calligra/calligra-2.3.87.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/calligra/calligra-2.3.87.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/calligra/calligra-2.3.87.ebuild?rev=1.1&content-type=text/plain
46
47 Index: calligra-2.3.87.ebuild
48 ===================================================================
49 # Copyright 1999-2012 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/app-office/calligra/calligra-2.3.87.ebuild,v 1.1 2012/02/07 23:19:33 dilfridge Exp $
52
53 # note: files that need to be checked for dependencies etc:
54 # CMakeLists.txt, kexi/CMakeLists.txt kexi/migration/CMakeLists.txt
55 # krita/CMakeLists.txt
56
57 EAPI=4
58
59 KDE_SCM=git
60 KDE_MINIMAL=4.6.4
61 OPENGL_REQUIRED=optional
62
63 KDE_HANDBOOK=optional
64
65 KDE_LINGUAS_LIVE_OVERRIDE=true
66 inherit kde4-base
67
68 DESCRIPTION="KDE Office Suite"
69 HOMEPAGE="http://www.calligra-suite.org/"
70 [[ ${PV} == 9999 ]] || SRC_URI="mirror://kde/unstable/${P}/${P}.tar.bz2"
71
72 LICENSE="GPL-2"
73 SLOT="4"
74 [[ ${PV} == 9999 ]] || KEYWORDS="~amd64 ~x86"
75 IUSE="attica +crypt +eigen +exif fftw +fontconfig freetds +gif glew +glib +gsf
76 gsl +iconv +jpeg jpeg2k +kdcraw kdepim +lcms marble mysql +mso +okular openctl openexr
77 +pdf postgres +semantic-desktop +ssl sybase test tiff +threads +truetype
78 +wmf word-perfect xbase +xml +xslt"
79
80 # please do not sort here, order is same as in CMakeLists.txt
81 CAL_FTS="kexi words flow plan stage tables krita karbon braindump"
82 for cal_ft in ${CAL_FTS}; do
83 IUSE+=" calligra_features_${cal_ft}"
84 done
85 unset cal_ft
86
87 REQUIRED_USE="
88 calligra_features_kexi? ( calligra_features_tables )
89 calligra_features_krita? ( eigen exif lcms )
90 calligra_features_plan? ( kdepim )
91 calligra_features_tables? ( eigen )
92 test? ( calligra_features_karbon )
93 "
94
95 RDEPEND="
96 !app-office/karbon
97 !app-office/koffice-data
98 !app-office/koffice-l10n
99 !app-office/koffice-libs
100 !app-office/koffice-meta
101 !app-office/krita
102 !app-office/kplato
103 !app-office/kpresenter
104 !app-office/kspread
105 !app-office/kword
106 dev-lang/perl
107 dev-libs/boost
108 dev-libs/libxml2
109 $(add_kdebase_dep knewstuff)
110 media-libs/libpng
111 sys-libs/zlib
112 attica? ( dev-libs/libattica )
113 crypt? ( app-crypt/qca:2 )
114 eigen? ( dev-cpp/eigen:2 )
115 exif? ( media-gfx/exiv2 )
116 fftw? ( sci-libs/fftw:3.0 )
117 fontconfig? ( media-libs/fontconfig )
118 freetds? ( dev-db/freetds )
119 gif? ( media-libs/giflib )
120 glew? ( media-libs/glew )
121 glib? ( dev-libs/glib:2 )
122 gsf? ( gnome-extra/libgsf )
123 gsl? ( sci-libs/gsl )
124 iconv? ( virtual/libiconv )
125 jpeg? ( virtual/jpeg )
126 jpeg2k? ( media-libs/openjpeg )
127 kdcraw? ( $(add_kdebase_dep libkdcraw) )
128 kdepim? ( $(add_kdebase_dep kdepimlibs) )
129 lcms? ( media-libs/lcms:2 )
130 marble? ( $(add_kdebase_dep marble) )
131 mysql? ( virtual/mysql )
132 okular? ( $(add_kdebase_dep okular) )
133 openctl? ( >=media-libs/opengtl-0.9.15 )
134 openexr? ( media-libs/openexr )
135 pdf? (
136 app-text/poppler
137 media-gfx/pstoedit
138 )
139 postgres? (
140 dev-db/postgresql-base
141 =dev-libs/libpqxx-3*
142 )
143 semantic-desktop? ( dev-libs/soprano )
144 ssl? ( dev-libs/openssl )
145 sybase? ( dev-db/freetds )
146 tiff? ( media-libs/tiff )
147 truetype? ( media-libs/freetype:2 )
148 word-perfect? (
149 app-text/libwpd
150 app-text/libwps
151 app-text/libwpg
152 )
153 xbase? ( dev-db/xbase )
154 xslt? ( dev-libs/libxslt )
155 calligra_features_kexi? (
156 >=dev-db/sqlite-3.7.9:3[extensions]
157 dev-libs/icu
158 )
159 "
160 DEPEND="${RDEPEND}"
161
162 RESTRICT=test
163 # bug 394273
164
165 PATCHES=( "${FILESDIR}/${P}-marble.patch" )
166
167 src_configure() {
168 local cal_ft
169
170 # first write out things we want to hard-enable
171 local mycmakeargs=(
172 "-DWITH_Boost=ON"
173 "-DWITH_LibXml2=ON"
174 "-DWITH_PNG=ON"
175 "-DWITH_ZLIB=ON"
176 "-DGHNS=ON"
177 "-DWITH_X11=ON"
178 "-DWITH_Qt4=ON"
179 "-DQT3SUPPORT=ON" # kde4-base.eclass pulls this in anyway
180 )
181
182 # default disablers
183 mycmakeargs+=(
184 "-DBUILD_mobile=OFF" # we dont suppor mobile gui, maybe arm could
185 "-DWITH_LCMS=OFF" # we use lcms:2
186 "-DCREATIVEONLY=OFF"
187 "-DWITH_TINY=OFF"
188 "-DWITH_CreateResources=OFF" # NOT PACKAGED: http://create.freedesktop.org/
189 "-DWITH_DCMTK=OFF" # NOT PACKAGED: http://www.dcmtk.org/dcmtk.php.en
190 "-DWITH_Spnav=OFF" # NOT PACKAGED: http://spacenav.sourceforge.net/
191 )
192
193 # regular options
194 mycmakeargs+=(
195 $(cmake-utils_use_with attica LibAttica)
196 $(cmake-utils_use_with crypt QCA2)
197 $(cmake-utils_use_with eigen Eigen2)
198 $(cmake-utils_use_with exif Exiv2)
199 $(cmake-utils_use_with fftw FFTW3)
200 $(cmake-utils_use_with fontconfig Fontconfig)
201 $(cmake-utils_use_with freetds FreeTDS)
202 $(cmake-utils_use_with gif GIF2)
203 $(cmake-utils_use_with glew GLEW)
204 $(cmake-utils_use_with glib GLIB2)
205 $(cmake-utils_use_with glib GObject)
206 $(cmake-utils_use_with gsf LIBGSF)
207 $(cmake-utils_use_with gsl GSL)
208 $(cmake-utils_use_with iconv Iconv)
209 $(cmake-utils_use_with jpeg JPEG)
210 $(cmake-utils_use_with jpeg2k OpenJPEG)
211 $(cmake-utils_use_with kdcraw Kdcraw)
212 $(cmake-utils_use_with kdepim KdepimLibs)
213 $(cmake-utils_use_with lcms LCMS2)
214 $(cmake-utils_use_with marble Marble)
215 $(cmake-utils_use_with mysql MySQL)
216 $(cmake-utils_use_with okular Okular)
217 $(cmake-utils_use_with openctl OpenCTL)
218 $(cmake-utils_use_with openexr OpenEXR)
219 $(cmake-utils_use_with opengl OpenGL)
220 $(cmake-utils_use_with pdf Poppler)
221 $(cmake-utils_use_with pdf Pstoedit)
222 $(cmake-utils_use_with postgres PostgreSQL)
223 $(cmake-utils_use_with semantic-desktop Soprano)
224 $(cmake-utils_use semantic-desktop NEPOMUK)
225 $(cmake-utils_use_with ssl OpenSSL)
226 $(cmake-utils_use_with sybase FreeTDS)
227 $(cmake-utils_use_with tiff TIFF)
228 $(cmake-utils_use_with threads Threads)
229 $(cmake-utils_use_with truetype Freetype)
230 $(cmake-utils_use_with word-perfect WPD)
231 $(cmake-utils_use_with word-perfect WPG)
232 $(cmake-utils_use_with xbase XBase)
233 $(cmake-utils_use_with xslt LibXslt)
234 $(cmake-utils_use_build wmf libkowmf)
235 $(cmake-utils_use_build mso libmsooxml)
236 )
237
238 # applications
239 for cal_ft in ${CAL_FTS}; do
240 mycmakeargs+=( $(cmake-utils_use_build calligra_features_${cal_ft} ${cal_ft}) )
241 done
242 mycmakeargs+=( $(cmake-utils_use_build test cstester) )
243
244 # filters
245
246 kde4-base_src_configure
247 }