rpms/festival/devel festival-1.96-0.7-fedora-siteinit.scm, NONE, 1.1 festival-1.96-0.7-fedora-sitevars.scm, NONE, 1.1 festival.spec, 1.25, 1.26

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Mon Mar 19 21:25:04 UTC 2007


Author: davidz

Update of /cvs/dist/rpms/festival/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv20498

Modified Files:
	festival.spec 
Added Files:
	festival-1.96-0.7-fedora-siteinit.scm 
	festival-1.96-0.7-fedora-sitevars.scm 
Log Message:
* Mon Mar 19 2007 David Zeuthen <davidz at redhat.com> 1.96-0.11
- Forgot to add the .scm files




--- NEW FILE festival-1.96-0.7-fedora-siteinit.scm ---
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;;;
;;;  Site specific initialization file for Festival
;;;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;

;; Note that many configuration settings are better made in
;; individual ~/.festivalrc files. For example, if you want to
;; enable ESD audio and do it here, it'll break screen reading
;; on the login screen. Instead, put the (uncommented) line
;(Parameter.def 'Audio_Method 'esdaudio)
;; in your individual initialization file.

;; You can change the default voice with something like:
;(set! voice_default 'voice_nitech_us_awb_arctic_hts)

;; If you want to install voices into a non-default location,
;; see sitevars.scm for the appropriate settings.

(provide 'siteinit)


--- NEW FILE festival-1.96-0.7-fedora-sitevars.scm ---
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;;;
;;;  Site specific variable settings for Festival
;;;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;

;; The system-voice-path is an additional path in which to look
;; for voices. If you install voices not provided in the form of
;; rpm package, you should then set this to match. The default
;; provided here, "/usr/local/share/festival/lib/voices/", is
;; probably a good choice. You could also set this in
;; ~/.festivalvarsrc, if you want to use a voice not provided to
;; the system as a whole.

(set! system-voice-path '("/usr/local/share/festival/lib/voices/"))
(set! system-voice-path-multisyn
               '("/usr/local/share/festival/lib/voices-multisyn/"))



(provide 'sitevars)


Index: festival.spec
===================================================================
RCS file: /cvs/dist/rpms/festival/devel/festival.spec,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -r1.25 -r1.26
--- festival.spec	19 Mar 2007 21:19:45 -0000	1.25
+++ festival.spec	19 Mar 2007 21:25:02 -0000	1.26
@@ -6,7 +6,7 @@
 Name: festival
 Summary: A free speech synthesis and text-to-speech system
 Version: %{festivalversion}
-Release: 0.10%{?dist}
+Release: 0.11%{?dist}
 
 URL: http://www.cstr.ed.ac.uk/projects/festival/
 Group: Applications/Multimedia
@@ -792,6 +792,9 @@
 
 
 %changelog
+* Mon Mar 19 2007 David Zeuthen <davidz at redhat.com> 1.96-0.11
+- Forgot to add the .scm files
+
 * Mon Mar 19 2007 David Zeuthen <davidz at redhat.com> 1.96-0.10
 - Update to Matthew Miller's much improved package (#232105)
 - Move the buildroot patch around




More information about the fedora-cvs-commits mailing list