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 9533 by niro, Mon Dec 5 19:51:29 2011 UTC revision 9534 by niro, Tue Dec 6 00:28:11 2011 UTC
# Line 50  sminclude mtools mbuild Line 50  sminclude mtools mbuild
50  SRC_URI=(  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
54  )  )
55    
56  # grep only 'stable' releases  # grep only 'stable' releases
57  #UP2DATE="updatecmd ${HOMEPAGE}/downloads/ | grep '[0-9].[02468].[0-9].tar.bz2' | sed -n 's/.*-\(.*\)\.t.*/\1/;$ p'"  #UP2DATE="updatecmd ${HOMEPAGE}/downloads/ | grep '[0-9].[02468].[0-9].tar.bz2' | sed -n 's/.*-\(.*\)\.t.*/\1/;$ p'"
58  UP2DATE="updatecmd -listonly ftp://ftp.gimp.org/pub/gimp/v2.6/ | grep LATEST | sed 's:.*-\(.*\):\1:'"  UP2DATE="updatecmd -listonly ftp://ftp.gimp.org/pub/gimp/v2.6/ | grep LATEST | sed 's:.*-\(.*\):\1:'"
59    
60    src_prepare()
61    {
62     munpack ${SRCFILE} || die
63     cd ${SRCDIR}
64    
65     # fix build against newer curl and better uri handling scheme
66     mpatch ${PNAME}-${PVER}-curl.patch || die
67    }
68    
69  src_compile()  src_compile()
70  {  {
71   cd ${SRCDIR}   cd ${SRCDIR}

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