~ubuntu-branches/ubuntu/saucy/speech-tools/saucy-proposed

« back to all changes in this revision

Viewing changes to config/modules/esd_audio.mak

  • Committer: Package Import Robot
  • Author(s): Peter Drysdale, Peter Drysdale, Sergio Oller
  • Date: 2013-05-04 09:40:22 UTC
  • Revision ID: package-import@ubuntu.com-20130504094022-trrabtuwmofdcr02
Tags: 1:2.1~release-6
[ Peter Drysdale ]
* gcc 4.8 compliance a by-product of EsounD removal. (Closes: #701362)
* Add patch to enable compiling of with clang 3.0.
* Stop clobbering compiler/ld flags in festival build, it is not polite.
* Remove support for EsounD which has been deprecated by Gnome
* Fix Lintian flagged spelling error.
* Add missing dependency on libaudiofile-dev. Thanks
  to Alessio Treglia.  (Closes: #657603)

[ Sergio Oller ]
* Add patch to enable native PulseAudio support. Original implementation by
  Matthias Clasen.
* Add patch to enable native ALSA support. (Closes: #638394)
* Original work on release-5 bug fast-tracked to wheezy.

Show diffs side-by-side

added added

removed removed

Lines of Context:
38
38
 ##                                                                       ##
39
39
 ###########################################################################
40
40
 
41
 
INCLUDE_ESD_AUDIO=1
 
41
INCLUDE_ESD_AUDIO=0
42
42
 
43
43
MOD_DESC_ESD_AUDIO=Use Enlightenment Speech Demon
44
44
 
45
 
AUDIO_DEFINES += -DSUPPORT_ESD
46
 
AUDIO_INCLUDES += -I$(ESD_INCLUDE)
47
 
MODULE_LIBS += -L$(ESD_LIB) -lesd -laudiofile
48
 
 
49
45
 
50
46