Magellan Linux

Contents of /trunk/core/poppler-qt3/poppler-qt3-0.10.6-r2.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1946 - (show annotations) (download)
Wed Jun 10 17:38:33 2009 UTC (14 years, 10 months ago) by niro
File size: 1008 byte(s)
-be more verbose
1 # $Id$
2
3 PNAME="poppler-qt3"
4 PVER="0.10.6"
5 PBUILD="r2"
6
7 PCATEGORIE="app-text"
8 STATE="unstable"
9
10 DESCRIPTION="Poppler bindings for cairo."
11 HOMEPAGE="http://poppler.freedesktop.org/"
12
13 DEPEND="== app-text/poppler-${PVER}"
14
15 SDEPEND=">= dev-util/pkgconfig-0.23
16 >= sys-dev/automake-3
17 >= sys-dev/autoconf-4"
18
19 SRCFILE="poppler-${PVER}.tar.gz"
20 SRCDIR="${BUILDDIR}/poppler-${PVER}"
21
22 sminclude mbuild qt3
23
24 SRC_URI=(
25 http://poppler.freedesktop.org/${SRCFILE}
26 mirror://poppler/${SRCFILE}
27 mirror://poppler/poppler-0.6.4-bindings-2.patch
28 )
29
30 UP2DATE="updatecmd -listonly ${HOMEPAGE}/releases.html | firsttarball gz"
31
32 src_prepare()
33 {
34 munpack ${SRCFILE} || die
35 cd ${SRCDIR}
36
37 # only install the libs and compile against system libs
38 mpatch poppler-0.6.4-bindings-2.patch || die
39 autoreconf --install --force --verbose || die
40 }
41
42 src_compile()
43 {
44 cd ${SRCDIR}
45
46 mconfigure \
47 --enable-opi \
48 --enable-poppler-qt \
49 --disable-cairo-output \
50 --disable-poppler-glib \
51 --disable-poppler-qt4 \
52 || die
53
54 mmake || die
55 }

Properties

Name Value
svn:keywords Id