Magellan Linux

Diff of /trunk/extras/pulseaudio/pulseaudio-1.1-r4.smage2

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

revision 12738 by niro, Sat Jun 30 18:29:54 2012 UTC revision 12739 by niro, Sat Jun 30 18:44:30 2012 UTC
# Line 67  sminclude mtools multilib cleanutils Line 67  sminclude mtools multilib cleanutils
67  SRC_URI=(  SRC_URI=(
68   http://freedesktop.org/software/${PNAME}/releases/${SRCFILE}   http://freedesktop.org/software/${PNAME}/releases/${SRCFILE}
69   mirror://${PNAME}/${SRCFILE}   mirror://${PNAME}/${SRCFILE}
70     mirror://${PNAME}/${PNAME}-${PVER}-remove-usage-of-deprecated-udev_get_-_path.patch
71  )  )
72    
73  UP2DATE="updatecmd ${HOMEPAGE} | firsttarball gz"  UP2DATE="updatecmd ${HOMEPAGE} | firsttarball gz"
# Line 141  src_prepare() Line 142  src_prepare()
142  {  {
143   munpack ${SRCFILE} || die   munpack ${SRCFILE} || die
144    
145     # fix ftbfs against newer udev versions (>=udev-185)
146     mpatch ${PNAME}-${PVER}-remove-usage-of-deprecated-udev_get_-_path.patch || die
147    
148   # fix /var/run -> /run   # fix /var/run -> /run
149   all-abis "sed -i 's:^\(PA_SYSTEM_RUNTIME_PATH=\).*:\1\"/run/pulse\":' configure.ac || die"   all-abis "sed -i 's:^\(PA_SYSTEM_RUNTIME_PATH=\).*:\1\"/run/pulse\":' configure.ac || die"
150   mautoreconf || die   mautoreconf || die

Legend:
Removed from v.12738  
changed lines
  Added in v.12739