Magellan Linux

Diff of /trunk/extras/mjpegtools/mjpegtools-2.0.0-r1.smage2

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

revision 11093 by niro, Fri Feb 17 00:30:24 2012 UTC revision 11094 by niro, Fri Feb 17 00:31:24 2012 UTC
# Line 4  PNAME="mjpegtools" Line 4  PNAME="mjpegtools"
4  PVER="2.0.0"  PVER="2.0.0"
5  PBUILD="r1"  PBUILD="r1"
6    
7  PCATEGORIE="media-video"  PCAT="media-video"
8    
9  DESCRIPTION="Programs for MJPEG recording and playback."  DESCRIPTION="Programs for MJPEG recording and playback."
10  HOMEPAGE="http://mjpeg.sourceforge.net/"  HOMEPAGE="http://mjpeg.sourceforge.net/"
# Line 43  src_prepare() Line 43  src_prepare()
43   mpatch ${PNAME}-1.8.0-pkgconfig.patch || die   mpatch ${PNAME}-1.8.0-pkgconfig.patch || die
44    
45   # rebuild configure   # rebuild configure
46   autoreconf --install --force || die   mautoreconf || die
47    
48   # do not use any hardcoded cflags   # do not use any hardcoded cflags
49   sed -i -e '/ARCHFLAGS=/s:=.*:=:' configure || die   sed -i '/ARCHFLAGS=/s:=.*:=:' configure || die
50  }  }
51    
52  src_compile()  src_compile()

Legend:
Removed from v.11093  
changed lines
  Added in v.11094