Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1949 - (show annotations) (download)
Wed Jun 10 18:04:27 2009 UTC (14 years, 11 months ago) by niro
File size: 910 byte(s)
auto added: ver bump to 4.2.4-r1
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 >= app-misc/strigi-0.6.5
13 >= app-text/ghostscript-esp-8.15
14 >= app-text/poppler-qt4-0.10.6
15 >= media-gfx/sane-backends-1.0.20
16 >= media-libs/freetype-2.3.9
17 >= media-libs/libjpeg-6b
18 >= media-libs/libgphoto2-2.4
19 >= media-libs/libpng-1.2
20 >= media-libs/libtiff-3.8
21 >= virtual/opengl"
22
23 sminclude kde4
24
25 UP2DATE="updatecmd http://www.kde.org/download/ | grep ${PNAME/4/} | sed -n '1 p' | sed 's/.*-\([^ ]*\) .*/\1/'"
26
27 src_compile()
28 {
29 cd ${SRCDIR}
30
31 kde4_configure \
32 $(cmake_with BLITZ) \
33 $(cmake_with Gphoto2) \
34 $(cmake_with JPEG) \
35 $(cmake_with Poppler) \
36 $(cmake_with Sane) \
37 $(cmake_with TIFF) \
38 $(cmake_without CHM) \
39 $(cmake_without DjVuLibre) \
40 $(cmake_without Exiv2) \
41 || die
42
43 mmake || die
44 }

Properties

Name Value
svn:keywords Id