Magellan Linux

Diff of /branches/magellan-next/extras/gpac/gpac-0.4.5-r2.smage2

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

revision 8290 by niro, Thu Jul 14 11:40:02 2011 UTC revision 8292 by niro, Thu Jul 14 12:03:03 2011 UTC
# Line 41  SRC_URI=( Line 41  SRC_URI=(
41   mirror://${PNAME}/${PNAME}-${PVER}-pulseaudio-configable.patch   mirror://${PNAME}/${PNAME}-${PVER}-pulseaudio-configable.patch
42   mirror://${PNAME}/${PNAME}-${PVER}-swscalecall.patch   mirror://${PNAME}/${PNAME}-${PVER}-swscalecall.patch
43   mirror://${PNAME}/${PNAME}-${PVER}-x11-link.patch   mirror://${PNAME}/${PNAME}-${PVER}-x11-link.patch
44     mirror://${PNAME}/${PNAME}-${PVER}-libpng15.patch
45  )  )
46    
47  UP2DATE="updatecmd_sourceforge ${PNAME}"  UP2DATE="updatecmd_sourceforge ${PNAME}"
# Line 59  src_prepare() Line 60  src_prepare()
60   mpatch ${PNAME}-${PVER}-pulseaudio-configable.patch || die   mpatch ${PNAME}-${PVER}-pulseaudio-configable.patch || die
61   mpatch ${PNAME}-${PVER}-swscalecall.patch || die   mpatch ${PNAME}-${PVER}-swscalecall.patch || die
62   mpatch ${PNAME}-${PVER}-x11-link.patch || die   mpatch ${PNAME}-${PVER}-x11-link.patch || die
63     # fix build against libpng-1.5
64     mpatch ${PNAME}-${PVER}-libpng15.patch || die
65    
66     # fnot supported by newer gcc
67     sed -i 's:--warn-common::' configure || die
68    
69     # do not run ldconfig
70   sed -i '/ldconfig / d' Makefile || die   sed -i '/ldconfig / d' Makefile || die
71    
72   # configure is not executable   # configure is not executable

Legend:
Removed from v.8290  
changed lines
  Added in v.8292