Magellan Linux

Diff of /branches/R11-unstable/extras/gstreamer0.10/gstreamer0.10-0.10.36-r2.smage2

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

revision 20330 by niro, Tue Dec 3 15:48:22 2013 UTC revision 20334 by niro, Thu Dec 5 10:32:10 2013 UTC
# Line 22  DEPEND="$(marchdepend) Line 22  DEPEND="$(marchdepend)
22    
23  SDEPEND=">= sys-dev/gettext-0.18  SDEPEND=">= sys-dev/gettext-0.18
24   >= dev-util/pkgconfig-0.25   >= dev-util/pkgconfig-0.25
25   >= dev-libs/gobject-introspection-1.38"   >= dev-libs/gobject-introspection-1.38
26     >= sys-dev/bison-3"
27    
28  SRCFILE="${_realPNAME}-${PVER}.tar.xz"  SRCFILE="${_realPNAME}-${PVER}.tar.xz"
29  SRCDIR="${BUILDDIR}/${_realPNAME}-${PVER}"  SRCDIR="${BUILDDIR}/${_realPNAME}-${PVER}"
# Line 35  sminclude mbuild mtools multilib Line 36  sminclude mbuild mtools multilib
36  SRC_URI=(  SRC_URI=(
37   http://gstreamer.freedesktop.org/src/${_realPNAME}/${SRCFILE}   http://gstreamer.freedesktop.org/src/${_realPNAME}/${SRCFILE}
38   mirror://${_realPNAME}/${SRCFILE}   mirror://${_realPNAME}/${SRCFILE}
39     mirror://${_realPNAME}/${_realPNAME}-${PVER}-bison3.patch
40  )  )
41    
42  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"
43    
44    src_prepare()
45    {
46     munpack ${SRCFILE} || die
47    
48     # fix build with bison-3
49     mpatch ${_realPNAME}-${PVER}-bison3.patch || die
50    }
51    
52  src_compile()  src_compile()
53  {  {
54   local myconf   local myconf

Legend:
Removed from v.20330  
changed lines
  Added in v.20334