Magellan Linux

Contents of /trunk/core/poppler/poppler-0.10.6-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1260 - (show annotations) (download)
Sun Apr 26 14:43:03 2009 UTC (15 years ago) by niro
File size: 1008 byte(s)
auto added: ver bump to 0.10.6-r1
1 # $Id$
2
3 PNAME="poppler"
4 PVER="0.10.6"
5 PBUILD="r1"
6
7 PCATEGORIE="app-text"
8 STATE="unstable"
9
10 DESCRIPTION="Poppler is a PDF rendering library based on the xpdf-3.0 code base."
11 HOMEPAGE="http://poppler.freedesktop.org/"
12
13 DEPEND=">= media-libs/freetype-2
14 >= media-libs/fontconfig-2
15 >= media-libs/libjpeg-6b
16 >= sys-libs/zlib-1
17 >= app-text/poppler-data-0.2.1"
18
19 SDEPEND=">= dev-util/pkgconfig-0.23
20 >= sys-dev/automake-3
21 >= sys-dev/autoconf-4"
22
23 SRCFILE="${PNAME}-${PVER}.tar.gz"
24 SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
25
26 sminclude mbuild multilib
27
28 SRC_URI=(
29 http://poppler.freedesktop.org/${SRCFILE}
30 mirror://${PNAME}/${SRCFILE}
31 )
32
33 UP2DATE="updatecmd -listonly ${HOMEPAGE}/releases.html | firsttarball gz"
34
35 src_compile()
36 {
37 mconfigure \
38 --enable-xpdf-headers \
39 --enable-a4-paper \
40 --enable-opi \
41 --enable-libjpeg \
42 --enable-zlib \
43 --disable-gt \
44 --disable-poppler-qt \
45 --disable-poppler-qt4 \
46 --disable-poppler-glib \
47 --disable-cairo-output \
48 --disable-gtk-test \
49 || die
50
51 mmake || die
52 }

Properties

Name Value
svn:keywords Id