summaryrefslogtreecommitdiff
path: root/audio/gnome-speech/Makefile
AgeCommit message (Collapse)AuthorFilesLines
2005-03-15Update checksum for currently available distfile (setting DIST_SUBDIR).wiz1-1/+3
Diff: diff -r old/gnome-speech-0.3.6/configure new/gnome-speech-0.3.6/configure 20068a20069,20073 > if test "x$JAVAC" != "x" ; then > javac_version=`$JAVAC -version 2>&1 | sed -e "1s/javac //" -e "1q" ` > echo JAVAC VERSION $javac_version > JAVAC="$JAVAC -source 1.4" > fi diff -r old/gnome-speech-0.3.6/configure.in new/gnome-speech-0.3.6/configure.in 153a154,158 > if test "x$JAVAC" != "x" ; then > javac_version=`$JAVAC -version 2>&1 | sed -e "1s/javac //" -e "1q" ` > echo JAVAC VERSION $javac_version > JAVAC="$JAVAC -source 1.4" > fi
2005-02-26Update to 0.3.6:jmmv1-3/+2
* Festival driver now supports callbacks and end-of-speech markers - thanks to Oana Serb of BAUM Retec. * FreeTTS driver is less intolerant of nonstandard JAVA environments at build time (Callum McKenzie). * IBM ViaVoice driver updated to work with new Linux ViaVoice runtime (Marc Mulcahy) * Critical fixes for FreeTTS 1.2 driver which could cause speech to fail (Marc)
2004-10-03Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10tv1-1/+2
in the process. (More information on tech-pkg.) Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and installing .la files. Bump PKGREVISION (only) of all packages depending directly on the above via a buildlink3 include.
2004-09-12Explicitly disable Java support to fix build under NetBSD 2.0_BETA (as shownjmmv1-1/+4
by kristerw@'s bulk build, and as I have been able to reproduce in a chroot). Something weird is going on in this configure script, because it works in current (and it shows strange messages under 2.0_BETA). AFAICT it has some problems with our test(1), though I can't debug ATM.
2004-09-05Update to 0.3.5:jmmv1-2/+2
gnome-speech 0.3.5: * Improved locale matching when creating a speaker -- thanks billh gnome-speech 0.3.4: * Better LOCALE matching for getVoices queries, for FreeTTS, Theta, and DecTalk drivers. * CLASSPATH fix for FreeTTS driver. * Use volume range of 0 - 100% instead of 0 - 1.0, for consistency, in FreeTTS Speakers. * FreeTTS driver getVoices() command now works (formerly, it seems only getAllVoices() worked for FreeTTS.) * Better error reporting in test-speech. * test-speech now asks for gender and locale choices before presenting voice list.
2004-06-28Update to 0.3.3:jmmv1-2/+2
* FreeTTS driver now requires FreeTTS 1.2beta.
2004-05-07Drop maintainership; I don't have the enough free time to maintainxtraeme1-2/+2
all these packages.
2004-04-01Update to 0.3.2:jmmv1-5/+3
gnome-speech 0.3.2: * Drivers now take into account the language specified in getVoices and the createSpeaker calls. gnome-speech 0.3.1: * Fix some driver strings to fix activation errors. gnome-speech 0.3.0: * Updated VoiceInfo structure such that language is a string rather than an int.
2004-02-17bl3ify.jmmv1-4/+6
2004-02-14PKGCONFIG_OVERRIDE is relative to WRKSRC.jmmv1-2/+2
2004-02-14LIBTOOL_OVERRIDE and SHLIBTOOL_OVERRIDE are now lists of shell globsjlam1-2/+1
relative to ${WRKSRC}. Remove redundant LIBTOOL_OVERRIDE settings that are automatically handled by the default setting in bsd.pkg.mk.
2004-01-23Bump PKGREVISION due to xmlcatmgr update to 2.0beta1. I know; this is a PITA.jmmv1-1/+2
This shouldn't be needed if we had non-recursive dependancies *sigh*.
2004-01-22replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make.grant1-2/+2
2003-12-30Initial import of gnome-speech-0.2.8 via pkgsrc-wip.xtraeme1-0/+30
GNOME 2 Speech is a simple general API for producing text-to-speech output.