Magellan Linux

Diff of /branches/magellan-next/core/poppler/poppler-0.16.0-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 7428 by niro, Wed Jan 12 00:44:41 2011 UTC revision 7429 by niro, Wed Jan 12 13:38:47 2011 UTC
# Line 17  DEPEND=">= media-libs/freetype-2 Line 17  DEPEND=">= media-libs/freetype-2
17   >= sys-libs/zlib-1   >= sys-libs/zlib-1
18   >= app-text/poppler-data-0.4.4"   >= app-text/poppler-data-0.4.4"
19    
20  SDEPEND=">= dev-util/pkgconfig-0.25  SDEPEND=">= dev-libs/gobject-introspection-0.10
21     >= dev-util/pkgconfig-0.25
22   >= sys-dev/automake-4   >= sys-dev/automake-4
23   >= sys-dev/autoconf-5"   >= sys-dev/autoconf-5"
24    
# Line 29  sminclude mbuild multilib Line 30  sminclude mbuild multilib
30  SRC_URI=(  SRC_URI=(
31   http://poppler.freedesktop.org/${SRCFILE}   http://poppler.freedesktop.org/${SRCFILE}
32   mirror://${PNAME}/${SRCFILE}   mirror://${PNAME}/${SRCFILE}
33     mirror://${PNAME}/${PNAME}-${PVER}-fix-includes.patch
34  )  )
35    
36  UP2DATE="updatecmd -listonly ${HOMEPAGE}/releases.html | firsttarball gz"  UP2DATE="updatecmd -listonly ${HOMEPAGE}/releases.html | firsttarball gz"
37    
38    src_prepare()
39    {
40     munpack ${SRCFILE} || die
41    
42     # fix missing includes
43     mpatch ${PNAME}-${PVER}-fix-includes.patch || die
44    }
45    
46  src_compile()  src_compile()
47  {  {
48   mconfigure \   mconfigure \
49     --enable-introspection \
50   --enable-xpdf-headers \   --enable-xpdf-headers \
51   --enable-a4-paper \   --enable-a4-paper \
52   --enable-opi \   --enable-opi \

Legend:
Removed from v.7428  
changed lines
  Added in v.7429