Magellan Linux

Annotation of /trunk/extras/kdegraphics/kdegraphics-3.5.10-r3.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1800 - (hide annotations) (download)
Sun May 31 09:21:20 2009 UTC (15 years ago) by niro
File size: 1203 byte(s)
fix missing fribidi-config, using *.pc instead
 and allow use of newer autotools
1 niro 1800 # $Id$
2    
3     PNAME="kdegraphics"
4     PVER="3.5.10"
5     PBUILD="r3"
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     mirror://${PNAME}/${PNAME}-${PVER}-ksvg-autotools.patch
32     )
33    
34     src_prepare()
35     {
36     munpack ${SRCFILE}
37     cd ${SRCDIR}
38    
39     # fix missing fribidi-config, using *.pc instead
40     # and allow use of newer autotools
41     mpatch ${PNAME}-${PVER}-ksvg-autotools.patch || die
42    
43     # rebuild all configure files
44     make -f admin/Makefile.common || die
45     }
46    
47     src_compile()
48     {
49     cd ${SRCDIR}
50    
51     kde3_configure \
52     --with-kamera \
53     --with-gphoto2-includes=/usr/include/gphoto2 \
54     --with-gphoto2-libraries=/usr/$(mlibdir)/gphoto2 \
55     --with-imlib \
56     --with-imlib-config=/usr/bin \
57     --with-poppler \
58     || die
59    
60     mmake || die
61     }

Properties

Name Value
svn:keywords Id