Author: twittner                     Date: Thu Jan  3 18:46:20 2008 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- fixed c&p typos
- added -python-install.patch (not checked, but Makefile
  produced from Makefile.in looks OK)
- still doesn't build - linking errors

---- Files affected:
SOURCES:
   speech-dispatcher-python-install.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SOURCES/speech-dispatcher-python-install.patch
diff -u /dev/null SOURCES/speech-dispatcher-python-install.patch:1.1
--- /dev/null   Thu Jan  3 19:46:20 2008
+++ SOURCES/speech-dispatcher-python-install.patch      Thu Jan  3 19:46:15 2008
@@ -0,0 +1,37 @@
+diff -Nur b.speech-dispatcher-0.6.5/configure.in 
n.speech-dispatcher-0.6.5/configure.in
+--- b.speech-dispatcher-0.6.5/configure.in     2007-11-26 15:19:48.000000000 
+0100
++++ n.speech-dispatcher-0.6.5/configure.in     2008-01-03 19:20:58.000000000 
+0100
+@@ -246,5 +246,5 @@
+ AC_SUBST(LIB_SPD_REVISION)
+ AC_SUBST(LIB_SPD_AGE)
+ 
+-AC_OUTPUT([Makefile src/Makefile src/server/Makefile src/modules/Makefile 
src/c/Makefile src/c/api/Makefile src/c/clients/Makefile 
src/c/clients/say/Makefile src/c/clients/spdsend/Makefile src/tests/Makefile 
src/audio/Makefile config/Makefile config/modules/Makefile 
config/clients/Makefile doc/Makefile])
++AC_OUTPUT([Makefile src/Makefile src/server/Makefile src/modules/Makefile 
src/c/Makefile src/c/api/Makefile src/c/clients/Makefile 
src/c/clients/say/Makefile src/c/clients/spdsend/Makefile src/tests/Makefile 
src/audio/Makefile config/Makefile config/modules/Makefile 
config/clients/Makefile doc/Makefile src/python/Makefile])
+ 
+diff -Nur b.speech-dispatcher-0.6.5/src/python/Makefile.in 
n.speech-dispatcher-0.6.5/src/python/Makefile.in
+--- b.speech-dispatcher-0.6.5/src/python/Makefile.in   1970-01-01 
01:00:00.000000000 +0100
++++ n.speech-dispatcher-0.6.5/src/python/Makefile.in   2008-01-03 
19:26:41.000000000 +0100
+@@ -0,0 +1,23 @@
++
++all:
++
++install:
++      if test -x /usr/bin/python; then \
++              ./setup.py install [EMAIL PROTECTED]@ --root=$(DESTDIR); \
++      else \
++      echo "ERROR: Python not found or something went wrong during setup.py 
--install ..., not installing speechd module"; \
++      fi
++
++uninstall:
++
++clean:
++      rm -f *.py[co]
++      rm -rf build
++
++distclean: clean
++
++distdir:
++
++
++check:
++
================================================================
_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to