Show
Ignore:
Timestamp:
09/05/08 11:09:14 (4 months ago)
Author:
mariodebian
Message:

initramfs-tools-tcos (0.89.6)

  • xmlrpc/sh/rtp-controller.sh, hooks-addons/21pulseaudio:
    • Copy and create links of sox libs
    • Copy libasound2-plugins of pulseaudio and create /etc/asound.conf
  • bin/tcos-buildchroot:
    • Add libasound2-plugins to base packages
  • bin/configurexorg:
    • touch mysettings.conf (newer tftp don't create if no exists)
  • debian/control:
    • Add libsox-fmt-all and libasound2-plugins to tcos-core Depends
Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/initramfs-tools-tcos/xmlrpc/sh/rtp-controller.sh

    r733 r955  
    3030  STANDALONE=0 
    3131  export XAUTHORITY=/root/.Xauthority 
     32  if [ -d /usr/lib/sox ]  && [ ! -f /tmp/sox.libs ]; then 
     33    # update sox libs 
     34    for lib in $(/usr/lib/sox/ -type f); do 
     35      ln -s $lib $(echo $lib | awk -F"\.so" '{print $1".so"}')    >> /tmp/sox.libs 2>&1 
     36      ln -s $lib $(echo $lib | awk -F"\.so" '{print $1".so.0"}')  >> /tmp/sox.libs 2>&1 
     37    done 
     38  fi 
     39 
    3240else 
    3341  STANDALONE=1 
     
    3745  DBUS_HANDLER="/usr/lib/tcos/tcos-dbus-helper --username=${STANDALONE_USER} " 
    3846fi 
     47 
    3948 
    4049