Magellan Linux

Diff of /branches/magellan-next/core/libtunepimp/libtunepimp-0.5.3-r7.smage2

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

revision 7171 by niro, Thu Sep 30 10:07:07 2010 UTC revision 7172 by niro, Thu Sep 30 10:16:50 2010 UTC
# Line 32  SRC_URI=( Line 32  SRC_URI=(
32   mirror://${PNAME}/${PNAME}-${PVER}-libtool.patch   mirror://${PNAME}/${PNAME}-${PVER}-libtool.patch
33   mirror://${PNAME}/${PNAME}-${PVER}-build-fix.patch   mirror://${PNAME}/${PNAME}-${PVER}-build-fix.patch
34   mirror://${PNAME}/${PNAME}-${PVER}-libmp4v2.patch   mirror://${PNAME}/${PNAME}-${PVER}-libmp4v2.patch
35     mirror://${PNAME}/${PNAME}-${PVER}-gcc45.patch
36  )  )
37    
38  UP2DATE="updatecmd ftp://ftp.musicbrainz.org/pub/musicbrainz/ | grep ${PNAME}- | lasttarball gz"  UP2DATE="updatecmd ftp://ftp.musicbrainz.org/pub/musicbrainz/ | grep ${PNAME}- | lasttarball gz"
# Line 53  src_prepare() Line 54  src_prepare()
54   # support newer libmp4v2   # support newer libmp4v2
55   mpatch ${PNAME}-${PVER}-libmp4v2.patch || die   mpatch ${PNAME}-${PVER}-libmp4v2.patch || die
56    
57     # fixes issues with gcc-4.5
58     mpatch ${PNAME}-${PVER}-gcc45.patch || die
59    
60   # do not try to link against obsolete libtermcap   # do not try to link against obsolete libtermcap
61   sed -i 's:-ltermcap:-lncurses:' configure || die   sed -i 's:-ltermcap:-lncurses:' configure || die
62   sed -i 's:-lthr:-lpthread:g' lib/threads/posix/Makefile.in || die   sed -i 's:-lthr:-lpthread:g' lib/threads/posix/Makefile.in || die

Legend:
Removed from v.7171  
changed lines
  Added in v.7172