Magellan Linux

Diff of /branches/magellan-next/extras/strigi/strigi-0.7.5-r2.smage2

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

revision 8886 by niro, Sat Aug 6 16:41:21 2011 UTC revision 8887 by niro, Sat Aug 6 17:12:03 2011 UTC
# Line 31  sminclude qt4 cmake Line 31  sminclude qt4 cmake
31  SRC_URI=(  SRC_URI=(
32   http://www.vandenoever.info/software/${PNAME}/${SRCFILE}   http://www.vandenoever.info/software/${PNAME}/${SRCFILE}
33   mirror://${PNAME}/${SRCFILE}   mirror://${PNAME}/${SRCFILE}
34     mirror://${PNAME}/${PNAME}-${PVER}-ffmpeg.patch
35  )  )
36    
37  UP2DATE="updatecmd http://www.vandenoever.info/software/${PNAME}/ | grep ${PNAME}- | firsttarball"  UP2DATE="updatecmd http://www.vandenoever.info/software/${PNAME}/ | grep ${PNAME}- | firsttarball"
38    
39    src_prepare()
40    {
41     munpack ${SRCFILE} || die
42     cd ${SRCDIR}
43    
44     # fix build against newer ffmpeg versions
45     mpatch ${PNAME}-${PVER}-ffmpeg.patch || die
46    }
47    
48  src_compile()  src_compile()
49  {  {
50   cd ${SRCDIR}   cd ${SRCDIR}
# Line 68  src_compile() Line 78  src_compile()
78    
79  src_install()  src_install()
80  {  {
81   qt4_src_install || die   cmake_src_install || die
82   minstalldir /etc/xdg/autostart || die   minstalldir /etc/xdg/autostart || die
83   minstallfile strigi-daemon.desktop /etc/xdg/autostart/ || die   minstallfile strigi-daemon.desktop /etc/xdg/autostart/ || die
84  }  }

Legend:
Removed from v.8886  
changed lines
  Added in v.8887