Magellan Linux

Diff of /branches/magellan-next/extras/kdemultimedia4/kdemultimedia4-4.6.5-r1.smage2

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

revision 8729 by niro, Thu Jul 28 08:40:31 2011 UTC revision 8730 by niro, Thu Jul 28 08:48:31 2011 UTC
# Line 31  sminclude kde4-split Line 31  sminclude kde4-split
31    
32  SRC_URI=( ${SRC_URI[*]}  SRC_URI=( ${SRC_URI[*]}
33   mirror://${PNAME}/${PNAME}-${PVER}-memleak.patch   mirror://${PNAME}/${PNAME}-${PVER}-memleak.patch
34     mirror://${PNAME}/${PNAME}-${PVER}-ffmpeg08.patch
35  )  )
36    
37  UP2DATE="updatecmd http://www.kde.org/download/ | grep ${PNAME/4/} | sed -n '1 p' | sed 's/.*-\([^ ]*\) .*/\1/'"  UP2DATE="updatecmd http://www.kde.org/download/ | grep ${PNAME/4/} | sed -n '1 p' | sed 's/.*-\([^ ]*\) .*/\1/'"
# Line 103  src_prepare() Line 104  src_prepare()
104    
105   # fixes a memleak in kmix   # fixes a memleak in kmix
106   mpatch ${PNAME}-${PVER}-memleak.patch || die   mpatch ${PNAME}-${PVER}-memleak.patch || die
107    
108     # fix build against >=ffmpeg-0.8 and svn/git versions
109     mpatch ${PNAME}-${PVER}-ffmpeg08.patch || die
110  }  }
111    
112  src_compile()  src_compile()

Legend:
Removed from v.8729  
changed lines
  Added in v.8730