Magellan Linux

Diff of /trunk/core/libtheora/libtheora-1.0-r1.smage2

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

revision 921 by niro, Sun Dec 28 09:55:15 2008 UTC revision 922 by niro, Sun Dec 28 09:59:17 2008 UTC
# Line 25  SRC_URI=( Line 25  SRC_URI=(
25   http://downloads.xiph.org/releases/${PNAME/lib/}/${SRCFILE}   http://downloads.xiph.org/releases/${PNAME/lib/}/${SRCFILE}
26   mirror://${PNAME}/${SRCFILE}   mirror://${PNAME}/${SRCFILE}
27   mirror://${PNAME}/${PNAME}-1.0_beta2-cflags.patch   mirror://${PNAME}/${PNAME}-1.0_beta2-cflags.patch
  mirror://${PNAME}/${PNAME}-1.0_beta2-pic.patch  
28  )  )
29    
30  UP2DATE="updatecmd 'http://downloads.xiph.org/releases/${PNAME/lib/}/?C=M;O=A' | lasttarball gz"  UP2DATE="updatecmd 'http://downloads.xiph.org/releases/${PNAME/lib/}/?C=M;O=A' | lasttarball gz"
# Line 37  src_prepare() Line 36  src_prepare()
36   # force usage of our cflags   # force usage of our cflags
37   mpatch ${PNAME}-1.0_beta2-cflags.patch || die   mpatch ${PNAME}-1.0_beta2-cflags.patch || die
38    
  # fix textrels on 64bit systems  
  mpatch ${PNAME}-1.0_beta2-pic.patch || die  
   
39   # autoreconf is not working   # autoreconf is not working
40   all-abis aclocal -Im4 || die   all-abis aclocal -Im4 || die
41   all-abis autoconf --force || die   all-abis autoconf --force || die

Legend:
Removed from v.921  
changed lines
  Added in v.922