Removed Linux PulseAudio dependency (trunk & maintenance).

git-svn-id: http://svn.berlios.de/svnroot/repos/oolite-linux/trunk@3687 127b21dd-08f5-0310-b4b7-95ae10353056
This commit is contained in:
getafix 2010-07-19 11:17:28 +00:00
parent b87a841e0f
commit 92b0b82ab4
2 changed files with 16 additions and 4 deletions

View File

@ -56,14 +56,14 @@ else
GNUSTEP_OBJ_DIR_NAME := $(GNUSTEP_OBJ_DIR_NAME).spk
endif
else
oolite_LIB_DIRS += -Ldeps/Linux-deps/$(HOST_ARCH)/lib_linker
ADDITIONAL_OBJC_LIBS += -lpng14 -lSDL_mixer -lSDL -lgnustep-base
ADDITIONAL_INCLUDE_DIRS += -Ideps/Linux-deps/include
ifeq ($(ESPEAK),yes)
ADDITIONAL_OBJC_LIBS += -lpulse -lespeak
ADDITIONAL_OBJC_LIBS += -lespeak
ADDITIONAL_OBJCFLAGS+=-DHAVE_LIBESPEAK=1
GNUSTEP_OBJ_DIR_NAME := $(GNUSTEP_OBJ_DIR_NAME).spk
endif
ADDITIONAL_OBJC_LIBS += -lpng14 -lSDL_mixer -lSDL -lgnustep-base
ADDITIONAL_INCLUDE_DIRS += -Ideps/Linux-deps/include
oolite_LIB_DIRS += -Ldeps/Linux-deps/$(HOST_ARCH)/lib_linker
endif
endif
ifeq ($(profile),yes)

View File

@ -26,6 +26,18 @@ Games/Oolite menu or by executing:
from a terminal.
Troubleshoot speech feature
---------------------------
If you encounter issues with the oolite speech feature,
you could try using the alternative PulseAudio speech library:
(You need to have PulseAudio installed to try the following workaround!)
cd [/usr or ~/.local]/lib/Oolite/oolite-deps/lib/
[sudo] cp -p libespeak.so.1 libespeak.so.1.portaudio
[sudo] cp -p libespeak.so.1.pulseaudio libespeak.so.1
Documentation
-------------