Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1955 - (hide annotations) (download)
Wed Jun 10 18:57:43 2009 UTC (15 years ago) by niro
File size: 1222 byte(s)
-fixed dependecies and configure options
1 niro 1949 # $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 niro 1955 >= dev-libs/soprano-2.2.3
13 niro 1949 >= app-misc/strigi-0.6.5
14 niro 1955 >= app-crypt/qca-2
15 niro 1949 >= app-text/poppler-qt4-0.10.6
16     >= media-gfx/sane-backends-1.0.20
17 niro 1955 >= media-gfx/exiv2-0.18
18 niro 1949 >= 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 niro 1955 >= media-libs/lcms-1.18
24     >= sys-libs/zlib-1.2
25 niro 1949 >= virtual/opengl"
26    
27     sminclude kde4
28    
29     UP2DATE="updatecmd http://www.kde.org/download/ | grep ${PNAME/4/} | sed -n '1 p' | sed 's/.*-\([^ ]*\) .*/\1/'"
30    
31     src_compile()
32     {
33     cd ${SRCDIR}
34    
35     kde4_configure \
36 niro 1955 $(cmake_with Soprano) \
37     -DGWENVIEW_SEMANTICINFO_BACKEND=Nepomuk \
38     $(cmake_with Freetype) \
39     $(cmake_with ZLIB) \
40     $(cmake_with QImageBlitz) \
41 niro 1949 $(cmake_with Gphoto2) \
42 niro 1955 $(cmake_with Kipi) \
43 niro 1949 $(cmake_with JPEG) \
44     $(cmake_with Poppler) \
45     $(cmake_with Sane) \
46     $(cmake_with TIFF) \
47 niro 1955 $(cmake_with Exiv2) \
48     $(cmake_with QCA2) \
49 niro 1949 $(cmake_without CHM) \
50     $(cmake_without DjVuLibre) \
51 niro 1955 $(cmake_without EPub) \
52     $(cmake_without LibSpectre) \
53 niro 1949 || die
54    
55     mmake || die
56     }

Properties

Name Value
svn:keywords Id