Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1956 - (hide annotations) (download)
Wed Jun 10 19:00:16 2009 UTC (15 years ago) by niro
File size: 1248 byte(s)
-fixed dependecies
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 1956 >= virtual/opengl
26     >= x11-libs/libXxf86vm-1"
27 niro 1949
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 niro 1955 $(cmake_with Soprano) \
38     -DGWENVIEW_SEMANTICINFO_BACKEND=Nepomuk \
39     $(cmake_with Freetype) \
40     $(cmake_with ZLIB) \
41     $(cmake_with QImageBlitz) \
42 niro 1949 $(cmake_with Gphoto2) \
43 niro 1955 $(cmake_with Kipi) \
44 niro 1949 $(cmake_with JPEG) \
45     $(cmake_with Poppler) \
46     $(cmake_with Sane) \
47     $(cmake_with TIFF) \
48 niro 1955 $(cmake_with Exiv2) \
49     $(cmake_with QCA2) \
50 niro 1949 $(cmake_without CHM) \
51     $(cmake_without DjVuLibre) \
52 niro 1955 $(cmake_without EPub) \
53     $(cmake_without LibSpectre) \
54 niro 1949 || die
55    
56     mmake || die
57     }

Properties

Name Value
svn:keywords Id