summaryrefslogtreecommitdiff
path: root/audio/festival/patches
diff options
context:
space:
mode:
authorwiz <wiz>2001-07-18 15:19:35 +0000
committerwiz <wiz>2001-07-18 15:19:35 +0000
commit530b7940c9c17e6a26d30e3117c12baa84061f4c (patch)
tree755c8a032061270bc2d4a99d6fe0a5221cb1ea53 /audio/festival/patches
parente842b1f37f30e8398fdfb8a7b5369f54f1d019cc (diff)
downloadpkgsrc-530b7940c9c17e6a26d30e3117c12baa84061f4c.tar.gz
Update festival to 1.4.1, and fix dependent packages up while I'm here
(including fixing lots of PLISTs). Changes since 1.4.0, from the NEWS file: . SSFF (for emulabel) track support . Java fixes . various minor bug fixes . WFST with proper quoting . Wagon sample counts . gcc-2.95.1 support Also use newer distfile for mbrola. Addresses pkg/10671.
Diffstat (limited to 'audio/festival/patches')
-rw-r--r--audio/festival/patches/patch-ad13
1 files changed, 8 insertions, 5 deletions
diff --git a/audio/festival/patches/patch-ad b/audio/festival/patches/patch-ad
index 3945e8fba91..ecd1fec83cd 100644
--- a/audio/festival/patches/patch-ad
+++ b/audio/festival/patches/patch-ad
@@ -1,7 +1,7 @@
-$NetBSD: patch-ad,v 1.2 1999/10/11 14:13:49 proff Exp $
+$NetBSD: patch-ad,v 1.3 2001/07/18 15:19:36 wiz Exp $
---- speech_tools/config/config Mon Oct 11 07:48:44 1999
-+++ speech_tools/config/config Mon Oct 11 05:57:33 1999
+--- speech_tools/config/config.orig Tue Jul 17 16:03:21 2001
++++ speech_tools/config/config
@@ -15,7 +15,7 @@
## You may need to set this explicitly if automounter or NFS
## side effects cause problems
@@ -34,16 +34,19 @@ $NetBSD: patch-ad,v 1.2 1999/10/11 14:13:49 proff Exp $
###########################################################################
## Java system to use if you include the Java interface.
## Examples jdk
-@@ -77,10 +81,12 @@
+@@ -77,13 +81,15 @@
## specify a program to play files in a desired format.
## NCD's network audio system, This is recommended.
-# INCLUDE_MODULES += NAS_AUDIO
+INCLUDE_MODULES += NAS_AUDIO
+ ## Elightenment Sound Demon, for KDE etc.
+ # INCLUDE_MODULES += ESD_AUDIO
+
## Native audio for your platform (sun, linux, freebsd, irix, windows)
-INCLUDE_MODULES += NATIVE_AUDIO
-+#INCLUDE_MODULES += NATIVE_AUDIO
++# INCLUDE_MODULES += NATIVE_AUDIO
+# The NetBSD pkg doesn't support native audio at this time. NAS is
+# superior for most applications.