Magellan Linux

Diff of /trunk/extras/speexdsp/speexdsp-1.2.0-r1.smage2

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

revision 33222 by niro, Sat Oct 19 13:33:47 2019 UTC revision 33223 by niro, Sat Oct 19 13:37:32 2019 UTC
# Line 19  sminclude mtools multilib mbuild Line 19  sminclude mtools multilib mbuild
19  SRC_URI=(  SRC_URI=(
20   http://downloads.xiph.org/releases/speex/${SRCFILE}   http://downloads.xiph.org/releases/speex/${SRCFILE}
21   mirror://${PNAME}/${SRCFILE}   mirror://${PNAME}/${SRCFILE}
  mirror://${PNAME}/${PNAME}-fixbuilds-774c87d.patch  
22  )  )
23    
24  UP2DATE="updatecmd http://downloads.xiph.org/releases/speex | grep '${PNAME}-[0-9]' | highesttarball gz | sed 's:rc:_&:'"  UP2DATE="updatecmd http://downloads.xiph.org/releases/speex | grep '${PNAME}-[0-9]' | highesttarball gz | sed 's:rc:_&:'"
25    
 src_prepare()  
 {  
  munpack ${SRCFILE} || die  
   
  # fix build  
  mpatch ${PNAME}-fixbuilds-774c87d.patch || die  
 }  
   
26  src_install()  src_install()
27  {  {
28   mmake DESTDIR=${BINDIR} install || die   mmake DESTDIR=${BINDIR} install || die

Legend:
Removed from v.33222  
changed lines
  Added in v.33223