Magellan Linux

Diff of /trunk/extras/amarok/amarok-1.4.10-r4.smage2

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

revision 5265 by niro, Mon Apr 19 19:53:11 2010 UTC revision 5266 by niro, Mon Apr 19 20:00:04 2010 UTC
# Line 28  SRCDIR="${BUILDDIR}/${PNAME}-${PVER}" Line 28  SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
28  SRC_URI=(  SRC_URI=(
29   kde://${PNAME}/${PVER}/src/${SRCFILE}   kde://${PNAME}/${PVER}/src/${SRCFILE}
30   mirror://${PNAME}/${SRCFILE}   mirror://${PNAME}/${SRCFILE}
31     mirror://${PNAME}/${PNAME}-${PVER}-libmtp-0.3.0-API.patch
32  )  )
33    
34  sminclude kde3  sminclude kde3
# Line 35  sminclude kde3 Line 36  sminclude kde3
36  # note: supports either arts, xine-lib or gstreamer  # note: supports either arts, xine-lib or gstreamer
37  # see http://amarok.kde.org/wiki/index.php/Requirements for more info  # see http://amarok.kde.org/wiki/index.php/Requirements for more info
38    
39    src_prepare()
40    {
41     munpack ${SRCFILE} || die
42     cd ${SRCDIR}
43    
44     # fix some compile issues, support newer libmtp api
45     mpatch ${PNAME}-${PVER}-libmtp-0.3.0-API.patch || die
46    }
47    
48  src_compile()  src_compile()
49  {  {
50   cd ${SRCDIR}   cd ${SRCDIR}

Legend:
Removed from v.5265  
changed lines
  Added in v.5266