Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1658 - (show annotations) (download)
Tue May 12 22:22:11 2009 UTC (15 years ago) by niro
File size: 883 byte(s)
auto added: ver bump to 3.5.10-r2
1 # $Id$
2
3 PNAME="kdegraphics"
4 PVER="3.5.10"
5 PBUILD="r2"
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-esp-8.15
19 >= media-libs/libtiff-3.8
20 >= sys-libs/libieee1284-0.2.11
21 >= app-text/poppler-qt3-0.10.6"
22
23 SRCFILE="${PNAME}-${PVER}.tar.bz2"
24 SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
25
26 sminclude kde3
27
28 SRC_URI=(
29 kde://${PVER}/src/${SRCFILE}
30 mirror://${PNAME}/${SRCFILE}
31 )
32
33 src_compile()
34 {
35 cd ${SRCDIR}
36
37 kde3_configure \
38 --with-kamera \
39 --with-gphoto2-includes=/usr/include/gphoto2 \
40 --with-gphoto2-libraries=/usr/$(mlibdir)/gphoto2 \
41 --with-imlib \
42 --with-imlib-config=/usr/bin \
43 --with-poppler \
44 || die
45
46 mmake || die
47 }

Properties

Name Value
svn:keywords Id