Magellan Linux

Diff of /branches/magellan-next/extras/phonon/phonon-4.4.2-r2.smage2

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

revision 6898 by niro, Fri Sep 24 08:15:55 2010 UTC revision 6899 by niro, Fri Sep 24 08:38:39 2010 UTC
# Line 34  sminclude kde4 Line 34  sminclude kde4
34  SRC_URI=(  SRC_URI=(
35   kde://${PNAME}/${PVER}/${SRCFILE}   kde://${PNAME}/${PVER}/${SRCFILE}
36   mirror://${PNAME}/${PVER}/${SRCFILE}   mirror://${PNAME}/${PVER}/${SRCFILE}
37     mirror://${PNAME}/${PNAME}-${PVER}-glib2.patch
38  )  )
39    
40  UP2DATE="updatecmd -listonly http://ftp.gwdg.de/pub/x11/kde/stable/${PNAME} | sed -n 's:.*\/\(.*\)\/:\1:;$ p'"  UP2DATE="updatecmd -listonly http://ftp.gwdg.de/pub/x11/kde/stable/${PNAME} | sed -n 's:.*\/\(.*\)\/:\1:;$ p'"
41    
42    src_prepare()
43    {
44     munpack ${SRCFILE} || die
45     cd ${SRCDIR}
46    
47     # fix build on 64bit systems against newer glib2
48     # see: https://bugs.kde.org/show_bug.cgi?id=247546
49     mpatch ${PNAME}-${PVER}-glib2.patch || die
50    }
51    
52  src_compile()  src_compile()
53  {  {
54   cd ${SRCDIR}   cd ${SRCDIR}

Legend:
Removed from v.6898  
changed lines
  Added in v.6899