Magellan Linux

Diff of /branches/R11-stable/extras/mjpegtools/mjpegtools-2.0.0-r2.smage2

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

revision 13558 by niro, Fri Oct 12 12:01:03 2012 UTC revision 13559 by niro, Fri Oct 12 12:09:32 2012 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
32     mirror://${PNAME}/${PNAME}-${PVER}-v4l-2.6.38.patch
33  )  )
34    
35  UP2EXCLUDE="[0-9]rc[0-1]"  UP2EXCLUDE="[0-9]rc[0-1]"
# Line 42  src_prepare() Line 43  src_prepare()
43   # fix missing pkgconfig   # fix missing pkgconfig
44   mpatch ${PNAME}-1.8.0-pkgconfig.patch || die   mpatch ${PNAME}-1.8.0-pkgconfig.patch || die
45    
46     # fix build against newer v4l headers
47     mpatch ${PNAME}-${PVER}-v4l-2.6.38.patch || die
48    
49   # rebuild configure   # rebuild configure
50   mautoreconf || die   mautoreconf || die
51    

Legend:
Removed from v.13558  
changed lines
  Added in v.13559