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 20335 by niro, Thu Dec 5 11:17:39 2013 UTC revision 20336 by niro, Thu Dec 5 11:59:45 2013 UTC
# Line 43  msetfeature "!check" Line 43  msetfeature "!check"
43  SRC_URI=(  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
47  )  )
48    
49  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"
50    
51    src_prepare()
52    {
53     munpack ${SRCFILE} || die
54    
55     # fix build with newer linux-headers - the v4l2_buffer input field was removed
56     mpatch ${_realPNAME}-${PVER}-linux36.patch || die
57    }
58    
59  src_compile()  src_compile()
60  {  {
61   # really disable esound support   # really disable esound support

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