summaryrefslogtreecommitdiff
path: root/audio/gnome-speech
AgeCommit message (Collapse)AuthorFilesLines
2016-04-20Set LICENSE for a lot of audio packages.nros1-1/+2
2015-11-03Add SHA512 digests for distfiles for audio categoryagc1-1/+2
Problems found with existing distfiles: /pub/pkgsrc/distfiles/amp-0.7.6.tgz /pub/pkgsrc/distfiles/freeswitch/freeswitch-sounds-music-32000-1.0.8.tar.gz /pub/pkgsrc/distfiles/freeswitch/freeswitch-sounds-music-48000-1.0.8.tar.gz /pub/pkgsrc/distfiles/freeswitch/freeswitch-sounds-en-us-callie-32000-1.0.22.tar.gz /pub/pkgsrc/distfiles/freeswitch/freeswitch-sounds-en-us-callie-48000-1.0.22.tar.gz /pub/pkgsrc/distfiles/freeswitch/freeswitch-sounds-fr-ca-june-32000-1.0.18.tar.gz /pub/pkgsrc/distfiles/freeswitch/freeswitch-sounds-fr-ca-june-48000-1.0.18.tar.gz /pub/pkgsrc/distfiles/freeswitch/freeswitch-sounds-ru-RU-elena-16000-1.0.12.tar.gz /pub/pkgsrc/distfiles/freeswitch/freeswitch-sounds-ru-RU-elena-32000-1.0.12.tar.gz /pub/pkgsrc/distfiles/freeswitch/freeswitch-sounds-ru-RU-elena-48000-1.0.12.tar.gz /pub/pkgsrc/distfiles/freeswitch/freeswitch-sounds-ru-RU-elena-8000-1.0.12.tar.gz /pub/pkgsrc/distfiles/freeswitch/freeswitch-sounds-fr-ca-june-32000-1.0.18.tar.gz /pub/pkgsrc/distfiles/freeswitch/freeswitch-sounds-fr-ca-june-48000-1.0.18.tar.gz /pub/pkgsrc/distfiles/freeswitch/freeswitch-sounds-ru-RU-elena-32000-1.0.13.tar.gz /pub/pkgsrc/distfiles/freeswitch/freeswitch-sounds-ru-RU-elena-48000-1.0.13.tar.gz /pub/pkgsrc/distfiles/kid3-3.3.0.tar.gz /pub/pkgsrc/distfiles/libdca-0.0.5.tar.bz2 /pub/pkgsrc/distfiles/mp3to.gz /pub/pkgsrc/distfiles/squeezeboxserver-7.5.1-noCPAN.tgz No changes made to these file. Otherwise, existing SHA1 digests verified and found to be the same on the machine holding the existing distfiles (morden). All existing SHA1 digests retained for now as an audit trail.
2012-09-15recursive bump from libffi shlib major bumpobache2-4/+4
(additionaly, reset PKGREVISION of qt4-* sub packages from base qt4 update)
2012-09-11"user-destdir" is default these daysasau1-3/+1
2012-06-14Recursive PKGREVISION bump for libxml2 buildlink addition.sbd2-4/+4
2012-05-06glib2 build fixes for gnome-speech-espeak.dholland26-1/+405
2012-03-03Recursive bump for pcre-8.30* (shlib major change)wiz2-4/+4
2012-02-06Revbump forwiz2-4/+4
a) tiff update to 4.0 (shlib major change) b) glib2 update 2.30.2 (adds libffi dependency to buildlink3.mk) Enjoy.
2011-04-22recursive bump from gettext-lib shlib bump.obache2-4/+4
2010-11-15PKGREVISION bumps for changes to gtk2, librsvg, libbonobo and libgnomeabs2-3/+4
2009-06-14Remove @dirrm entries from PLISTsjoerg1-7/+1
2009-03-20Simply and speed up buildlink3.mk files and processing.joerg1-13/+6
This changes the buildlink3.mk files to use an include guard for the recursive include. The use of BUILDLINK_DEPTH, BUILDLINK_DEPENDS, BUILDLINK_PACKAGES and BUILDLINK_ORDER is handled by a single new variable BUILDLINK_TREE. Each buildlink3.mk file adds a pair of enter/exit marker, which can be used to reconstruct the tree and to determine first level includes. Avoiding := for large variables (BUILDLINK_ORDER) speeds up parse time as += has linear complexity. The include guard reduces system time by avoiding reading files over and over again. For complex packages this reduces both %user and %sys time to half of the former time.
2009-02-24Update to 0.4.25:wiz3-24/+14
gnome-speech 0.4.25: * Respin due to use of incompatible libtool for 0.4.24. gnome-speech 0.4.24 * drivers/espeak/espeakspeaker.c: Fix for bug #571217 - espeak driver parameter ranges do not match espeak * gnome-speech/speaker.c, drivers/eloquence/eloquencespeaker.c: Fix for bug #560439 - GNOME Goal: Remove deprecated GLib symbols. NOTE: I don't have the eloquence package (it's a commercial system), so I was unable to verify the changes made to that file. gnome-speech 0.4.23: * drivers/espeak/Makefile.am Fix for bug #568786 - Trivial build patch (Vincent Untz) * test/test-speech.c: Fix for bug #563577 - GNOME Goal: Clean up GLib and GTK+ includes (Luis Menina)
2009-01-18Split off most variables into Makefile.common, to be used bywiz2-22/+33
gnome-speech-espeak as well, to avoid updating one and not the other.
2009-01-18regen, because the line numbers are much lower nowadays.wiz2-6/+6
Not necessary, but gets rid of a patch(1) warning on NetBSD.
2008-11-16Update to 0.4.22:wiz4-15/+15
gnome-speech 0.4.22: * drivers/swift/swiftsynthesisdriver.c: fix for bug #559583 - Swift synthesis driver causes Python client to get "TypeError: could not demarshal return value" on call to getAllVoices.
2008-10-27Update to 0.4.21:wiz2-6/+6
gnome-speech 0.4.21: * drivers/espeak/espeaksynthesisdriver.c: fix for bug #545896 - eSpeak segmentation fault. gnome-speech 0.4.20: * drivers/espeak/*: fix for bug 535493 - eSpeak driver can block. The fix adds a list mechanism to handle utterances to be spoken and then processes them on the gidle thread. Also raised the maximum speech rate for eSpeak.
2008-06-20Add DESTDIR support.joerg1-1/+3
2008-04-26Update to 0.4.19:wiz3-16/+23
* configure.in: be smarter about automatically finding espeak * drivers/espeak/Makefile.am: remove libstdc++. It is not needed and makes the Solaris build fail.
2008-02-28update to 0.4.18drochner2-6/+6
changes: a build fix for espeak-1.30
2008-01-11update to 0.4.17drochner3-12/+12
change: driver fix for solaris
2007-08-10update to 0.4.16drochner2-6/+6
change: bugfix: Update max speech rate in eSpeak driver
2007-07-17add a patch which allows to build the espeak backend as a separate pkgdrochner2-1/+32
while still sharing patches and distinfo (no change to the base pkg)
2007-07-17update to 0.4.15drochner2-6/+6
changes: -bugfixes -Compatibility with eSpeak >=1.27
2007-04-11update to 0.4.11drochner2-6/+6
change: minor bugfix
2007-04-09Update to 0.4.10:wiz3-18/+26
gnome-speech 0.4.10: * Fix for bug 409573 to have eSpeak driver also look for LANG when determining the default language. (Gilles Casse) gnome-speech 0.4.9: * Fix for bug 398916 to help select the Viavoice Chinese voices. Also fixed a memory leak with the driver. (Gilles Casse) * Fix for bug 399512 to handle config parameters better. (Leonardo Boshell) * Fix for bug 403763 to include math library when building driver for Swift. (Willie Walker) gnome-speech 0.4.8: * Brand new driver for eSpeak (http://espeak.sourceforge.net). Many many thanks to Gilles Casse for his contribution here!!! * Fix for bug 321658 to allow ibmtts is unable to select/change voice of a different language. Many many thanks to Gilles Casse for his contribution here!!! gnome-speech 0.4.7: * Add support for Cepstral Swift driver. There are known problems with this support. In particular, there are audio artifacts (chirps and pops) when speech is interrupted. We have a support request into Cepstral for help with this: Support Ticket #6297.
2007-02-22Whitespace cleanup, courtesy of pkglint.wiz1-2/+2
Patch provided by Sergey Svishchev in private mail.
2007-01-26No need for X11. Bump revision.joerg1-2/+2
2006-11-28update to 0.4.6drochner2-8/+6
change: driver addition, irrelevant to pkgsrc (this pkg is quite useless atm because festival doesn't compile with gcc4)
2006-10-10Fixed "test ==".rillig2-1/+15
2006-09-15Update to 0.4.5:jmmv2-6/+6
gnome-speech 0.4.5: * Fix for bug 353322: fix crash/hang in DECtalk synthesis driver. gnome-speech 0.4.4: * Fix for bug 326818: escape the \ character so it is not interpreted as a line continuation character by the festival shell. * Fix for bug 352165: use "-f" flag to rm files when doing a clean.
2006-08-06Update to 0.4.2:jmmv2-7/+7
gnome-speech 0.4.2: * Fix for bug 347357: convert UTF-8 to ISO8859-1 before sending text to DECtalk engine * Fix for bug 348240: convert UTF-8 to ISO8859-1 before sending text to IBMTTS (a.k.a., ViaVoice) engine (thanks Javier!) * Fix for bug 347124: remove LT_VERSION_INFO since it is only available for libraries (thanks dmacks!) gnome-speech 0.4.1: * Partial fix for bug 144457: add "punctuation mode" parameter to DECtalk synthesis driver. The supported modes are as follows: 0 = none 1 = some 2 = most 3 = all * Fix for bug 341405: don't core dump if festival is not installed on machine. * Fix for bug 141516: allow character encoding to be dynamically determined from the voice. Credit to Milan Zamazal as well for the creation of the "coding" attribute convention for festival voices. * Fix for bug 341990: eliminate compilation warning in festival synthesis driver. ---------- gnome-speech 0.4.0: * Fix for bug 321216: support UTF-8 encoding (Chaitanya Kamisetty) * Fix for bug 337151: quit when the festival process dies (Remus Draica) * Fix for bug 341744: turn phoneme mode off in dectalk driver (Willie Walker) * Fix for bug 332250: dectalk driver compilation warnings (Willie Walker) * Fix for bug 332247: dectalk driver can hang on exit (Willie Walker) * Fix for bug 329444: add speech dispatcher driver (Hynek Hanke)
2006-07-08Change the format of BUILDLINK_ORDER to contain depth information as well,jlam1-2/+2
and add a new helper target and script, "show-buildlink3", that outputs a listing of the buildlink3.mk files included as well as the depth at which they are included. For example, "make show-buildlink3" in fonts/Xft2 displays: zlib fontconfig iconv zlib freetype2 expat freetype2 Xrender renderproto
2006-07-08Track information in a new variable BUILDLINK_ORDER that informs usjlam1-1/+2
of the order in which buildlink3.mk files are (recursively) included by a package Makefile.
2006-04-13BUILD_USE_MSGFMT and USE_MSGFMT_PLURALS are obsolete. Replace withjlam1-4/+2
USE_TOOLS+=msgfmt.
2006-04-12Aligned the last line of the buildlink3.mk files with the first line, sorillig1-2/+2
that they look nicer.
2006-04-06Over 1200 files touched but no revisions bumped :)reed1-3/+3
RECOMMENDED is removed. It becomes ABI_DEPENDS. BUILDLINK_RECOMMENDED.foo becomes BUILDLINK_ABI_DEPENDS.foo. BUILDLINK_DEPENDS.foo becomes BUILDLINK_API_DEPENDS.foo. BUILDLINK_DEPENDS does not change. IGNORE_RECOMMENDED (which defaulted to "no") becomes USE_ABI_DEPENDS which defaults to "yes". Added to obsolete.mk checking for IGNORE_RECOMMENDED. I did not manually go through and fix any aesthetic tab/spacing issues. I have tested the above patch on DragonFly building and packaging subversion and pkglint and their many dependencies. I have also tested USE_ABI_DEPENDS=no on my NetBSD workstation (where I have used IGNORE_RECOMMENDED for a long time). I have been an active user of IGNORE_RECOMMENDED since it was available. As suggested, I removed the documentation sentences suggesting bumping for "security" issues. As discussed on tech-pkg. I will commit to revbump, pkglint, pkg_install, createbuildlink separately. Note that if you use wip, it will fail! I will commit to pkgsrc-wip later (within day).
2006-03-30Update to 0.3.10:jmmv2-7/+7
* Fix for bug 332250: dectalk driver compilation warnings (Willie Walker) * Fix for bug 332247: dectalk driver can hang on exit (Willie Walker)
2006-03-04Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where nojlam1-2/+2
developer is officially maintaining the package. The rationale for changing this from "tech-pkg" to "pkgsrc-users" is that it implies that any user can try to maintain the package (by submitting patches to the mailing list). Since the folks most likely to care about the package are the folks that want to use it or are already using it, this would leverage the energy of users who aren't developers.
2006-02-05Recursive revision bump / recommended bump for gettext ABI change.joerg2-4/+4
2006-01-24Bump BUILDLINK_RECOMMENDED of textproc/expat to 2.0.0 becausewiz2-3/+4
of the shlib major bump. PKGREVISION++ for the dependencies.
2006-01-20Update to 0.3.9:jmmv2-6/+6
* Fix for bug 319421: ibmtts hardcoded to en_US locale (Bill Abt) * For for bug 319875: Add eciInsertIndex to viavoice driver (Bill Abt) * Fix for bug 320013: Add more parameters to ibmtts driver (Bill Abt) * Fix for build problem on Solaris (Rich Burridge) * Fix for bug 142354: FreeTTS driver exits when refcount goes to 0 instead of living forever (Willie Walker) * Fix for bug 313652: FreeTTS build fix (Bernard Leak) * Fix for bug 319980: test-speech now uses selected gender instead of hardcoding to male (Willie Walker) * Fix for bug 314736: Cygwin ports patch (Cygwin Ports maintainer) * Fix for bug 314840: Corrected the use of the rate and pitch parameters for ibmtts driver so that they are absolute and not relative values (IBM) * Provide different method for finding the Java virtual machine for freetts-synthesis-driver (Willie Walker) * Fix for bug 319168: FreeTTS streaming audio player could not be used (Willie Walker)
2005-10-14Update to 0.3.8:jmmv3-22/+8
* Fix for bug 305489: Festival driver in gnome-speech-0.3.7 seg faults (Willie Walker) * Fix for bug 308468: #include <sys/socket.h>, and do not declare variable after statement (Behdad Esfahbod) * FreeTTS driver now says "FreeTTS synthesis driver running..." instead of saying it is *not* running (Willie Walker)
2005-10-10Reorder includes to workaround a bug in sys/socket.h on DragonFly.joerg2-6/+9
2005-08-21Update to 0.3.7:jmmv2-8/+6
* FreeTTS driver now includes and uses a user_addenda.txt pronunciation lexicon addenda to support characters from the extended ISO8859-1 character set as well as the unicode currency block - bug 163805 (Willie Walker) * Automatic detection of voices for festival driver - part of bug 141516 (Fernando Herrera) * Fixes for bug 301086 (Willie Walker), bug 141516 (Bill Haneman and Fernando Herrera), bug 169805 (Bill Haneman), and bug 167810 (Oana Serb)
2005-08-10Remove the abuse of buildlink that was pkg-config/buildlink3.mk. Thatjlam1-3/+2
file's sole purpose was to provide a dependency on pkg-config and set some environment variables. Instead, turn pkg-config into a "tool" in the tools framework, where the pkg-config wrapper automatically adds PKG_CONFIG_LIBDIR to the environment before invoking the real pkg-config. For all package Makefiles that included pkg-config/buildlink3.mk, remove that inclusion and replace it with USE_TOOLS+=pkg-config.
2005-07-21Change path from devel/pkgconfig to devel/pkg-config.wiz1-2/+2
No PKGREVISION bump since pkg-config is only a BUILD_DEPENDS.
2005-06-01Massive cleanup of buildlink3.mk and builtin.mk files in pkgsrc.jlam1-2/+2
Several changes are involved since they are all interrelated. These changes affect about 1000 files. The first major change is rewriting bsd.builtin.mk as well as all of the builtin.mk files to follow the new example in bsd.builtin.mk. The loop to include all of the builtin.mk files needed by the package is moved from bsd.builtin.mk and into bsd.buildlink3.mk. bsd.builtin.mk is now included by each of the individual builtin.mk files and provides some common logic for all of the builtin.mk files. Currently, this includes the computation for whether the native or pkgsrc version of the package is preferred. This causes USE_BUILTIN.* to be correctly set when one builtin.mk file includes another. The second major change is teach the builtin.mk files to consider files under ${LOCALBASE} to be from pkgsrc-controlled packages. Most of the builtin.mk files test for the presence of built-in software by checking for the existence of certain files, e.g. <pthread.h>, and we now assume that if that file is under ${LOCALBASE}, then it must be from pkgsrc. This modification is a nod toward LOCALBASE=/usr. The exceptions to this new check are the X11 distribution packages, which are handled specially as noted below. The third major change is providing builtin.mk and version.mk files for each of the X11 distribution packages in pkgsrc. The builtin.mk file can detect whether the native X11 distribution is the same as the one provided by pkgsrc, and the version.mk file computes the version of the X11 distribution package, whether it's built-in or not. The fourth major change is that the buildlink3.mk files for X11 packages that install parts which are part of X11 distribution packages, e.g. Xpm, Xcursor, etc., now use imake to query the X11 distribution for whether the software is already provided by the X11 distribution. This is more accurate than grepping for a symbol name in the imake config files. Using imake required sprinkling various builtin-imake.mk helper files into pkgsrc directories. These files are used as input to imake since imake can't use stdin for that purpose. The fifth major change is in how packages note that they use X11. Instead of setting USE_X11, package Makefiles should now include x11.buildlink3.mk instead. This causes the X11 package buildlink3 and builtin logic to be executed at the correct place for buildlink3.mk and builtin.mk files that previously set USE_X11, and fixes packages that relied on buildlink3.mk files to implicitly note that X11 is needed. Package buildlink3.mk should also include x11.buildlink3.mk when linking against the package libraries requires also linking against the X11 libraries. Where it was obvious, redundant inclusions of x11.buildlink3.mk have been removed.
2005-05-22Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions:jlam1-2/+2
USE_GNU_TOOLS -> USE_TOOLS awk -> gawk m4 -> gm4 make -> gmake sed -> gsed yacc -> bison
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1