Changeset 2151

Show
Ignore:
Timestamp:
12/29/07 00:24:54 (1 year ago)
Author:
alexander
Message:

Updated speech dispatcher to get the official fix instead of the custom patch

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/packages/speech-dispatcher/Makefile

    r2119 r2151  
    22 
    33NM= speech-dispatcher 
    4 VRS= 0.6.4 
     4VRS= 0.6.5 
    55DIR= $(NM)-$(VRS) 
    66 
    77FILE= $(DIR).tar.gz 
    88URL-$(FILE)= http://www.freebsoft.org/pub/projects/speechd/$(FILE) 
    9 SHA-$(FILE)= 9350cffa71bb1d960cefe0dae66af5bfe9036570 
     9SHA-$(FILE)= 5f2cd4964bf96e49e41bc6fe908f8f482f9ea0e7 
    1010 
    11 PATCH1= $(DIR)-host-1.patch 
    1211# Targets 
    1312 
     
    2221 
    2322compile-stage2: 
    24         patch -Np1 -i ../$(PATCH1) 
    2523        sed -i  -e 's/LogLevel  3/LogLevel  0/' \ 
    2624                -e 's/# DefaultLanguage  "en"/DefaultLanguage  "en"/' \ 
    2725                -e 's/^AddModule/#Addmodule/' \ 
    2826                -e 's/#\(.*sd_espeak.*\)$$/\1/' \ 
    29                 -e 's/DefaultModule flite/DefaultModule espeak/' \ 
    3027                config/speechd.conf.in 
    3128        ./configure --prefix=/usr --sysconfdir=/etc