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 9534 by niro, Tue Dec 6 00:28:11 2011 UTC revision 9535 by niro, Tue Dec 6 00:39:42 2011 UTC
# Line 51  SRC_URI=( Line 51  SRC_URI=(
51   ftp://ftp.gimp.org/pub/${PNAME}/v${PVER:0:3}/${SRCFILE}   ftp://ftp.gimp.org/pub/${PNAME}/v${PVER:0:3}/${SRCFILE}
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
55     mirror://${PNAME}/${PNAME}-${PVER}-xdg.patch
56  )  )
57    
58  # grep only 'stable' releases  # grep only 'stable' releases
# Line 64  src_prepare() Line 66  src_prepare()
66    
67   # fix build against newer curl and better uri handling scheme   # fix build against newer curl and better uri handling scheme
68   mpatch ${PNAME}-${PVER}-curl.patch || die   mpatch ${PNAME}-${PVER}-curl.patch || die
69     # build with libpng-1.5
70     mpatch ${PNAME}-${PVER}-png15.patch || die
71     # use xdg-open instead of default browser
72     mpatch ${PNAME}-${PVER}-xdg.patch || die
73  }  }
74    
75  src_compile()  src_compile()

Legend:
Removed from v.9534  
changed lines
  Added in v.9535