Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37544148
en ru br
ALT Linux repos
S:2.5-alt0.4
5.0: 1.96-alt6
4.1: 1.96-alt5.M41.1
4.0: 1.96-alt2.6
3.0:
+backports:1.96-alt0.M30.1

Other repositories
Upstream:1.96-beta

Group :: Sound
RPM: festival

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Patch: festival_1.96-scm.diff
Download


--- festival-1.4.3.orig/lib/festdoc.scm
+++ festival-1.4.3/lib/festdoc.scm
@@ -55,6 +55,7 @@
 
  ;; Need to ensure all library files are actually loaded if they contain
  ;; funcstions/variables which have to be put in the manual
+ (require 'festival)
  (require 'display)
  (require 'mbrola)
  (require 'tilt)
--- festival-1.4.3.orig/lib/lexicons.scm
+++ festival-1.4.3/lib/lexicons.scm
@@ -42,7 +42,7 @@
   (if (probe_file (path-append libdir "dicts"))
       (path-append libdir "dicts/")
       ;; else we'll guess we're in the CSTR filespace
-      (path-as-directory "/projects/festival/lib/dicts/"))
+      (path-as-directory "/usr/share/festival/dicts/"))
   "lexdir
   The directory where the lexicon(s) are, by default.")
 
--- festival-1.4.3.orig/lib/voices.scm
+++ festival-1.4.3/lib/voices.scm
@@ -42,7 +42,7 @@
 ;; The path to search for voices is created from the load-path with
 ;; an extra list of directories appended.
 
-(defvar system-voice-path '( )
+(defvar system-voice-path '("/usr/share/festival/voices/")
   "system-voice-path
    Additional directory not near the load path where voices can be
    found, this can be redefined in lib/sitevars.scm if desired.")
--- festival-1.4.3.orig/lib/voices/english/kal_diphone/festvox/kal_diphone.scm
+++ festival-1.4.3/lib/voices/english/kal_diphone/festvox/kal_diphone.scm
@@ -0,0 +1 @@
+(define voice_kal_diphone (lambda () t)) (provide 'kal_diphone)
 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin