Magellan Linux

Contents of /trunk/extras/poppler-glib/poppler-glib-0.6.4-r3.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2 - (show annotations) (download)
Fri Oct 10 13:29:42 2008 UTC (15 years, 7 months ago) by niro
File size: 1084 byte(s)
import repo
1 # $Header: /magellan-cvs/smage/poppler-glib/poppler-glib-0.6.4-r3.smage2,v 1.1 2008/04/03 08:32:40 niro Exp $
2
3 PNAME="poppler-glib"
4 PVER="0.6.4"
5 PBUILD="r3"
6
7 PCATEGORIE="app-text"
8 STATE="unstable"
9
10 DESCRIPTION="Poppler bindings for glib2 and gtk2+."
11 HOMEPAGE="http://poppler.freedesktop.org/"
12
13 DEPEND="== app-text/poppler-${PVER}
14 >= dev-libs/glib2-2.14
15 >= x11-libs/gtk2+-2.12"
16
17 SDEPEND=">= dev-util/pkgconfig-0.20
18 >= sys-dev/automake-3
19 >= sys-dev/autoconf-5"
20
21 SRCFILE="poppler-${PVER}.tar.gz"
22 SRCDIR="${BUILDDIR}/poppler-${PVER}"
23
24 sminclude mbuild
25
26 SRC_URI=(
27 http://poppler.freedesktop.org/${SRCFILE}
28 mirror://poppler/${SRCFILE}
29 mirror://poppler/poppler-${PVER}-bindings-2.patch
30 )
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-${PVER}-bindings-2.patch || die
39 autoreconf --install --force || die
40 }
41
42 src_compile()
43 {
44 cd ${SRCDIR}
45
46 mconfigure \
47 --enable-opi \
48 --enable-poppler-glib \
49 --disable-poppler-qt \
50 --disable-poppler-qt4 \
51 --disable-cairo-output \
52 || die
53
54 mmake || die
55 }

Properties

Name Value
svn:keywords Id