summaryrefslogtreecommitdiff
path: root/audio/gnome-speech
AgeCommit message (Collapse)AuthorFilesLines
2005-03-15Update checksum for currently available distfile (setting DIST_SUBDIR).wiz2-5/+7
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-03-11Don't put statements above declarations (gcc-2.95 is not a C99rillig2-5/+21
compiler). Needed for NetBSD-1.6.2. Approved by wiz.
2005-02-26Update to 0.3.6:jmmv3-7/+20
* 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)
2005-02-23Add RMD160 digests to the SHA1 ones.agc1-1/+2
2004-10-03Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10tv2-2/+4
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-22Mechanical changes to package PLISTs to make use of LIBTOOLIZE_PLIST.jlam1-7/+1
All library names listed by *.la files no longer need to be listed in the PLIST, e.g., instead of: lib/libfoo.a lib/libfoo.la lib/libfoo.so lib/libfoo.so.0 lib/libfoo.so.0.1 one simply needs: lib/libfoo.la and bsd.pkg.mk will automatically ensure that the additional library names are listed in the installed package +CONTENTS file. Also make LIBTOOLIZE_PLIST default to "yes".
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:jmmv2-5/+5
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:jmmv2-5/+5
* 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:jmmv4-13/+15
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-03-18Fix serious bug where BUILDLINK_PACKAGES wasn't being ordered properlyjlam1-3/+2
by moving the inclusion of buildlink3.mk files outside of the protected region. This bug would be seen by users that have set PREFER_PKGSRC or PREFER_NATIVE to non-default values. BUILDLINK_PACKAGES should be ordered so that for any package in the list, that package doesn't depend on any packages to the left of it in the list. This ordering property is used to check for builtin packages in the correct order. The problem was that including a buildlink3.mk file for <pkg> correctly ensured that <pkg> was removed from BUILDLINK_PACKAGES and appended to the end. However, since the inclusion of any other buildlink3.mk files within that buildlink3.mk was in a region that was protected against multiple inclusion, those dependencies weren't also moved to the end of BUILDLINK_PACKAGES.
2004-03-05Reorder location and setting of BUILDLINK_PACKAGES to match templatejlam1-11/+8
buildlink3.mk file in revision 1.101 of bsd.buildlink3.mk.
2004-02-17Dependancies are appended, not set (me using old version of createbuildlink).jmmv1-2/+2
2004-02-17Not used any more.jmmv1-30/+0
2004-02-17bl3ify.jmmv2-4/+32
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.xtraeme5-0/+87
GNOME 2 Speech is a simple general API for producing text-to-speech output.