summaryrefslogtreecommitdiffstats
path: root/package/multimedia/festival
Commit message (Collapse)AuthorAgeFilesLines
* speech-tools: fix build failure by using Debian version and patchesThomas Petazzoni2010-07-291-3/+14
| | | | | | | | The upstream version of speech-tools does not build with GCC >= 4.3, mainly due to changes in how C++ headers are included. This is fixed in Debian, so let's use the Debian version and patches. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* Update all packages to quote $(TARGET_CC)Thomas Petazzoni2010-07-072-2/+2
| | | | | | | Now that TARGET_CC contains several space-separated words, it must be used quoted everywhere. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* festival: needs C++ supportPeter Korsgaard2009-10-021-5/+9
| | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* speech-tools: needs C++ supportPeter Korsgaard2009-10-021-1/+5
| | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* package: Remove unnecessary dependencies on uclibc.Will Newton2009-09-032-2/+2
| | | | | | | | A C library will have been built by the toolchain makefiles, so there is no need for packages to explicitly depend on uclibc. Signed-off-by: Will Newton <will.newton@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* package/: convert to DOWNLOAD helperPeter Korsgaard2009-01-162-15/+15
|
* package/: get rid of unneeded $(strip ..)Peter Korsgaard2008-12-082-2/+2
|
* package/audio: rename audio category to multimediaPeter Korsgaard2008-11-1514-0/+447
Prepare for the merge of audio and video packages. Many packages cannot properly be assigned to either audio or video, because they have support for both (libogg, mplayer, vlc). Signed-off-by: Markus Heidelberg <markus.heidelberg@web.de>