Magellan Linux

Diff of /branches/R11-stable/extras/mjpegtools/mjpegtools-2.1.0-r1.smage2

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

revision 20383 by niro, Wed Dec 11 14:32:05 2013 UTC revision 20384 by niro, Wed Dec 11 14:37:10 2013 UTC
# Line 29  SRC_URI=( Line 29  SRC_URI=(
29   sourceforge://mjpeg/${SRCFILE}   sourceforge://mjpeg/${SRCFILE}
30   mirror://${PNAME}/${SRCFILE}   mirror://${PNAME}/${SRCFILE}
31   mirror://${PNAME}/${PNAME}-1.8.0-pkgconfig.patch   mirror://${PNAME}/${PNAME}-1.8.0-pkgconfig.patch
  mirror://${PNAME}/${PNAME}-2.0.0-v4l-2.6.38.patch  
  mirror://${PNAME}/${PNAME}-2.0.0-build-fix.patch  
32  )  )
33    
34  UP2EXCLUDE="[0-9]rc[0-1]"  UP2EXCLUDE="[0-9]rc[0-1]"
# Line 44  src_prepare() Line 42  src_prepare()
42   # fix missing pkgconfig   # fix missing pkgconfig
43   mpatch ${PNAME}-1.8.0-pkgconfig.patch || die   mpatch ${PNAME}-1.8.0-pkgconfig.patch || die
44    
  # fix build against newer v4l headers  
  mpatch ${PNAME}-2.0.0-v4l-2.6.38.patch || die  
   
  # fix build with recent gcc  
  mpatch ${PNAME}-2.0.0-build-fix.patch || die  
   
45   # rebuild configure   # rebuild configure
46   mautoreconf || die   mautoreconf || die
47    

Legend:
Removed from v.20383  
changed lines
  Added in v.20384