Magellan Linux

Diff of /trunk/extras/libtheora/libtheora-1.1.1-r3.smage2

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

branches/magellan-next/core/libtheora/libtheora-1.1.1-r3.smage2 revision 8203 by niro, Wed Jul 13 07:32:00 2011 UTC trunk/core/libtheora/libtheora-1.1.1-r3.smage2 revision 10292 by niro, Fri Jan 20 17:52:12 2012 UTC
# Line 4  PNAME="libtheora" Line 4  PNAME="libtheora"
4  PVER="1.1.1"  PVER="1.1.1"
5  PBUILD="r3"  PBUILD="r3"
6    
7  PCATEGORIE="media-libs"  PCAT="media-libs"
8    
9  DESCRIPTION="Theora is a free and open video compression format."  DESCRIPTION="Theora is a free and open video compression format."
10  HOMEPAGE="http://www.theora.org/"  HOMEPAGE="http://www.theora.org/"
# Line 35  src_prepare() Line 35  src_prepare()
35   # force usage of our cflags   # force usage of our cflags
36   mpatch ${PNAME}-1.0_beta2-cflags.patch || die   mpatch ${PNAME}-1.0_beta2-cflags.patch || die
37    
38   # autoreconf is not working   all-abis 'rm ${SRCDIR}-${abi}/ltmain.sh || die'
39     all-abis 'rm ${SRCDIR}-${abi}/aclocal.m4 || die'
40     all-abis 'libtoolize --install --force --verbose' || die
41    
42   export WANT_AUTOMAKE=1.10   export WANT_AUTOMAKE=1.10
43   all-abis sh autogen.sh || die   all-abis 'autoreconf --verbose --install --force -I m4' || die
44  }  }
45    
46  src_compile()  src_compile()

Legend:
Removed from v.8203  
changed lines
  Added in v.10292