summaryrefslogtreecommitdiffstats
path: root/package/multimedia/festival/festival
diff options
context:
space:
mode:
Diffstat (limited to 'package/multimedia/festival/festival')
-rw-r--r--package/multimedia/festival/festival/festival-1.96-beta-doc.patch23
-rw-r--r--package/multimedia/festival/festival/festival-1.96-beta-etcsiteinit.patch55
-rw-r--r--package/multimedia/festival/festival/festival-1.96-beta-libdir.patch10
-rw-r--r--package/multimedia/festival/festival/festival-1.96-beta-speechtools-dir.patch11
-rw-r--r--package/multimedia/festival/festival/festival.mk21
5 files changed, 0 insertions, 120 deletions
diff --git a/package/multimedia/festival/festival/festival-1.96-beta-doc.patch b/package/multimedia/festival/festival/festival-1.96-beta-doc.patch
deleted file mode 100644
index 583cf6e56..000000000
--- a/package/multimedia/festival/festival/festival-1.96-beta-doc.patch
+++ /dev/null
@@ -1,23 +0,0 @@
---- a/doc/Makefile 2008-04-02 15:13:28.000000000 -0400
-+++ b/doc/Makefile 2008-04-02 15:13:09.000000000 -0400
-@@ -64,7 +64,7 @@ MANPAGES = festival.head festival.tail \
- FILES=Makefile $(MANPAGES) festival.texi $(SGMLFILES) refcard.tex $(DOCXXFILES)
- LOCAL_CLEAN = *.aux *.cp *.fn *.ky *.log *.pg *.toc *.tp *.vr
-
--ALL = festival.1 festival_client.1
-+#ALL = festival.1 festival_client.1
-
- include $(TOP)/config/common_make_rules
- include $(EST)/config/rules/doc.mak
-@@ -72,9 +72,9 @@ include $(EST)/config/rules/doc.mak
- %.1 : %.head %.options %.tail
- cat $^ >$@
- %.options : $(TOP)/src/main/%
-- $(TOP)/bin/$* -man_options >$@
-+# $(TOP)/bin/$* -man_options >$@
- %.options : $(TOP)/src/main/%.exe
-- $(TOP)/bin/$* -man_options >$@
-+# $(TOP)/bin/$* -man_options >$@
-
- festival.info: festival.texi festfunc.texi festvars.texi festfeat.texi
- @ if [ ! -d info ] ; \
diff --git a/package/multimedia/festival/festival/festival-1.96-beta-etcsiteinit.patch b/package/multimedia/festival/festival/festival-1.96-beta-etcsiteinit.patch
deleted file mode 100644
index 8e21acede..000000000
--- a/package/multimedia/festival/festival/festival-1.96-beta-etcsiteinit.patch
+++ /dev/null
@@ -1,55 +0,0 @@
-diff -ur festival.orig/lib/init.scm festival/lib/init.scm
---- festival.orig/lib/init.scm 2004-07-15 19:03:04.000000000 -0400
-+++ festival/lib/init.scm 2007-03-15 11:58:09.000000000 -0400
-@@ -55,6 +55,10 @@
- (if (probe_file (path-append libdir "sitevars.scm"))
- (load (path-append libdir "sitevars.scm")))
-
-+(if (probe_file "/etc/festival/sitevars.scm")
-+ (load "/etc/festival/sitevars.scm"))
-+
-+
- ;;; CSTR siod extensions
- (require 'cstr)
-
-@@ -98,7 +102,7 @@
- (t ;; can't find direct support so guess that /dev/audio for 8k ulaw exists
- (Parameter.def 'Audio_Method 'sunaudio)))
- ;;; If you have an external program to play audio add its definition
--;;; in siteinit.scm
-+;;; in ~/.festivalrc or /etc/festival/siteinit.scm
-
- ;;; The audio spooler doesn't work under Windows so redefine audio_mode
- (if (member 'mplayeraudio *modules*)
-@@ -135,9 +139,13 @@
- ;;;
- ;;; Local site initialization, if the file exists load it
- ;;;
-+
- (if (probe_file (path-append libdir "siteinit.scm"))
- (load (path-append libdir "siteinit.scm")))
-
-+(if (probe_file "/etc/festival/siteinit.scm")
-+ (load "/etc/festival/siteinit.scm"))
-+
- ;;; User initialization, if a user has a personal customization
- ;;; file loaded it
- (if (probe_file (path-append home-directory ".siodrc"))
-diff -ur festival.orig/lib/voices.scm festival/lib/voices.scm
---- festival.orig/lib/voices.scm 2005-05-02 10:20:37.000000000 -0400
-+++ festival/lib/voices.scm 2007-03-15 12:00:19.000000000 -0400
-@@ -45,12 +45,12 @@
- (defvar system-voice-path '( )
- "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.")
-+ found, this can be redefined in /etc/festival/sitevars.scm if desired.")
-
- (defvar system-voice-path-multisyn '( )
- "system-voice-path-multisyn
- Additional directory not near the load path where multisyn voices can be
-- found, this can be redefined in lib/sitevars.scm if desired.")
-+ found, this can be redefined in /etc/festival/sitevars.scm if desired.")
-
- (defvar voice-path
- (remove-duplicates
diff --git a/package/multimedia/festival/festival/festival-1.96-beta-libdir.patch b/package/multimedia/festival/festival/festival-1.96-beta-libdir.patch
deleted file mode 100644
index b076ad947..000000000
--- a/package/multimedia/festival/festival/festival-1.96-beta-libdir.patch
+++ /dev/null
@@ -1,10 +0,0 @@
---- a/config/project.mak 2005-05-02 10:21:29.000000000 -0400
-+++ b/config/project.mak 2008-04-01 14:22:01.000000000 -0400
-@@ -113,6 +113,6 @@ PROJECT_JAVA_ROOT=$(TOP)/src/modules/jav
- DOCXX_DIRS = $(TOP)/src
- MODULE_TO_DOCXX = perl $(TOP)/src/modules/utilities/extract_module_doc++.prl
-
--FTLIBDIR = $(FESTIVAL_HOME)/lib
-+FTLIBDIR = /usr/share/festival/lib
-
-
diff --git a/package/multimedia/festival/festival/festival-1.96-beta-speechtools-dir.patch b/package/multimedia/festival/festival/festival-1.96-beta-speechtools-dir.patch
deleted file mode 100644
index 874d1f662..000000000
--- a/package/multimedia/festival/festival/festival-1.96-beta-speechtools-dir.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- a/config/config.in 2008-03-31 15:20:02.000000000 -0400
-+++ b/config/config.in 2008-03-31 15:26:09.000000000 -0400
-@@ -10,7 +10,7 @@
- ###########################################################################
- ## Which speech tools to use
-
--EST=$(TOP)/../speech_tools
-+EST=$(TOP)/../speech-tools-1.2.96-beta
-
- ###########################################################################
- ## Where the festival tree will be installed.
diff --git a/package/multimedia/festival/festival/festival.mk b/package/multimedia/festival/festival/festival.mk
deleted file mode 100644
index 4c270d447..000000000
--- a/package/multimedia/festival/festival/festival.mk
+++ /dev/null
@@ -1,21 +0,0 @@
-#############################################################
-#
-# festival
-#
-#############################################################
-FESTIVAL_VERSION = 1.96-beta
-FESTIVAL_SOURCE = festival-$(FESTIVAL_VERSION).tar.gz
-FESTIVAL_SITE = http://festvox.org/packed/festival/1.96
-FESTIVAL_AUTORECONF = NO
-FESTIVAL_INSTALL_STAGING = NO
-FESTIVAL_INSTALL_TARGET = YES
-FESTIVAL_INSTALL_TARGET_OPT = DESTDIR=$(TARGET_DIR) STRIP=$(TARGET_STRIP) install
-
-FESTIVAL_CONF_OPT = --prefix=/usr --libdir=/usr/share/festival/lib
-
-FESTIVAL_MAKE_OPT = CC="$(TARGET_CC)" CXX="$(TARGET_CXX)"
-
-FESTIVAL_DEPENDENCIES = alsa-lib speech-tools
-
-$(eval $(call AUTOTARGETS,package/multimedia/festival,festival))
-