Magellan Linux

Diff of /smage/branches/alx-0_6_0/extras/alsa-utils/alsa-utils-1.0.27.1-r1.smage2

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

revision 4901 by niro, Tue May 28 14:01:39 2013 UTC revision 4902 by niro, Tue May 28 14:03:58 2013 UTC
# Line 19  SDEPEND=">= app-text/xmlto-0.0.23" Line 19  SDEPEND=">= app-text/xmlto-0.0.23"
19  SRCFILE="${PNAME}-${PVER/_/}.tar.bz2"  SRCFILE="${PNAME}-${PVER/_/}.tar.bz2"
20  SRCDIR="${BUILDDIR}/${PNAME}-${PVER/_/}"  SRCDIR="${BUILDDIR}/${PNAME}-${PVER/_/}"
21    
22  sminclude mbuild mtools  ALX_ONLY_KEEP="usr/bin/aplay
23     usr/bin/alsamixer"
24    sminclude mbuild mtools alx-split
25    
26  SRC_URI=(  SRC_URI=(
27   http://dl.ambiweb.de/mirrors/ftp.alsa-project.org/utils/${SRCFILE}   http://dl.ambiweb.de/mirrors/ftp.alsa-project.org/utils/${SRCFILE}
# Line 38  src_compile() Line 40  src_compile()
40   mconfigure --with-udev-rules-dir=/usr/lib/udev/rules.d ${myconf} || die   mconfigure --with-udev-rules-dir=/usr/lib/udev/rules.d ${myconf} || die
41   mmake || die   mmake || die
42  }  }
   
 postinstall()  
 {  
  echo  
  echo "WARNING!!! The mixer channels for the ALSA driver are muted by default!!!"  
  echo "Please use 'alsamixer' to unmute them ..."  
  echo  
 }  

Legend:
Removed from v.4901  
changed lines
  Added in v.4902