Changeset 1908

Show
Ignore:
Timestamp:
06/09/07 08:57:44 (19 months ago)
Author:
alexander
Message:

brltty version update

Location:
trunk
Files:
3 modified
1 moved

Legend:

Unmodified
Added
Removed
  • trunk/Makefile

    r1897 r1908  
    261261        ch-device-mapper ch-LVM2 ch-dmraid \ 
    262262        ch-dhcpcd ch-distcc ch-ppp ch-rp-pppoe \ 
    263         ch-cpio ch-mutt ch-msmtp ch-tin ch-mdadm ch-which ch-BRLTTY  \ 
     263        ch-cpio ch-mutt ch-msmtp ch-tin ch-mdadm ch-which ch-brltty  \ 
    264264        ch-strace ch-iptables ch-eject ch-xlockmore ch-hdparm ch-linux \ 
    265265        ch-sysfsutils ch-pcmcia-cs ch-pcmciautils ch-ddccontrol ch-ddccontrol-db \ 
  • trunk/packages/brltty/Makefile

    r1816 r1908  
    22 
    33NM= brltty 
    4 VRS= 3.7.2 
     4VRS= 3.8 
    55DIR= $(NM)-$(VRS) 
    66 
    77FILE= $(DIR).tar.gz 
    88URL-$(FILE)= http://www.mielke.cc/brltty/releases/$(FILE) 
    9 SHA-$(FILE)= 0aa8a51a03687acddadbd422f5dff688a5a89b97 
     9SHA-$(FILE)= d6d12254aa9a01fb34d1665027bc894c28e75e79 
    1010 
    1111# Targets 
     
    2121 
    2222compile-stage2: 
    23         sed -i '/linux\/compiler\.h/d' Programs/usb_linux.c 
     23        # Do we want this? 
     24        # sed -i 's/usb_object="linux"/usb_object="libusb"/' configure 
    2425        ./configure --prefix=/usr --sysconfdir=/etc --disable-speech-support \ 
    2526            --disable-api 
  • trunk/scripts/shutdown-helper

    r1885 r1908  
    8080# "-t no" because otherwise /dev/pts isn't unmounted. 
    8181umount -na -t no 
     82# brltty quirk - it mounts /etc/brltty/usbfs. "not mounted" goes to /dev/null 
     83umount -n /etc/brltty/usbfs 2>/dev/null 
    8284cd /dev/shm 
    8385mount -n -t proc proc /dev/shm/proc