Magellan Linux

Contents of /trunk/extras/kdegraphics/kdegraphics-3.5.10-r4.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 5364 - (show annotations) (download)
Mon May 17 15:52:18 2010 UTC (14 years ago) by niro
File size: 1383 byte(s)
-fixed dependencies
1 # $Id$
2
3 PNAME="kdegraphics"
4 PVER="3.5.10"
5 PBUILD="r4"
6
7 PCATEGORIE="kde-base"
8 STATE="unstable"
9
10 DESCRIPTION="KDE graphic oriented applications."
11 HOMEPAGE="http://www.kde.org/"
12
13 DEPEND=">= kde-base/kdebase-${PVER}
14 >= media-gfx/gphoto2-2.4
15 >= media-gfx/sane-backends-1.0.20
16 >= dev-libs/fribidi-0.19.2
17 >= media-libs/imlib-1.9.14
18 >= app-text/ghostscript-gpl-8
19 >= media-libs/libtiff-3.9
20 >= media-libs/libv4l-0.6
21 >= sys-libs/libieee1284-0.2.11
22 >= app-text/poppler-qt3-0.12.1"
23
24 SRCFILE="${PNAME}-${PVER}.tar.bz2"
25 SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
26
27 sminclude kde3
28
29 SRC_URI=(
30 kde://${PVER}/src/${SRCFILE}
31 mirror://${PNAME}/${SRCFILE}
32 mirror://${PNAME}/${PNAME}-${PVER}-ksvg-autotools.patch
33 mirror://${PNAME}/${PNAME}-${PVER}-fribidi-includes.patch
34 )
35
36 src_prepare()
37 {
38 munpack ${SRCFILE}
39 cd ${SRCDIR}
40
41 # fix missing fribidi-config, using *.pc instead
42 # and allow use of newer autotools
43 mpatch ${PNAME}-${PVER}-ksvg-autotools.patch || die
44
45 # fix fribidi includes (fribidi >= 0.19)
46 mpatch ${PNAME}-${PVER}-fribidi-includes.patch || die
47
48 # rebuild all configure files
49 make -f admin/Makefile.common || die
50 }
51
52 src_compile()
53 {
54 cd ${SRCDIR}
55
56 kde3_configure \
57 --with-kamera \
58 --with-gphoto2-includes=/usr/include/gphoto2 \
59 --with-gphoto2-libraries=/usr/$(mlibdir)/gphoto2 \
60 --with-imlib \
61 --with-imlib-config=/usr/bin \
62 --with-poppler \
63 || die
64
65 mmake || die
66 }

Properties

Name Value
svn:keywords Id