ports/opt (2.8): speech-dispatcher: initial import
commit 49147e77bcd03b1eb713e10c02fafa5ea16af3cb Author: Jose V Beneyto <sepen@crux.nu> Date: Fri Apr 12 02:11:49 2013 +0200 speech-dispatcher: initial import diff --git a/speech-dispatcher/.footprint b/speech-dispatcher/.footprint new file mode 100644 index 0000000..c8c043e --- /dev/null +++ b/speech-dispatcher/.footprint @@ -0,0 +1,72 @@ +drwxr-xr-x root/root usr/ +drwxr-xr-x root/root usr/bin/ +-rwxr-xr-x root/root usr/bin/spd-say +-rwxr-xr-x root/root usr/bin/spdsend +-rwxr-xr-x root/root usr/bin/speech-dispatcher +drwxr-xr-x root/root usr/etc/ +drwxr-xr-x root/root usr/etc/speech-dispatcher/ +drwxr-xr-x root/root usr/etc/speech-dispatcher/clients/ +-rw-r--r-- root/root usr/etc/speech-dispatcher/clients/emacs.conf +-rw-r--r-- root/root usr/etc/speech-dispatcher/clients/gnome-speech.conf +drwxr-xr-x root/root usr/etc/speech-dispatcher/modules/ +-rw-r--r-- root/root usr/etc/speech-dispatcher/modules/cicero.conf +-rw-r--r-- root/root usr/etc/speech-dispatcher/modules/dtk-generic.conf +-rw-r--r-- root/root usr/etc/speech-dispatcher/modules/epos-generic.conf +-rw-r--r-- root/root usr/etc/speech-dispatcher/modules/espeak-generic.conf +-rw-r--r-- root/root usr/etc/speech-dispatcher/modules/espeak-mbrola-generic.conf +-rw-r--r-- root/root usr/etc/speech-dispatcher/modules/espeak.conf +-rw-r--r-- root/root usr/etc/speech-dispatcher/modules/festival.conf +-rw-r--r-- root/root usr/etc/speech-dispatcher/modules/flite.conf +-rw-r--r-- root/root usr/etc/speech-dispatcher/modules/ibmtts.conf +-rw-r--r-- root/root usr/etc/speech-dispatcher/modules/ivona.conf +-rw-r--r-- root/root usr/etc/speech-dispatcher/modules/llia_phon-generic.conf +-rw-r--r-- root/root usr/etc/speech-dispatcher/modules/swift-generic.conf +-rw-r--r-- root/root usr/etc/speech-dispatcher/speechd.conf +drwxr-xr-x root/root usr/include/ +drwxr-xr-x root/root usr/include/speech-dispatcher/ +-rw-r--r-- root/root usr/include/speech-dispatcher/libspeechd.h +-rw-r--r-- root/root usr/include/speech-dispatcher/spd_audio_plugin.h +-rw-r--r-- root/root usr/include/speech-dispatcher/speechd_types.h +drwxr-xr-x root/root usr/lib/ +-rw-r--r-- root/root usr/lib/libspeechd.a +-rwxr-xr-x root/root usr/lib/libspeechd.la +lrwxrwxrwx root/root usr/lib/libspeechd.so -> libspeechd.so.2.4.0 +lrwxrwxrwx root/root usr/lib/libspeechd.so.2 -> libspeechd.so.2.4.0 +-rwxr-xr-x root/root usr/lib/libspeechd.so.2.4.0 +drwxr-xr-x root/root usr/lib/pkgconfig/ +-rw-r--r-- root/root usr/lib/pkgconfig/speech-dispatcher.pc +drwxr-xr-x root/root usr/lib/speech-dispatcher-modules/ +-rwxr-xr-x root/root usr/lib/speech-dispatcher-modules/sd_cicero +-rwxr-xr-x root/root usr/lib/speech-dispatcher-modules/sd_dummy +-rwxr-xr-x root/root usr/lib/speech-dispatcher-modules/sd_festival +-rwxr-xr-x root/root usr/lib/speech-dispatcher-modules/sd_generic +drwxr-xr-x root/root usr/lib/speech-dispatcher/ +-rw-r--r-- root/root usr/lib/speech-dispatcher/spd_alsa.a +-rwxr-xr-x root/root usr/lib/speech-dispatcher/spd_alsa.la +-rwxr-xr-x root/root usr/lib/speech-dispatcher/spd_alsa.so +-rw-r--r-- root/root usr/lib/speech-dispatcher/spd_oss.a +-rwxr-xr-x root/root usr/lib/speech-dispatcher/spd_oss.la +-rwxr-xr-x root/root usr/lib/speech-dispatcher/spd_oss.so +drwxr-xr-x root/root usr/share/ +drwxr-xr-x root/root usr/share/sounds/ +drwxr-xr-x root/root usr/share/sounds/speech-dispatcher/ +-rw-r--r-- root/root usr/share/sounds/speech-dispatcher/dummy-message.wav +drwxr-xr-x root/root usr/share/speech-dispatcher/ +drwxr-xr-x root/root usr/share/speech-dispatcher/conf/ +drwxr-xr-x root/root usr/share/speech-dispatcher/conf/clients/ +-rw-r--r-- root/root usr/share/speech-dispatcher/conf/clients/emacs.conf +-rw-r--r-- root/root usr/share/speech-dispatcher/conf/clients/gnome-speech.conf +drwxr-xr-x root/root usr/share/speech-dispatcher/conf/modules/ +-rw-r--r-- root/root usr/share/speech-dispatcher/conf/modules/cicero.conf +-rw-r--r-- root/root usr/share/speech-dispatcher/conf/modules/dtk-generic.conf +-rw-r--r-- root/root usr/share/speech-dispatcher/conf/modules/epos-generic.conf +-rw-r--r-- root/root usr/share/speech-dispatcher/conf/modules/espeak-generic.conf +-rw-r--r-- root/root usr/share/speech-dispatcher/conf/modules/espeak-mbrola-generic.conf +-rw-r--r-- root/root usr/share/speech-dispatcher/conf/modules/espeak.conf +-rw-r--r-- root/root usr/share/speech-dispatcher/conf/modules/festival.conf +-rw-r--r-- root/root usr/share/speech-dispatcher/conf/modules/flite.conf +-rw-r--r-- root/root usr/share/speech-dispatcher/conf/modules/ibmtts.conf +-rw-r--r-- root/root usr/share/speech-dispatcher/conf/modules/ivona.conf +-rw-r--r-- root/root usr/share/speech-dispatcher/conf/modules/llia_phon-generic.conf +-rw-r--r-- root/root usr/share/speech-dispatcher/conf/modules/swift-generic.conf +-rw-r--r-- root/root usr/share/speech-dispatcher/conf/speechd.conf diff --git a/speech-dispatcher/.md5sum b/speech-dispatcher/.md5sum new file mode 100644 index 0000000..1c4c5f3 --- /dev/null +++ b/speech-dispatcher/.md5sum @@ -0,0 +1 @@ +d88691a64c676122f996230c107c392f speech-dispatcher-0.8.tar.gz diff --git a/speech-dispatcher/Pkgfile b/speech-dispatcher/Pkgfile new file mode 100644 index 0000000..76a0919 --- /dev/null +++ b/speech-dispatcher/Pkgfile @@ -0,0 +1,24 @@ +# Description: Common interface to speech synthesis +# URL: http://devel.freebsoft.org/speechd/ +# Maintainer: Jose V Beneyto, sepen at crux dot nu +# Packager: Jose V Beneyto, sepen at crux dot nu +# Depends on: libsndfile intltool glib libxml2 dotconf + +name=speech-dispatcher +version=0.8 +release=1 +source=(http://devel.freebsoft.org/pub/projects/speechd/$name-$version.tar.gz) + +build() { + cd $name-$version + + ./configure --prefix=/usr \ + --with-alsa \ + --disable-nls \ + --disable-python + + make + make DESTDIR=$PKG install + + rm -r $PKG/usr/share/{info,locale} +}
participants (1)
-
crux@crux.nu