Magellan Linux

Diff of /trunk/extras/libsoundtouch/libsoundtouch-1.9.0-r1.smage2

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

revision 24879 by niro, Mon Nov 17 23:43:41 2014 UTC revision 24880 by niro, Tue Nov 18 01:05:14 2014 UTC
# Line 20  sminclude mtools Line 20  sminclude mtools
20  SRC_URI=(  SRC_URI=(
21   http://www.surina.net/${PNAME/lib/}/${SRCFILE}   http://www.surina.net/${PNAME/lib/}/${SRCFILE}
22   mirror://${PNAME}/${SRCFILE}   mirror://${PNAME}/${SRCFILE}
  mirror://${PNAME}/${PNAME}-1.7.0-cflags.patch  
23  )  )
24    
25  UP2DATE="updatecmd -listonly ${HOMEPAGE}/sourcecode.html | firsttarball gz"  UP2DATE="updatecmd -listonly ${HOMEPAGE}/sourcecode.html | firsttarball gz"
# Line 30  src_prepare() Line 29  src_prepare()
29   munpack ${SRCFILE} || die   munpack ${SRCFILE} || die
30   cd ${SRCDIR}   cd ${SRCDIR}
31    
  # fix CFLAGS  
  mpatch ${PNAME}-1.7.0-cflags.patch || die  
   
32   # disable optimations on all arches   # disable optimations on all arches
33   sed -i '/#define SOUNDTOUCH_ALLOW_X86_OPTIMIZATIONS/d' include/STTypes.h || die   sed -i '/#define SOUNDTOUCH_ALLOW_X86_OPTIMIZATIONS/d' include/STTypes.h || die
34    

Legend:
Removed from v.24879  
changed lines
  Added in v.24880