Magellan Linux

Diff of /trunk/core/musicbrainz/musicbrainz-2.1.5-r3.smage2

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

revision 1619 by niro, Tue May 12 16:29:03 2009 UTC revision 1620 by niro, Tue May 12 16:35:55 2009 UTC
# Line 23  sminclude mbuild Line 23  sminclude mbuild
23  SRC_URI=(  SRC_URI=(
24   ftp://ftp.musicbrainz.org/pub/${PNAME}/${SRCFILE}   ftp://ftp.musicbrainz.org/pub/${PNAME}/${SRCFILE}
25   mirror://${PNAME}/${SRCFILE}   mirror://${PNAME}/${SRCFILE}
26     mirror://${PNAME}/${PNAME}-${PVER}-gcc43.patch
27  )  )
28    
29  # check for libmusicbrainz-2.x libs only  # check for libmusicbrainz-2.x libs only
30  UP2DATE="updatecmd ftp://ftp.musicbrainz.org/pub/musicbrainz/ | grep lib${PNAME}-2.[0-9] | lasttarball gz"  UP2DATE="updatecmd ftp://ftp.musicbrainz.org/pub/musicbrainz/ | grep lib${PNAME}-2.[0-9] | lasttarball gz"
31    
32    src_prepare()
33    {
34     munpack ${SRCFILE} || die
35     cd ${SRCDIR}
36    
37     # fixes compilation issues with gcc-4.3
38     mpatch ${PNAME}-${PVER}-gcc43.patch || die
39    }
40    
41  src_compile()  src_compile()
42  {  {
43   cd ${SRCDIR}   cd ${SRCDIR}

Legend:
Removed from v.1619  
changed lines
  Added in v.1620