Magellan Linux

Diff of /branches/magellan-next/extras/recordmydesktop/recordmydesktop-0.3.8.1-r1.smage2

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

revision 9483 by niro, Fri Dec 2 10:23:05 2011 UTC revision 9484 by niro, Fri Dec 2 10:37:36 2011 UTC
# Line 27  sminclude mbuild Line 27  sminclude mbuild
27  SRC_URI=(  SRC_URI=(
28   sourceforge://${PNAME}/${SRCFILE}   sourceforge://${PNAME}/${SRCFILE}
29   mirror://${PNAME}/${SRCFILE}   mirror://${PNAME}/${SRCFILE}
30     mirror://${PNAME}/${PNAME}-${PVER}-theora.patch
31  )  )
32    
33    src_prepare()
34    {
35     munpack ${SRCFILE} || die
36     cd ${SRCDIR}
37    
38     # fix build against newer xextproto
39     sed -i 's:shmstr.h:shmproto.h:g' src/rmd_{getzpixmap.c,update_image.c} || die
40    
41     # fix framrates with new libtheora
42     mpatch ${PNAME}-${PVER}-theora.patch || die
43    }

Legend:
Removed from v.9483  
changed lines
  Added in v.9484