Magellan Linux

Annotation of /trunk/core/poppler/poppler-0.6.4-r2.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2 - (hide annotations) (download)
Fri Oct 10 13:29:42 2008 UTC (15 years, 8 months ago) by niro
Original Path: trunk/extras/poppler/poppler-0.6.4-r2.smage2
File size: 1059 byte(s)
import repo
1 niro 2 # $Header: /magellan-cvs/smage/poppler/poppler-0.6.4-r2.smage2,v 1.1 2008/04/03 08:10:26 niro Exp $
2    
3     PNAME="poppler"
4     PVER="0.6.4"
5     PBUILD="r2"
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    
18     SDEPEND=">= dev-util/pkgconfig-0.20
19     >= sys-dev/automake-3
20     >= sys-dev/autoconf-4"
21    
22     SRCFILE="${PNAME}-${PVER}.tar.gz"
23     SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
24    
25     sminclude mbuild multilib
26    
27     SRC_URI=(
28     http://poppler.freedesktop.org/${SRCFILE}
29     mirror://${PNAME}/${SRCFILE}
30     )
31    
32     src_prepare()
33     {
34     munpack ${SRCFILE} || die
35     mlibtoolize || die
36     }
37    
38     src_compile()
39     {
40     mconfigure \
41     --enable-xpdf-headers \
42     --enable-a4-paper \
43     --enable-opi \
44     --enable-libjpeg \
45     --enable-zlib \
46     --disable-gt \
47     --disable-poppler-qt \
48     --disable-poppler-qt4 \
49     --disable-poppler-glib \
50     --disable-cairo-output \
51     --disable-gtk-test \
52     || die
53    
54     mmake || die
55     }

Properties

Name Value
svn:keywords Id