Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=multilib.git;a=commitdiff;h=d5a7f1463b6d6aed7375ae2ac0ed0f4156c24503

commit d5a7f1463b6d6aed7375ae2ac0ed0f4156c24503
Author: Devil505 <devil505li...@gmail.com>
Date:   Sat May 7 22:05:41 2011 +0200

speech-dispatcher-0.7.1-1-i686
* version bump
* removed useless patch
* updating subpkg schema
* added x86_64 and ppc to archs
* bouleetbil it could be interesting to add the pulseausdio support one day

diff --git a/source/xapps-extra/speech-dispatcher/FrugalBuild 
b/source/xapps-extra/speech-dispatcher/FrugalBuild
index d25b965..26263d1 100644
--- a/source/xapps-extra/speech-dispatcher/FrugalBuild
+++ b/source/xapps-extra/speech-dispatcher/FrugalBuild
@@ -2,25 +2,26 @@
# Maintainer: bouleetbil <bouleet...@frogdev.info>

pkgname=speech-dispatcher
-pkgver=0.6.7
-pkgrel=2
+pkgver=0.7.1
+pkgrel=1
pkgdesc="speech-dispatcher speech synthesis interface"
url="http://www.freebsoft.org/speechd";
depends=('dotconf' 'nas' 'alsa-lib')
groups=('xapps-extra')
-archs=('i686')
+archs=('i686' 'x86_64' 'ppc')
up2date="Flasttar http://www.freebsoft.org/pub/projects/speechd/";
-source=(http://www.freebsoft.org/pub/projects/speechd/$pkgname-$pkgver.tar.gz 
rc.speechd \
-       gcc4.diff )
-subpkgs=("python-speech-dispatcher")
-subdescs=('python bindings for speech')
-subdepends=("$pkgname=$pkgver python>=2.7")
-subgroups=('devel-extra')
-subarchs=("i686")
+source=(http://www.freebsoft.org/pub/projects/speechd/$pkgname-$pkgver.tar.gz 
rc.speechd)
+
+subpkgs=("${subpkgs[@]}" "python-speech-dispatcher")
+subdescs=("${subdescs[@]}" "python bindings for speech")
+subdepends=("${subdepends[@]}" "python>=2.7")
+subrodepends=("${subrodepends[@]}" "$pkgname=$pkgver")
+subgroups=("${subgroups[@]}" 'devel-extra')
+subarchs=("${subarchs[@]}" 'i686 x86_64 ppc')
+
Finclude python
-sha1sums=('00fe5051930a00c2bcdf67683410beedfa066d4e' \
-          '7373cfad8d4c7f8ce2ce244bbb05bd1a70b5777a' \
-          '2a31426b586c2929e9a8860cf661f8054cad4755')
+sha1sums=('be911de1ef334fa1708a7489f9dde51b499ab265' \
+          '7373cfad8d4c7f8ce2ce244bbb05bd1a70b5777a')
backup=(etc/speech-dispatcher/speechd.conf)

build() {
diff --git a/source/xapps-extra/speech-dispatcher/gcc4.diff 
b/source/xapps-extra/speech-dispatcher/gcc4.diff
deleted file mode 100644
index 1200658..0000000
--- a/source/xapps-extra/speech-dispatcher/gcc4.diff
+++ /dev/null
@@ -1,22 +0,0 @@
---- speech-dispatcher-0.6.7/src/modules/module_main.c.orig     2009-05-20 
11:40:37.000000000 +0100
-+++ speech-dispatcher-0.6.7/src/modules/module_main.c  2009-05-20 
11:40:46.000000000 +0100
-@@ -22,7 +22,7 @@
-  */
-
- /* So that gcc doesn't comply */
--int getline(char**, size_t*, FILE*);
-+/*int getline(char**, size_t*, FILE*);*/
-
- #define PROCESS_CMD(command, function) \
- if (!strcmp(cmd_buf, #command"\n")){ \
---- speech-dispatcher-0.6.7/src/modules/module_utils.h.orig    2009-05-20 
11:48:06.000000000 +0100
-+++ speech-dispatcher-0.6.7/src/modules/module_utils.h 2009-05-20 
11:48:14.000000000 +0100
-@@ -421,7 +421,7 @@
-
-
- /* So that gcc doesn't complain */
--int getline(char**, size_t*, FILE*);
-+/*int getline(char**, size_t*, FILE*);*/
-
- pthread_mutex_t module_stdout_mutex;
-
_______________________________________________
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git

Reply via email to