summaryrefslogtreecommitdiffstats
path: root/package/audio/festival
diff options
context:
space:
mode:
authorPeter Korsgaard <jacmet@sunsite.dk>2008-11-15 21:33:07 +0000
committerPeter Korsgaard <jacmet@sunsite.dk>2008-11-15 21:33:07 +0000
commite7df5afeb9634a0d95499049efb5c4887069290d (patch)
tree307e4abcfc17552130058735e2d9dbd8e1f64784 /package/audio/festival
parent4190cc1c4166160a2802efb1c090dd42ff2e7d6e (diff)
downloadbuildroot-novena-e7df5afeb9634a0d95499049efb5c4887069290d.tar.gz
buildroot-novena-e7df5afeb9634a0d95499049efb5c4887069290d.zip
package/audio: rename audio category to multimedia
Prepare for the merge of audio and video packages. Many packages cannot properly be assigned to either audio or video, because they have support for both (libogg, mplayer, vlc). Signed-off-by: Markus Heidelberg <markus.heidelberg@web.de>
Diffstat (limited to 'package/audio/festival')
-rw-r--r--package/audio/festival/Config.in22
-rw-r--r--package/audio/festival/festival.mk4
-rw-r--r--package/audio/festival/festival/festival-1.96-beta-doc.patch23
-rw-r--r--package/audio/festival/festival/festival-1.96-beta-etcsiteinit.patch55
-rw-r--r--package/audio/festival/festival/festival-1.96-beta-libdir.patch10
-rw-r--r--package/audio/festival/festival/festival-1.96-beta-speechtools-dir.patch11
-rw-r--r--package/audio/festival/festival/festival.mk21
-rw-r--r--package/audio/festival/lexicons/Config.in20
-rw-r--r--package/audio/festival/lexicons/festlex.mk46
-rw-r--r--package/audio/festival/speech-tools/Config.in6
-rw-r--r--package/audio/festival/speech-tools/speech-tools-1.2.96-beta-install.patch47
-rw-r--r--package/audio/festival/speech-tools/speech-tools.mk20
-rw-r--r--package/audio/festival/voices/Config.in63
-rw-r--r--package/audio/festival/voices/festvox.mk99
14 files changed, 0 insertions, 447 deletions
diff --git a/package/audio/festival/Config.in b/package/audio/festival/Config.in
deleted file mode 100644
index 4141e7a78..000000000
--- a/package/audio/festival/Config.in
+++ /dev/null
@@ -1,22 +0,0 @@
-menuconfig BR2_PACKAGE_FESTIVAL
-bool "festival text-to-speech system"
-select BR2_PACKAGE_ALSA_LIB
-select BR2_PACKAGE_SPEECH_TOOLS
-help
- Text to speech system for Linux
-
-if BR2_PACKAGE_FESTIVAL
-
- menu "speech tools"
- source "package/audio/festival/speech-tools/Config.in"
- endmenu
-
- menu "festival lexicons"
- source "package/audio/festival/lexicons/Config.in"
- endmenu
-
- menu "festival voices"
- source "package/audio/festival/voices/Config.in"
- endmenu
-
-endif
diff --git a/package/audio/festival/festival.mk b/package/audio/festival/festival.mk
deleted file mode 100644
index 28428880f..000000000
--- a/package/audio/festival/festival.mk
+++ /dev/null
@@ -1,4 +0,0 @@
-include package/audio/festival/speech-tools/speech-tools.mk
-include package/audio/festival/festival/festival.mk
-include package/audio/festival/voices/festvox.mk
-include package/audio/festival/lexicons/festlex.mk
diff --git a/package/audio/festival/festival/festival-1.96-beta-doc.patch b/package/audio/festival/festival/festival-1.96-beta-doc.patch
deleted file mode 100644
index 583cf6e56..000000000
--- a/package/audio/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/audio/festival/festival/festival-1.96-beta-etcsiteinit.patch b/package/audio/festival/festival/festival-1.96-beta-etcsiteinit.patch
deleted file mode 100644
index 8e21acede..000000000
--- a/package/audio/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/audio/festival/festival/festival-1.96-beta-libdir.patch b/package/audio/festival/festival/festival-1.96-beta-libdir.patch
deleted file mode 100644
index b076ad947..000000000
--- a/package/audio/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/audio/festival/festival/festival-1.96-beta-speechtools-dir.patch b/package/audio/festival/festival/festival-1.96-beta-speechtools-dir.patch
deleted file mode 100644
index 874d1f662..000000000
--- a/package/audio/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/audio/festival/festival/festival.mk b/package/audio/festival/festival/festival.mk
deleted file mode 100644
index c5d9493d8..000000000
--- a/package/audio/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 = uclibc alsa-lib speech-tools
-
-$(eval $(call AUTOTARGETS,package/audio/festival,festival))
-
diff --git a/package/audio/festival/lexicons/Config.in b/package/audio/festival/lexicons/Config.in
deleted file mode 100644
index 6d92883b3..000000000
--- a/package/audio/festival/lexicons/Config.in
+++ /dev/null
@@ -1,20 +0,0 @@
-config BR2_PACKAGE_FESTLEX_CMU
- bool "Carnegie Mellon University"
- help
- Lexicon for the festival text to speech system
-
- http://festvox.org/packed/festival/latest
-
-config BR2_PACKAGE_FESTLEX_OALD
- bool "Oxford Advanced Learners dictionary"
- help
- Lexicon for the festival text to speech system
-
- http://festvox.org/packed/festival/latest
-
-config BR2_PACKAGE_FESTLEX_POS
- bool "POSLEX"
- help
- Lexicon for the festival text to speech system
-
- http://festvox.org/packed/festival/latest
diff --git a/package/audio/festival/lexicons/festlex.mk b/package/audio/festival/lexicons/festlex.mk
deleted file mode 100644
index f5fdc9f76..000000000
--- a/package/audio/festival/lexicons/festlex.mk
+++ /dev/null
@@ -1,46 +0,0 @@
-#############################################################
-#
-# festival lexicons
-#
-#############################################################
-LEX1 = festlex_CMU.tar.gz
-LEX2 = festlex_OALD.tar.gz
-LEX3 = festlex_POSLEX.tar.gz
-FESTLEX_STATUS_DIR = $(BUILD_DIR)/festival_lexicons
-FESTLEX_INSTALL_DIR = $(TARGET_DIR)/usr/share
-
-$(FESTLEX_STATUS_DIR)/.downloaded:
- mkdir -p $(FESTLEX_STATUS_DIR)
-ifeq ($(BR2_PACKAGE_FESTLEX_CMU),y)
- $(Q)test -e $(DL_DIR)/$(LEX1) || $(WGET) -P $(DL_DIR) $(FESTIVAL_SITE)/$(LEX1)
-endif
-ifeq ($(BR2_PACKAGE_FESTLEX_OALD),y)
- $(Q)test -e $(DL_DIR)/$(LEX2) || $(WGET) -P $(DL_DIR) $(FESTIVAL_SITE)/$(LEX2)
-endif
-ifeq ($(BR2_PACKAGE_FESTLEX_POS),y)
- $(Q)test -e $(DL_DIR)/$(LEX3) || $(WGET) -P $(DL_DIR) $(FESTIVAL_SITE)/$(LEX3)
-endif
- touch $@
-
-$(FESTLEX_STATUS_DIR)/.installed: $(FESTLEX_STATUS_DIR)/.downloaded
-ifeq ($(BR2_PACKAGE_FESTLEX_CMU),y)
- tar -xvf $(DL_DIR)/$(LEX1) --directory $(FESTLEX_INSTALL_DIR)
-endif
-ifeq ($(BR2_PACKAGE_FESTLEX_OALD),y)
- tar -xvf $(DL_DIR)/$(LEX2) --directory $(FESTLEX_INSTALL_DIR)
-endif
-ifeq ($(BR2_PACKAGE_FESTLEX_POS),y)
- tar -xvf $(DL_DIR)/$(LEX3) --directory $(FESTLEX_INSTALL_DIR)
-endif
- touch $@
-
-festlex: $(FESTLEX_STATUS_DIR)/.installed
-
-#############################################################
-#
-# Toplevel Makefile options
-#
-#############################################################
-ifeq ($(strip $(BR2_PACKAGE_FESTIVAL)),y)
-TARGETS+=festlex
-endif
diff --git a/package/audio/festival/speech-tools/Config.in b/package/audio/festival/speech-tools/Config.in
deleted file mode 100644
index d8405bad3..000000000
--- a/package/audio/festival/speech-tools/Config.in
+++ /dev/null
@@ -1,6 +0,0 @@
- config BR2_PACKAGE_SPEECH_TOOLS
- bool "speech tools for festival"
- help
- Speech tools for the festival text to speech system
-
- http://festvox.org/packed/festival/latest
diff --git a/package/audio/festival/speech-tools/speech-tools-1.2.96-beta-install.patch b/package/audio/festival/speech-tools/speech-tools-1.2.96-beta-install.patch
deleted file mode 100644
index 3cc47d344..000000000
--- a/package/audio/festival/speech-tools/speech-tools-1.2.96-beta-install.patch
+++ /dev/null
@@ -1,47 +0,0 @@
---- a/config/rules/install.mak 2001-04-04 07:55:32.000000000 -0400
-+++ b/config/rules/install.mak 2008-04-03 12:37:45.000000000 -0400
-@@ -50,9 +50,9 @@ ifneq ($(SHARED),0)
- endif
- endif
-
--ifeq ($(PROJECT_HOME_PATH), $(PROJECT_TOP_PATH))
-- TO_INSTALL=make_bin
--else
-+#ifeq ($(PROJECT_HOME_PATH), $(PROJECT_TOP_PATH))
-+# TO_INSTALL=make_bin
-+#else
-
- TO_INSTALL= \
- make_installed_exec$(S) \
-@@ -62,7 +62,7 @@ else
- INSTALLED_LIB=$(shell (cd $($(PROJECT_PREFIX)_HOME); pwd))/lib
- INSTALLED_PRIVATE_LIB=$(INSTALLED_LIB)/$(shell echo $(PROJECT_PREFIX)| tr A-Z a-z)
- INSTALLED_BIN=$(shell (cd $($(PROJECT_PREFIX)_HOME); pwd))/bin
--endif
-+#endif
-
- install: $(TO_INSTALL)
-
---- a/config/rules/bin_process.mak 2004-01-27 18:56:39.000000000 -0500
-+++ b/config/rules/bin_process.mak 2008-04-03 12:37:31.000000000 -0400
-@@ -69,10 +69,17 @@ endif
- do \
- b=`basename "$$i"`;\
- $(ECHO_N) " $$b";\
-- $(INSTALL_PROG) -s "$$main/$$i" "$(subst TOP,$(TOP),$(BIN))/$$b";\
-+ $(INSTALL_PROG) "$$main/$$i" "$(DESTDIR)/usr/bin/$$b";\
-+ $(STRIP) "$(DESTDIR)/usr/bin/$$b";\
- done
-- @echo
--
-+ @$(ECHO_N) "Install Scheme Libraries:"
-+ @main=`pwd` ;\
-+ mkdir -p "$(DESTDIR)/usr/share/festival"; cp -a "$$main/../../lib" "$(DESTDIR)/usr/share/festival";\
-+ for i in `find "$(DESTDIR)/usr/share/festival/lib" -name Makefile`;\
-+ do \
-+ rm "$$i"; \
-+ done
-+
- .link_main:
- @$(MAKE) MADE_FROM_ABOVE=1 --no-print-directory -C '$(PROJECT_MAIN_DIR)' BIN=TOP/$(DIRNAME) LIBDIR=MAIN/TOP/$(PROJECT_LIBRARY_DIR) MAIN='$($(PROJECT_PREFIX)_HOME)' .link_main$(S)
-
diff --git a/package/audio/festival/speech-tools/speech-tools.mk b/package/audio/festival/speech-tools/speech-tools.mk
deleted file mode 100644
index e259a151b..000000000
--- a/package/audio/festival/speech-tools/speech-tools.mk
+++ /dev/null
@@ -1,20 +0,0 @@
-#############################################################
-#
-# speech-tools
-#
-#############################################################
-SPEECH_TOOLS_VERSION = 1.2.96-beta
-SPEECH_TOOLS_SOURCE = speech_tools-$(SPEECH_TOOLS_VERSION).tar.gz
-SPEECH_TOOLS_SITE = http://festvox.org/packed/festival/1.96
-SPEECH_TOOLS_AUTORECONF = NO
-SPEECH_TOOLS_INSTALL_STAGING = NO
-SPEECH_TOOLS_INSTALL_TARGET = YES
-SPEECH_TOOLS_INSTALL_TARGET_OPT = DESTDIR=$(TARGET_DIR) STRIP=$(TARGET_STRIP) install
-
-SPEECH_TOOLS_CONF_OPT =
-SPEECH_TOOLS_MAKE_OPT = CC=$(TARGET_CC) CXX=$(TARGET_CXX)
-
-SPEECH_TOOLS_DEPENDENCIES = uclibc ncurses
-
-$(eval $(call AUTOTARGETS,package/audio/festival,speech-tools))
-
diff --git a/package/audio/festival/voices/Config.in b/package/audio/festival/voices/Config.in
deleted file mode 100644
index b0a1cc0b1..000000000
--- a/package/audio/festival/voices/Config.in
+++ /dev/null
@@ -1,63 +0,0 @@
-config BR2_PACKAGE_FESTVOX_AWB
- bool "Alan Scottish English"
- help
- Scottish English voice for the festival text to speech system
-
- http://festvox.org/packed/festival/latest
-
-config BR2_PACKAGE_FESTVOX_BDL
- bool "Brian US English"
- help
- US English male voice for the festival text to speech system
-
- http://festvox.org/packed/festival/latest
-
-config BR2_PACKAGE_FESTVOX_JMK
- bool "John Canadian English"
- help
- Canadian English voice for the festival text to speech system
-
- http://festvox.org/packed/festival/latest
-
-config BR2_PACKAGE_FESTVOX_SLT
- bool "Stephanie US English"
- help
- US English female voice for the festival text to speech system
-
- http://festvox.org/packed/festival/latest
-
-config BR2_PACKAGE_FESTVOX_AWB_MULTISYN
- bool "Alan multisyn (big file)"
- help
- voice for the festival text to speech system
-
- http://festvox.org/packed/festival/latest
-
-config BR2_PACKAGE_FESTVOX_JMK_MULTISYN
- bool "John multisyn (big file)"
- help
- voice for the festival text to speech system
-
- http://festvox.org/packed/festival/latest
-
-config BR2_PACKAGE_FESTVOX_KAL_SIXTEENK
- bool "Kevin diphone US English 16k"
- help
- diphone voice for the festival text to speech system
-
- http://festvox.org/packed/festival/latest
-
-config BR2_PACKAGE_FESTVOX_KED_EIGHTK
- bool "Kurt diphone American English 8k"
- help
- diphone voice for the festival text to speech system
-
- http://festvox.org/packed/festival/latest
-
-config BR2_PACKAGE_FESTVOX_KED_SIXTEENK
- bool "Kurt diphone American English 16k"
- help
- diphone voice for the festival text to speech system
-
- http://festvox.org/packed/festival/latest
-
diff --git a/package/audio/festival/voices/festvox.mk b/package/audio/festival/voices/festvox.mk
deleted file mode 100644
index 8456a4903..000000000
--- a/package/audio/festival/voices/festvox.mk
+++ /dev/null
@@ -1,99 +0,0 @@
-#############################################################
-#
-# festival voices
-#
-#############################################################
-VOICE1 = festvox_cmu_us_awb_arctic_hts.tar.gz
-VOICE2 = festvox_cmu_us_bdl_arctic_hts.tar.gz
-VOICE3 = festvox_cmu_us_jmk_arctic_hts.tar.gz
-VOICE4 = festvox_cmu_us_slt_arctic_hts.tar.gz
-VOICE5 = festvox_cstr_us_awb_arctic_multisyn-1.0.tar.gz
-VOICE6 = festvox_cstr_us_jmk_arctic_multisyn-1.0.tar.gz
-VOICE7 = festvox_kallpc16k.tar.gz
-VOICE8 = festvox_kedlpc8k.tar.gz
-VOICE9 = festvox_kedlpc16k.tar.gz
-FRONTEND1 = festvox_us1.tar.gz
-FRONTEND2 = festvox_us2.tar.gz
-FRONTEND3 = festvox_us3.tar.gz
-FESTVOX_STATUS_DIR = $(BUILD_DIR)/festival_voices
-FESTVOX_INSTALL_DIR = $(TARGET_DIR)/usr/share
-
-$(FESTVOX_STATUS_DIR)/.downloaded:
- mkdir -p $(FESTVOX_STATUS_DIR)
-ifeq ($(BR2_PACKAGE_FESTVOX_AWB),y)
- $(Q)test -e $(DL_DIR)/$(VOICE1) || $(WGET) -P $(DL_DIR) $(FESTIVAL_SITE)/$(VOICE1)
-endif
-ifeq ($(BR2_PACKAGE_FESTVOX_BDL),y)
- $(Q)test -e $(DL_DIR)/$(VOICE2) || $(WGET) -P $(DL_DIR) $(FESTIVAL_SITE)/$(VOICE2)
-endif
-ifeq ($(BR2_PACKAGE_FESTVOX_JMK),y)
- $(Q)test -e $(DL_DIR)/$(VOICE3) || $(WGET) -P $(DL_DIR) $(FESTIVAL_SITE)/$(VOICE3)
-endif
-ifeq ($(BR2_PACKAGE_FESTVOX_SLT),y)
- $(Q)test -e $(DL_DIR)/$(VOICE4) || $(WGET) -P $(DL_DIR) $(FESTIVAL_SITE)/$(VOICE4)
-endif
-ifeq ($(BR2_PACKAGE_FESTVOX_AWB_MULTISYN),y)
- $(Q)test -e $(DL_DIR)/$(VOICE5) || $(WGET) -P $(DL_DIR) $(FESTIVAL_SITE)/$(VOICE5)
-endif
-ifeq ($(BR2_PACKAGE_FESTVOX_JMK_MULTISYN),y)
- $(Q)test -e $(DL_DIR)/$(VOICE6) || $(WGET) -P $(DL_DIR) $(FESTIVAL_SITE)/$(VOICE6)
-endif
-ifeq ($(BR2_PACKAGE_FESTVOX_KAL_SIXTEENK),y)
- $(Q)test -e $(DL_DIR)/$(VOICE7) || $(WGET) -P $(DL_DIR) $(FESTIVAL_SITE)/$(VOICE7)
-endif
-ifeq ($(BR2_PACKAGE_FESTVOX_KED_EIGHTK),y)
- $(Q)test -e $(DL_DIR)/$(VOICE8) || $(WGET) -P $(DL_DIR) $(FESTIVAL_SITE)/$(VOICE8)
-endif
-ifeq ($(BR2_PACKAGE_FESTVOX_KED_SIXTEENK),y)
- $(Q)test -e $(DL_DIR)/$(VOICE9) || $(WGET) -P $(DL_DIR) $(FESTIVAL_SITE)/$(VOICE9)
-endif
- $(Q)test -e $(DL_DIR)/$(FRONTEND1) || $(WGET) -P $(DL_DIR) $(FESTIVAL_SITE)/$(FRONTEND1)
- $(Q)test -e $(DL_DIR)/$(FRONTEND2) || $(WGET) -P $(DL_DIR) $(FESTIVAL_SITE)/$(FRONTEND2)
- $(Q)test -e $(DL_DIR)/$(FRONTEND3) || $(WGET) -P $(DL_DIR) $(FESTIVAL_SITE)/$(FRONTEND3)
-
- touch $@
-
-$(FESTVOX_STATUS_DIR)/.installed: $(FESTVOX_STATUS_DIR)/.downloaded
-ifeq ($(BR2_PACKAGE_FESTVOX_AWB),y)
- tar -xvf $(DL_DIR)/$(VOICE1) --directory $(FESTVOX_INSTALL_DIR)
-endif
-ifeq ($(BR2_PACKAGE_FESTVOX_BDL),y)
- tar -xvf $(DL_DIR)/$(VOICE2) --directory $(FESTVOX_INSTALL_DIR)
-endif
-ifeq ($(BR2_PACKAGE_FESTVOX_JMK),y)
- tar -xvf $(DL_DIR)/$(VOICE3) --directory $(FESTVOX_INSTALL_DIR)
-endif
-ifeq ($(BR2_PACKAGE_FESTVOX_SLT),y)
- tar -xvf $(DL_DIR)/$(VOICE4) --directory $(FESTVOX_INSTALL_DIR)
-endif
-ifeq ($(BR2_PACKAGE_FESTVOX_AWB_MULTISYN),y)
- tar -xvf $(DL_DIR)/$(VOICE5) --directory $(FESTVOX_INSTALL_DIR)
-endif
-ifeq ($(BR2_PACKAGE_FESTVOX_JMK_MULTISYN),y)
- tar -xvf $(DL_DIR)/$(VOICE6) --directory $(FESTVOX_INSTALL_DIR)
-endif
-ifeq ($(BR2_PACKAGE_FESTVOX_KAL_SIXTEENK),y)
- tar -xvf $(DL_DIR)/$(VOICE7) --directory $(FESTVOX_INSTALL_DIR)
-endif
-ifeq ($(BR2_PACKAGE_FESTVOX_KED_EIGHTK),y)
- tar -xvf $(DL_DIR)/$(VOICE8) --directory $(FESTVOX_INSTALL_DIR)
-endif
-ifeq ($(BR2_PACKAGE_FESTVOX_KED_SIXTEENK),y)
- tar -xvf $(DL_DIR)/$(VOICE9) --directory $(FESTVOX_INSTALL_DIR)
-endif
- tar -xvf $(DL_DIR)/$(FRONTEND1) --directory $(FESTVOX_INSTALL_DIR)
- tar -xvf $(DL_DIR)/$(FRONTEND2) --directory $(FESTVOX_INSTALL_DIR)
- tar -xvf $(DL_DIR)/$(FRONTEND3) --directory $(FESTVOX_INSTALL_DIR)
-
- touch $@
-
-festvox: $(FESTVOX_STATUS_DIR)/.installed
-
-#############################################################
-#
-# Toplevel Makefile options
-#
-#############################################################
-ifeq ($(strip $(BR2_PACKAGE_FESTIVAL)),y)
-TARGETS+=festvox
-endif