head 1.6; access; symbols pkgsrc-2013Q2:1.6.0.6 pkgsrc-2013Q2-base:1.6 pkgsrc-2012Q4:1.6.0.4 pkgsrc-2012Q4-base:1.6 pkgsrc-2011Q4:1.6.0.2 pkgsrc-2011Q4-base:1.6 pkgsrc-2011Q3:1.5.0.52 pkgsrc-2011Q3-base:1.5 pkgsrc-2011Q2:1.5.0.50 pkgsrc-2011Q2-base:1.5 pkgsrc-2011Q1:1.5.0.48 pkgsrc-2011Q1-base:1.5 pkgsrc-2010Q4:1.5.0.46 pkgsrc-2010Q4-base:1.5 pkgsrc-2010Q3:1.5.0.44 pkgsrc-2010Q3-base:1.5 pkgsrc-2010Q2:1.5.0.42 pkgsrc-2010Q2-base:1.5 pkgsrc-2010Q1:1.5.0.40 pkgsrc-2010Q1-base:1.5 pkgsrc-2009Q4:1.5.0.38 pkgsrc-2009Q4-base:1.5 pkgsrc-2009Q3:1.5.0.36 pkgsrc-2009Q3-base:1.5 pkgsrc-2009Q2:1.5.0.34 pkgsrc-2009Q2-base:1.5 pkgsrc-2009Q1:1.5.0.32 pkgsrc-2009Q1-base:1.5 pkgsrc-2008Q4:1.5.0.30 pkgsrc-2008Q4-base:1.5 pkgsrc-2008Q3:1.5.0.28 pkgsrc-2008Q3-base:1.5 cube-native-xorg:1.5.0.26 cube-native-xorg-base:1.5 pkgsrc-2008Q2:1.5.0.24 pkgsrc-2008Q2-base:1.5 cwrapper:1.5.0.22 pkgsrc-2008Q1:1.5.0.20 pkgsrc-2008Q1-base:1.5 pkgsrc-2007Q4:1.5.0.18 pkgsrc-2007Q4-base:1.5 pkgsrc-2007Q3:1.5.0.16 pkgsrc-2007Q3-base:1.5 pkgsrc-2007Q2:1.5.0.14 pkgsrc-2007Q2-base:1.5 pkgsrc-2007Q1:1.5.0.12 pkgsrc-2007Q1-base:1.5 pkgsrc-2006Q4:1.5.0.10 pkgsrc-2006Q4-base:1.5 pkgsrc-2006Q3:1.5.0.8 pkgsrc-2006Q3-base:1.5 pkgsrc-2006Q2:1.5.0.6 pkgsrc-2006Q2-base:1.5 pkgsrc-2006Q1:1.5.0.4 pkgsrc-2006Q1-base:1.5 pkgsrc-2005Q4:1.5.0.2 pkgsrc-2005Q4-base:1.5 pkgsrc-2005Q3:1.4.0.6 pkgsrc-2005Q3-base:1.4 pkgsrc-2005Q2:1.4.0.4 pkgsrc-2005Q2-base:1.4 pkgsrc-2005Q1:1.4.0.2 pkgsrc-2005Q1-base:1.4 pkgsrc-2004Q4:1.3.0.18 pkgsrc-2004Q4-base:1.3 pkgsrc-2004Q3:1.3.0.16 pkgsrc-2004Q3-base:1.3 pkgsrc-2004Q2:1.3.0.14 pkgsrc-2004Q2-base:1.3 pkgsrc-2004Q1:1.3.0.12 pkgsrc-2004Q1-base:1.3 pkgsrc-2003Q4:1.3.0.10 pkgsrc-2003Q4-base:1.3 netbsd-1-6-1:1.3.0.6 netbsd-1-6-1-base:1.3 netbsd-1-6:1.3.0.8 netbsd-1-6-RELEASE-base:1.3 pkgviews:1.3.0.4 pkgviews-base:1.3 buildlink2:1.3.0.2 buildlink2-base:1.3 netbsd-1-5-PATCH003:1.3 netbsd-1-5-PATCH001:1.2 netbsd-1-5-RELEASE:1.2 netbsd-1-4-PATCH003:1.2 netbsd-1-4-PATCH002:1.2 comdex-fall-1999:1.2 netbsd-1-4-PATCH001:1.1.1.1 netbsd-1-4-RELEASE:1.1.1.1 pkgsrc-base:1.1.1.1 TNF:1.1.1; locks; strict; comment @# @; 1.6 date 2011.11.21.01.35.29; author marino; state dead; branches; next 1.5; 1.5 date 2005.12.03.04.14.05; author joerg; state Exp; branches; next 1.4; 1.4 date 2004.12.21.18.12.25; author agc; state dead; branches; next 1.3; 1.3 date 2001.07.18.15.19.36; author wiz; state Exp; branches; next 1.2; 1.2 date 99.10.11.14.13.49; author proff; state Exp; branches; next 1.1; 1.1 date 99.04.04.19.32.34; author proff; state Exp; branches 1.1.1.1; next ; 1.1.1.1 date 99.04.04.19.32.34; author proff; state Exp; branches; next ; desc @@ 1.6 log @audio/festival: Update to version 2.1-release The previous version of festival, 1.95-beta, was extremely picky about the compiler. When DragonFly moved to gcc 4.4 as the default, this package would no longer build because it didn't share the pre-requisite gcc 3.3.6 with NetBSD. The latest version will accept any version of gcc (tested by developers to version 4.5). Upgrading the package has the double benefit of once again building on DragonFly and removing the requirement to build gcc 3.3.6 on NetBSD. @ text @$NetBSD: patch-ad,v 1.5 2005/12/03 04:14:05 joerg Exp $ --- speech_tools/audio/voxware.cc.orig 2005-12-03 02:59:39.000000000 +0000 +++ speech_tools/audio/voxware.cc @@@@ -66,6 +66,7 @@@@ int freebsd16_supported = TRUE; int linux16_supported = FALSE; static char *aud_sys_name = "FreeBSD"; +static int stereo_only = 0; #endif #ifdef SUPPORT_LINUX16 @ 1.5 log @Add DragonFly support. Use CONFIGURE_SCRIPT instead of manual do-configure rule. Allow GCC 3.4 build, there doesn't seem to be a good reason to disallow it. @ text @d1 1 a1 1 $NetBSD$ @ 1.4 log @First pass at a new festival package, based on later sources, which will compile with gcc3. Committed now for others to improve. @ text @d1 1 a1 1 $NetBSD: patch-ad,v 1.3 2001/07/18 15:19:36 wiz Exp $ d3 8 a10 5 --- 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 d12 1 a12 46 -EST_HOME := $(shell (cd $(EST); pwd)) +EST_HOME := $(PKG_EST_HOME) ########################################################################### ## System type. @@@@ -28,15 +28,19 @@@@ ## ## Examples: sparc_SunOS5 intel_Linux2.0 -SYSTEM_TYPE=$(MACHINETYPE)_$(OSTYPE)$(OSREV) +#SYSTEM_TYPE=$(MACHINETYPE)_$(OSTYPE)$(OSREV) +# unforunately the above does not fit in well with NetBSD's multiple +# architectures and frequent changes of revision level (for people running +# NetBSD-current) +SYSTEM_TYPE=NetBSD ########################################################################### ## Compiler. ## The definitions are in compilers/$(COMPILER).mak ## Examples: gcc suncc egcs gcc28 -COMPILER=gcc - +#COMPILER=gcc +COMPILER=$(PKG_COMPILER) ########################################################################### ## Java system to use if you include the Java interface. ## Examples jdk @@@@ -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 +# The NetBSD pkg doesn't support native audio at this time. NAS is +# superior for most applications. ## Special code to run Windows MPLAYER # INCLUDE_MODULES += MPLAYER_AUDIO @ 1.3 log @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. @ text @d1 1 a1 1 $NetBSD$ @ 1.2 log @Upgrade to 1.4.0 Festival 1.4.0 has the following improvements over the previous release (1.3.1 January 1999) o distributed under a free X11-type licence o generalization of stats modules, ngram, CART, wfst with viterbi so they can be shard more easily o Tidy up of Utterance/Relation/Item architecture o Initial JSAPI support o Three new us voices using MBROLA databases o Tilt code overhaul o XML load for Relations o Fringe graphic display (ALPHA) released seperately http://www.cstr.ed.ac.uk/projects/fringe.html @ text @d3 2 a4 2 --- speech_tools/config/config Mon Oct 11 07:48:44 1999 +++ speech_tools/config/config Mon Oct 11 05:57:33 1999 d37 1 a37 1 @@@@ -77,10 +81,12 @@@@ d44 3 d49 1 a49 1 +#INCLUDE_MODULES += NATIVE_AUDIO @ 1.1 log @Initial revision @ text @d3 49 a51 23 diff -u -r /tmp/festival/examples/benchmark work/festival/examples/benchmark --- /tmp/festival/examples/benchmark Mon Jan 11 21:02:32 1999 +++ festival/examples/benchmark Wed Mar 10 06:59:12 1999 @@@@ -1,6 +1,6 @@@@ #!/bin/sh -default_libdir="/projects/festival/lib" +default_libdir="$FESTIVAL_HOME/lib" while true do @@@@ -15,9 +15,9 @@@@ esac done -text=${1-"$HOME/projects/festival/examples/benchmark.text"} +text=${1-"$FESTIVAL_HOME/examples/benchmark.text"} -for i in . src/main ../src/main $HOME/projects/festival/src/main /cstr/bin +for i in . src/main ../src/main $FESTIVAL_HOME/src/main do if [ -n "$festival" ] then @ 1.1.1.1 log @part of the festival speech synthesis system from CSTR @ text @@