Magellan Linux

Diff of /branches/R11-stable/extras/gstreamer0.10-plugins-good/gstreamer0.10-plugins-good-0.10.31-r2.smage2

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

revision 20336 by niro, Thu Dec 5 11:59:45 2013 UTC revision 20337 by niro, Thu Dec 5 12:07:09 2013 UTC
# Line 44  SRC_URI=( Line 44  SRC_URI=(
44   http://gstreamer.freedesktop.org/src/${_realPNAME}/${SRCFILE}   http://gstreamer.freedesktop.org/src/${_realPNAME}/${SRCFILE}
45   mirror://${_realPNAME}/${SRCFILE}   mirror://${_realPNAME}/${SRCFILE}
46   mirror://${_realPNAME}/${_realPNAME}-${PVER}-linux36.patch   mirror://${_realPNAME}/${_realPNAME}-${PVER}-linux36.patch
47     mirror://${_realPNAME}/${_realPNAME}-${PVER}-compile-fixes.patch
48  )  )
49    
50  UP2DATE="updatecmd http://gstreamer.freedesktop.org/src/${_realPNAME}/  | grep ${_realPNAME}-${_majorPVER}| lasttarball xz"  UP2DATE="updatecmd http://gstreamer.freedesktop.org/src/${_realPNAME}/  | grep ${_realPNAME}-${_majorPVER}| lasttarball xz"
# Line 54  src_prepare() Line 55  src_prepare()
55    
56   # fix build with newer linux-headers - the v4l2_buffer input field was removed   # fix build with newer linux-headers - the v4l2_buffer input field was removed
57   mpatch ${_realPNAME}-${PVER}-linux36.patch || die   mpatch ${_realPNAME}-${PVER}-linux36.patch || die
58     mpatch ${_realPNAME}-${PVER}-compile-fixes.patch || die
59  }  }
60    
61  src_compile()  src_compile()

Legend:
Removed from v.20336  
changed lines
  Added in v.20337