Magellan Linux

Diff of /branches/magellan-next/extras/gimp/gimp-2.6.11-r1.smage2

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

revision 9536 by niro, Tue Dec 6 00:42:08 2011 UTC revision 9537 by niro, Tue Dec 6 00:49:41 2011 UTC
# Line 52  SRC_URI=( Line 52  SRC_URI=(
52   mirror://${PNAME}/${SRCFILE}   mirror://${PNAME}/${SRCFILE}
53   mirror://${PNAME}/${PNAME}-${PVER}-curl.patch   mirror://${PNAME}/${PNAME}-${PVER}-curl.patch
54   mirror://${PNAME}/${PNAME}-${PVER}-png15.patch   mirror://${PNAME}/${PNAME}-${PVER}-png15.patch
55     mirror://${PNAME}/${PNAME}-${PVER}-poppler018.patch
56   mirror://${PNAME}/${PNAME}-${PVER}-xdg.patch   mirror://${PNAME}/${PNAME}-${PVER}-xdg.patch
57  )  )
58    
# Line 66  src_prepare() Line 67  src_prepare()
67    
68   # fix build against newer curl and better uri handling scheme   # fix build against newer curl and better uri handling scheme
69   mpatch ${PNAME}-${PVER}-curl.patch || die   mpatch ${PNAME}-${PVER}-curl.patch || die
70   # build with libpng-1.5   # fix build with libpng-1.5
71   mpatch ${PNAME}-${PVER}-png15.patch || die   mpatch ${PNAME}-${PVER}-png15.patch || die
72     # fix build against newer poppler (>=0.18)
73     mpatch ${PNAME}-${PVER}-poppler018.patch || die
74   # use xdg-open instead of default browser   # use xdg-open instead of default browser
75   mpatch ${PNAME}-${PVER}-xdg.patch || die   mpatch ${PNAME}-${PVER}-xdg.patch || die
76  }  }

Legend:
Removed from v.9536  
changed lines
  Added in v.9537