Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 3460 - (show annotations) (download)
Wed Oct 21 20:39:36 2009 UTC (14 years, 6 months ago) by niro
File size: 1007 byte(s)
auto added: ver bump to 0.12.1-r1
1 # $Id$
2
3 PNAME="poppler"
4 PVER="0.12.1"
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-7
16 >= sys-libs/zlib-1
17 >= app-text/poppler-data-0.3.0"
18
19 SDEPEND=">= dev-util/pkgconfig-0.23
20 >= sys-dev/automake-4
21 >= sys-dev/autoconf-5"
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