Magellan Linux

Contents of /trunk/extras/kdegraphics4/kdegraphics4-4.2.4-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1956 - (show annotations) (download)
Wed Jun 10 19:00:16 2009 UTC (14 years, 11 months ago) by niro
File size: 1248 byte(s)
-fixed dependecies
1 # $Id$
2
3 PNAME="kdegraphics4"
4 PVER="4.2.4"
5 PBUILD="r1"
6
7 STATE="unstable"
8 DESCRIPTION="KDE graphic oriented applications."
9
10 DEPEND="== kde-base/kdelibs4-${PVER}
11 >= kde-base/qimageblitz-0.0.4
12 >= dev-libs/soprano-2.2.3
13 >= app-misc/strigi-0.6.5
14 >= app-crypt/qca-2
15 >= app-text/poppler-qt4-0.10.6
16 >= media-gfx/sane-backends-1.0.20
17 >= media-gfx/exiv2-0.18
18 >= media-libs/freetype-2.3.9
19 >= media-libs/libjpeg-6b
20 >= media-libs/libgphoto2-2.4
21 >= media-libs/libpng-1.2
22 >= media-libs/libtiff-3.8
23 >= media-libs/lcms-1.18
24 >= sys-libs/zlib-1.2
25 >= virtual/opengl
26 >= x11-libs/libXxf86vm-1"
27
28 sminclude kde4
29
30 UP2DATE="updatecmd http://www.kde.org/download/ | grep ${PNAME/4/} | sed -n '1 p' | sed 's/.*-\([^ ]*\) .*/\1/'"
31
32 src_compile()
33 {
34 cd ${SRCDIR}
35
36 kde4_configure \
37 $(cmake_with Soprano) \
38 -DGWENVIEW_SEMANTICINFO_BACKEND=Nepomuk \
39 $(cmake_with Freetype) \
40 $(cmake_with ZLIB) \
41 $(cmake_with QImageBlitz) \
42 $(cmake_with Gphoto2) \
43 $(cmake_with Kipi) \
44 $(cmake_with JPEG) \
45 $(cmake_with Poppler) \
46 $(cmake_with Sane) \
47 $(cmake_with TIFF) \
48 $(cmake_with Exiv2) \
49 $(cmake_with QCA2) \
50 $(cmake_without CHM) \
51 $(cmake_without DjVuLibre) \
52 $(cmake_without EPub) \
53 $(cmake_without LibSpectre) \
54 || die
55
56 mmake || die
57 }

Properties

Name Value
svn:keywords Id