Changeset 286

Show
Ignore:
Timestamp:
10/03/07 09:40:32 (14 months ago)
Author:
free
Message:

new release

Location:
mediastation/trunk
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • mediastation/trunk/debian/changelog

    r260 r286  
    1 mediastation (0.9.0~pre13) unstable; urgency=low 
     1mediastation (0.9.0~pre14) unstable; urgency=low 
    22 
    33  * Fixed legacy font path in xorg.conf 
     
    1212  * Added backported luasocket to the APT preferences 
    1313  * Added lashd 
    14   * Added wineasio 
     14  * Added wineasio and relevant configuration 
    1515 
    1616 -- Free Ekanayaka <freee@debian.org>  Wed, 23 May 2007 11:23:43 +0200 
  • mediastation/trunk/utils/mediastation-config

    r255 r286  
    6464done 
    6565 
     66# Configure wineasio 
     67regsvr32 wineasio.dll 
     68 
     69inf=/usr/share/wine/wine.inf 
     70if ! exists $inf; then warning "$inf not found"; return; fi     
     71if ! grep -q '^HKCU,Software\Wine\Drivers,"Audio",2,"alsa"' $inf; then 
     72    echo 'HKCU,Software\Wine\Drivers,"Audio",2,"alsa"' >> $inf 
     73fi 
     74 
    6675# HACK: run depmod here 
    6776depmod 2.6.17-2-multimedia-486