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 1670 by niro, Fri Mar 11 21:28:07 2011 UTC revision 1671 by niro, Fri Mar 11 22:18:59 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
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"
42    
43    src_prepare()
44    {
45     munpack ${SRCFILE} || die
46     cd ${SRCDIR}
47    
48     # fix compilation against libpng-1.5.x
49     mpatch ${PNAME}-1.4.11-libpng15.patch || die
50    }
51    
52  src_compile()  src_compile()
53  {  {
54   cd ${SRCDIR}   cd ${SRCDIR}

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