Magellan Linux

Diff of /branches/R11-stable/extras/musicbrainz5/musicbrainz5-5.0.1-r1.smage2

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

revision 13552 by niro, Fri Oct 12 11:28:38 2012 UTC revision 13553 by niro, Fri Oct 12 11:34:43 2012 UTC
# Line 19  sminclude cmake Line 19  sminclude cmake
19  SRC_URI=(  SRC_URI=(
20   http://github.com/downloads/metabrainz/lib${PNAME/5/}/${SRCFILE}   http://github.com/downloads/metabrainz/lib${PNAME/5/}/${SRCFILE}
21   mirror://${PNAME/5/}/${SRCFILE}   mirror://${PNAME/5/}/${SRCFILE}
22     mirror://${PNAME/5/}/musicbrainz-${PVER}-support-out-of-source-build.patch
23  )  )
24    
25  # check for libmusicbrainz-5.x libs only  # check for libmusicbrainz-5.x libs only
26  UP2DATE="updatecmd http://github.com/metabrainz/lib${PNAME/5/}/downloads | grep lib${PNAME/5/}-5.[0-9] | firsttarball gz"  UP2DATE="updatecmd http://github.com/metabrainz/lib${PNAME/5/}/downloads | grep lib${PNAME/5/}-5.[0-9] | firsttarball gz"
27    
28    src_prepare()
29    {
30     munpack ${SRCFILE} || die
31     cd ${SRCDIR}
32     mpatch musicbrainz-${PVER}-support-out-of-source-build.patch || die
33    }

Legend:
Removed from v.13552  
changed lines
  Added in v.13553