diff --git a/multimedia/sound/speech-dispatcher/actions.py b/multimedia/sound/speech-dispatcher/actions.py
deleted file mode 100644
index fb6b0e614f..0000000000
--- a/multimedia/sound/speech-dispatcher/actions.py
+++ /dev/null
@@ -1,37 +0,0 @@
-#!/usr/bin/python
-# -*- coding: utf-8 -*-
-#
-# Licensed under the GNU General Public License, version 3.
-# See the file http://www.gnu.org/copyleft/gpl.txt.
-
-from pisi.actionsapi import get
-from pisi.actionsapi import autotools
-from pisi.actionsapi import pisitools
-from pisi.actionsapi import shelltools
-
-def setup():
- shelltools.system("sed -i 's/cicero //g' configure.ac")
- shelltools.system("sed -i 's/sd_cicero//g' src/modules/Makefile.am")
- autotools.autoreconf("-i")
- autotools.configure("--disable-static \
- --enable-shared \
- --with-default-audio-method=alsa \
- --without-flite ")
-
-def build():
- autotools.make()
-
-def install():
- autotools.install()
-
- # Conflicts with openTTS
- pisitools.remove("/usr/share/info/ssip.info")
-
- # Set executable bit
- shelltools.chmod("%s/usr/lib/python3.4/site-packages/speechd/_test.py" % get.installDIR(), 0755)
-
- # Create log directory, it should be world unreadable
- pisitools.dodir("/var/log/speech-dispatcher")
- shelltools.chmod("%s/var/log/speech-dispatcher" % get.installDIR(), 0700)
-
- pisitools.dodoc("AUTHORS", "COPYING", "README")
diff --git a/multimedia/sound/speech-dispatcher/pspec.xml b/multimedia/sound/speech-dispatcher/pspec.xml
deleted file mode 100644
index 77dfcdda4b..0000000000
--- a/multimedia/sound/speech-dispatcher/pspec.xml
+++ /dev/null
@@ -1,88 +0,0 @@
-
-
-
-
- speech-dispatcher
- http://www.freebsoft.org/speechd
-
- PisiLinux Community
- admins@pisilinux.org
-
- GPLv2+
- GPLv2
- service
- app:console
- library
- speech dispatcher: common interface to speech synthesis
- Speech Dispatcher is a device independent layer for speech synthesis that provides a common easy to use interface for both client applications (programs that want to speak) and for software synthesizers (programs actually able to convert text to speech).
- http://www.freebsoft.org/pub/projects/speechd/speech-dispatcher-0.8.3.tar.gz
-
- glib2-devel
- libsndfile-devel
- dotconf-devel
- espeak-devel
- python3-devel
- intltool
- gettext-devel
- pkgconfig
- libtool
- libao-devel
- alsa-lib-devel
- pulseaudio-libs-devel
-
-
-
-
- speech-dispatcher
-
- glib2
- libtool-ltdl
- dotconf
- libsndfile
- alsa-lib
- libao
- espeak
- pulseaudio-libs
-
-
- /usr/share
- /usr/lib
- /usr/share/doc
- /usr/bin
- /etc/speech-dispatcher
- /var/log/speech-dispatcher
- /usr/share/speech-dispatcher
-
-
-
-
- speech-dispatcher-devel
- Development headers for speech-dispatcher
-
- speech-dispatcher
- glib2-devel
-
-
- /usr/include
- /usr/lib/pkgconfig/
-
-
-
-
-
-
- 2016-01-25
- 0.8.3
- Edit and release bump
- Alihan Öztürk
- alihan@pisilinux.org
-
-
- 2015-11-22
- 0.8.3
- Version bump.
- Vedat Demir
- vedat@pisilinux.org
-
-
-
\ No newline at end of file
diff --git a/multimedia/sound/speech-dispatcher/translations.xml b/multimedia/sound/speech-dispatcher/translations.xml
deleted file mode 100644
index 467ad5992a..0000000000
--- a/multimedia/sound/speech-dispatcher/translations.xml
+++ /dev/null
@@ -1,18 +0,0 @@
-
-
-
- speech-dispatcher
- Konuşma sentezi ortak arayüzü
- Speech Dispatcher, seslendirme yapılmak istenen veya konuşma sentezi yapan uygulamalar için ortak ve kolay kullanımlı bir arayüz sunan, cihaz-bağımsız bir katmandır.
-
-
-
- python-speech-dispatcher
- speech-dispatcher için Python bağlayıcıları
-
-
-
- speech-dispatcher-devel
- speech-dispatcher için geliştirme başlıkları
-
-