Magellan Linux

Diff of /branches/R11-unstable/extras/gstreamer0.10-plugins-ugly/gstreamer0.10-plugins-ugly-0.10.19-r5.smage2

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

revision 20320 by niro, Tue Dec 3 12:30:39 2013 UTC revision 20322 by niro, Tue Dec 3 12:39:51 2013 UTC
# Line 1  Line 1 
1  # $Id$  # $Id$
2    
3    PVER="0.10.19"
4  _realPNAME="gst-plugins-ugly"  _realPNAME="gst-plugins-ugly"
 _realPVER="0.10.19"  
5  _majorPVER="${_realPVER%.*}"  _majorPVER="${_realPVER%.*}"
6    
7  PNAME="gstreamer${_majorPVER}-plugins-ugly"  PNAME="gstreamer${_majorPVER}-plugins-ugly"
 PVER="${_realPVER}"  
8  PBUILD="r5"  PBUILD="r5"
9    
10  PCAT="media-libs"  PCAT="media-libs"
# Line 41  msetfeature "!check" Line 40  msetfeature "!check"
40  SRC_URI=(  SRC_URI=(
41   http://gstreamer.freedesktop.org/src/${_realPNAME}/${SRCFILE}   http://gstreamer.freedesktop.org/src/${_realPNAME}/${SRCFILE}
42   mirror://${_realPNAME}/${SRCFILE}   mirror://${_realPNAME}/${SRCFILE}
43     mirror://${_realPNAME}/${_realPNAME}-${PVER}-libcdio90.patch
44  )  )
45    
46  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"
47    
48    src_prepare()
49    {
50     munpack ${SRCFILE} || die
51     cd ${SRCDIR}
52    
53     # fix build against >= libcdio-0.90
54     mpatch ${_realPNAME}-${PVER}-libcdio90.patch || die
55    }
56    
57  src_compile()  src_compile()
58  {  {
59   cd ${SRCDIR}   cd ${SRCDIR}

Legend:
Removed from v.20320  
changed lines
  Added in v.20322