Magellan Linux

Annotation of /trunk/core/poppler-qt3/poppler-qt3-0.10.6-r3.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1948 - (hide annotations) (download)
Wed Jun 10 18:00:36 2009 UTC (15 years ago) by niro
File size: 1008 byte(s)
-fixed bindings patch: change all missing /poppler/libpoppler.la references to -lpoppler for 0.10.6 version
1 niro 1948 # $Id$
2    
3     PNAME="poppler-qt3"
4     PVER="0.10.6"
5     PBUILD="r3"
6    
7     PCATEGORIE="app-text"
8     STATE="unstable"
9    
10     DESCRIPTION="Poppler bindings for cairo."
11     HOMEPAGE="http://poppler.freedesktop.org/"
12    
13     DEPEND="== app-text/poppler-${PVER}"
14    
15     SDEPEND=">= dev-util/pkgconfig-0.23
16     >= sys-dev/automake-3
17     >= sys-dev/autoconf-4"
18    
19     SRCFILE="poppler-${PVER}.tar.gz"
20     SRCDIR="${BUILDDIR}/poppler-${PVER}"
21    
22     sminclude mbuild qt3
23    
24     SRC_URI=(
25     http://poppler.freedesktop.org/${SRCFILE}
26     mirror://poppler/${SRCFILE}
27     mirror://poppler/poppler-${PVER}-bindings.patch
28     )
29    
30     UP2DATE="updatecmd -listonly ${HOMEPAGE}/releases.html | firsttarball gz"
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.patch || die
39     autoreconf --install --force --verbose || die
40     }
41    
42     src_compile()
43     {
44     cd ${SRCDIR}
45    
46     mconfigure \
47     --enable-opi \
48     --enable-poppler-qt \
49     --disable-cairo-output \
50     --disable-poppler-glib \
51     --disable-poppler-qt4 \
52     || die
53    
54     mmake || die
55     }

Properties

Name Value
svn:keywords Id