Magellan Linux

Diff of /branches/magellan-next/core/gst-plugins-base/gst-plugins-base-0.10.30-r1.smage2

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

revision 6833 by niro, Wed Sep 22 18:29:19 2010 UTC revision 6834 by niro, Wed Sep 22 18:44:02 2010 UTC
# Line 25  sminclude mbuild Line 25  sminclude mbuild
25  SRC_URI=(  SRC_URI=(
26   http://gstreamer.freedesktop.org/src/${PNAME}/${SRCFILE}   http://gstreamer.freedesktop.org/src/${PNAME}/${SRCFILE}
27   mirror://${PNAME}/${SRCFILE}   mirror://${PNAME}/${SRCFILE}
28     mirror://${PNAME}/${PNAME}-${PVER}-make382.patch
29  )  )
30    
31  UP2DATE="updatecmd http://gstreamer.freedesktop.org/src/${PNAME}/ | lasttarball"  UP2DATE="updatecmd http://gstreamer.freedesktop.org/src/${PNAME}/ | lasttarball"
32    
33    src_prepare()
34    {
35     munpack ${SRCFILE} || die
36     cd ${SRCDIR}
37    
38     # fix built against make-3.82
39     mpatch ${PNAME}-${PVER}-make382.patch || die
40    }

Legend:
Removed from v.6833  
changed lines
  Added in v.6834