Magellan Linux

Diff of /trunk/extras/avidemux/avidemux-2.5.2-r1.smage2

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

revision 5129 by niro, Mon Mar 8 17:31:52 2010 UTC revision 5130 by niro, Mon Mar 8 18:33:43 2010 UTC
# Line 39  SRC_URI=( Line 39  SRC_URI=(
39   http://download.berlios.de/${PNAME}/${SRCFILE}   http://download.berlios.de/${PNAME}/${SRCFILE}
40   mirror://${PNAME}/${SRCFILE}   mirror://${PNAME}/${SRCFILE}
41   mirror://${PNAME}/${PNAME}-2.3.0-parallel-make.patch   mirror://${PNAME}/${PNAME}-2.3.0-parallel-make.patch
42   mirror://${PNAME}/${PNAME}-2.4.1-i18n.patch   mirror://${PNAME}/${PNAME}-${PVER}-i18n.patch
43  )  )
44    
45  # projectname is avidemux but packagename is avidemux2  # projectname is avidemux but packagename is avidemux2
# Line 87  src_prepare() Line 87  src_prepare()
87   mpatch ${PNAME}-2.3.0-parallel-make.patch || die   mpatch ${PNAME}-2.3.0-parallel-make.patch || die
88    
89   # fix install location of i18n files   # fix install location of i18n files
90   mpatch ${PNAME}-2.4.1-i18n.patch || die   mpatch ${PNAME}-${PVER}-i18n.patch || die
91  }  }
92    
93  src_compile()  src_compile()

Legend:
Removed from v.5129  
changed lines
  Added in v.5130