Magellan Linux

Diff of /smage/trunk/extras/directfb/directfb-1.2.10-r2.smage2

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

revision 1671 by niro, Fri Mar 11 22:18:59 2011 UTC revision 1672 by niro, Fri Mar 11 22:31:40 2011 UTC
# Line 35  sminclude mbuild mcore Line 35  sminclude mbuild mcore
35  SRC_URI=(  SRC_URI=(
36   http://www.directfb.org/downloads/Core/DirectFB-${PVER%.*}/${SRCFILE}   http://www.directfb.org/downloads/Core/DirectFB-${PVER%.*}/${SRCFILE}
37   mirror://${PNAME}/${SRCFILE}   mirror://${PNAME}/${SRCFILE}
38   mirror://${PNAME}/${PNAME}-1.4.11-libpng15.patch   mirror://${PNAME}/${PNAME}-${PVER}-libpng15.patch
39  )  )
40    
41  UP2DATE="updatecmd http://www.directfb.org/downloads/Core/DirectFB-${PVER%.*} | lasttarball gz"  UP2DATE="updatecmd http://www.directfb.org/downloads/Core/DirectFB-${PVER%.*} | lasttarball gz"
# Line 46  src_prepare() Line 46  src_prepare()
46   cd ${SRCDIR}   cd ${SRCDIR}
47    
48   # fix compilation against libpng-1.5.x   # fix compilation against libpng-1.5.x
49   mpatch ${PNAME}-1.4.11-libpng15.patch || die   mpatch ${PNAME}-${PVER}-libpng15.patch || die
50  }  }
51    
52  src_compile()  src_compile()

Legend:
Removed from v.1671  
changed lines
  Added in v.1672