Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 3463 - (show annotations) (download)
Wed Oct 21 20:47:19 2009 UTC (14 years, 6 months ago) by niro
File size: 1032 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 >= media-libs/lcms-1.18
17 >= sys-libs/zlib-1
18 >= app-text/poppler-data-0.3.0"
19
20 SDEPEND=">= dev-util/pkgconfig-0.23
21 >= sys-dev/automake-4
22 >= sys-dev/autoconf-5"
23
24 SRCFILE="${PNAME}-${PVER}.tar.gz"
25 SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
26
27 sminclude mbuild multilib
28
29 SRC_URI=(
30 http://poppler.freedesktop.org/${SRCFILE}
31 mirror://${PNAME}/${SRCFILE}
32 )
33
34 UP2DATE="updatecmd -listonly ${HOMEPAGE}/releases.html | firsttarball gz"
35
36 src_compile()
37 {
38 mconfigure \
39 --enable-xpdf-headers \
40 --enable-a4-paper \
41 --enable-opi \
42 --enable-libjpeg \
43 --enable-zlib \
44 --disable-gt \
45 --disable-poppler-qt \
46 --disable-poppler-qt4 \
47 --disable-poppler-glib \
48 --disable-cairo-output \
49 --disable-gtk-test \
50 || die
51
52 mmake || die
53 }

Properties

Name Value
svn:keywords Id