Magellan Linux

Contents of /trunk/extras/okular/okular-4.12.3-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 21223 - (show annotations) (download)
Mon Mar 17 15:29:32 2014 UTC (10 years, 6 months ago) by niro
File size: 938 byte(s)
auto added: ver bump to 4.12.3-r1
1 # $Id$
2
3 PNAME="okular"
4 PVER="4.12.3"
5 PBUILD="r1"
6
7 DESCRIPTION="KDE4 dokument viewer."
8
9 DEPEND="== kde-base/kdelibs-${PVER}
10 == kde-base/kdebase-runtime-${PVER}
11 >= app-arch/bzip2-1
12 >= app-crypt/qca-2
13 >= app-text/ebook-tools-0.2
14 >= app-text/libspectre-0.2
15 >= app-text/poppler-qt4-0.22
16 >= dev-libs/soprano-2.9
17 >= kde-base/qimageblitz-0.0.6
18 >= media-libs/freetype-2.5
19 >= media-libs/lcms-1.19
20 >= media-libs/libjpeg-8
21 >= media-libs/libtiff-4
22 >= sys-libs/zlib-1.2"
23
24 sminclude kde4
25
26 # todo:
27 # chm support
28 # djvu support
29 src_compile()
30 {
31 cd ${SRCDIR}
32
33 kde4_configure \
34 $(cmake_opt GWENVIEW_SEMANTICINFO_BACKEND Nepomuk) \
35 $(cmake_with EPub) \
36 $(cmake_with Freetype) \
37 $(cmake_with JPEG) \
38 $(cmake_with LibSpectre) \
39 $(cmake_with Poppler) \
40 $(cmake_with QCA2) \
41 $(cmake_with QImageBlitz) \
42 $(cmake_with TIFF) \
43 $(cmake_with ZLIB) \
44 $(cmake_without CHM) \
45 $(cmake_without DjVuLibre) \
46 || die
47
48 mmake || die
49 }