summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJon Hood <squinky86@gentoo.org>2004-04-05 22:44:25 +0000
committerJon Hood <squinky86@gentoo.org>2004-04-05 22:44:25 +0000
commit19a0837c89a39f25c9cd439dedfc87b0a9b42958 (patch)
treed8a7bbe6ac50d38f3f73673eb5930f217c440569 /app-accessibility/speech-dispatcher/files
parentflac plugin for gst 0.8 (Manifest recommit) (diff)
downloadgentoo-2-19a0837c89a39f25c9cd439dedfc87b0a9b42958.tar.gz
gentoo-2-19a0837c89a39f25c9cd439dedfc87b0a9b42958.tar.bz2
gentoo-2-19a0837c89a39f25c9cd439dedfc87b0a9b42958.zip
bump to 0.3
Diffstat (limited to 'app-accessibility/speech-dispatcher/files')
-rw-r--r--app-accessibility/speech-dispatcher/files/digest-speech-dispatcher-0.31
-rw-r--r--app-accessibility/speech-dispatcher/files/speech-dispatcher-0.3-gentoo.patch31
2 files changed, 32 insertions, 0 deletions
diff --git a/app-accessibility/speech-dispatcher/files/digest-speech-dispatcher-0.3 b/app-accessibility/speech-dispatcher/files/digest-speech-dispatcher-0.3
new file mode 100644
index 000000000000..e699df9e68a0
--- /dev/null
+++ b/app-accessibility/speech-dispatcher/files/digest-speech-dispatcher-0.3
@@ -0,0 +1 @@
+MD5 1c90290379c8097bd203c49efeab4ac2 speech-dispatcher-0.3.tar.gz 746005
diff --git a/app-accessibility/speech-dispatcher/files/speech-dispatcher-0.3-gentoo.patch b/app-accessibility/speech-dispatcher/files/speech-dispatcher-0.3-gentoo.patch
new file mode 100644
index 000000000000..cc3cbd237f14
--- /dev/null
+++ b/app-accessibility/speech-dispatcher/files/speech-dispatcher-0.3-gentoo.patch
@@ -0,0 +1,31 @@
+diff -Naur speechd-0.3.vanilla/config/speechd.conf.in speechd-0.3/config/speechd.conf.in
+--- speechd-0.3.vanilla/config/speechd.conf.in 2004-02-13 08:55:01.000000000 -0600
++++ speechd-0.3/config/speechd.conf.in 2004-04-04 15:10:25.767924376 -0500
+@@ -28,7 +28,7 @@
+ # Specify "stdout" for standard console output
+ # or a full path to some file which the log should be written to.
+
+-LogFile "/var/log/speechd.log"
++LogFile "/var/log/speech-dispatcher.log"
+ #LogFile "stdout"
+
+ # CustomLogFile allows logging all messages of the given kind, regardless their
+@@ -170,5 +170,5 @@
+ # it should apply this settings (it does glob-style matching, you can use
+ # * to match any number of characters and ? to match one character)
+
+-# Include "clients/emacs.conf"
++Include "clients/emacs.conf"
+
+diff -Naur speechd-0.3.vanilla/configure.in speechd-0.3/configure.in
+--- speechd-0.3.vanilla/configure.in 2004-03-30 18:30:08.000000000 -0600
++++ speechd-0.3/configure.in 2004-04-04 15:09:32.947954232 -0500
+@@ -50,7 +50,7 @@
+ AC_SUBST(spdconfdir)
+ snddatadir="$datadir/sounds/speech-dispatcher/"
+ AC_SUBST(snddatadir)
+-modulebindir="$bindir/speechd-modules/"
++modulebindir="$libdir/speech-dispatcher-modules/"
+ AC_SUBST(modulebindir)
+ moduleconfdir="$sysconfdir/speech-dispatcher/modules/"
+ AC_SUBST(moduleconfdir)