Magellan Linux

Diff of /trunk/extras/xine-lib/xine-lib-1.2.1-r1.smage2

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

revision 11648 by niro, Tue Mar 13 22:06:54 2012 UTC revision 11649 by niro, Tue Mar 13 22:07:38 2012 UTC
# Line 41  SRC_URI=( Line 41  SRC_URI=(
41   sourceforge://xine/${SRCFILE}   sourceforge://xine/${SRCFILE}
42   mirror://${PNAME}/${SRCFILE}   mirror://${PNAME}/${SRCFILE}
43   mirror://${PNAME}/${PNAME}-1.1.4-pic.patch   mirror://${PNAME}/${PNAME}-1.1.4-pic.patch
  mirror://${PNAME}/${PNAME}-1.1.19-xvmc.patch  
  mirror://${PNAME}/${PNAME}-1.1.19-ffmpeg.patch  
44  )  )
45    
46  UP2DATE="updatecmd_sourceforge xine xine-lib"  UP2DATE="updatecmd_sourceforge xine xine-lib"
# Line 73  src_prepare() Line 71  src_prepare()
71   # fixes compilation errors when using -fpic   # fixes compilation errors when using -fpic
72   mpatch ${PNAME}-1.1.4-pic.patch || die   mpatch ${PNAME}-1.1.4-pic.patch || die
73    
  # fix compilation against newer videoproto  
  mpatch ${PNAME}-1.1.19-xvmc.patch || die  
   
  # fix compilation against newer ffmpeg  
  mpatch ${PNAME}-1.1.19-ffmpeg.patch || die  
   
74   # libtoolize it or the linking will fail (1.0.2 only?)   # libtoolize it or the linking will fail (1.0.2 only?)
75   mlibtoolize || die   mlibtoolize || die
76    

Legend:
Removed from v.11648  
changed lines
  Added in v.11649