pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/audio/festival Make sure that the examples come with t...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/2e633aeb7962
branches:  trunk
changeset: 490327:2e633aeb7962
user:      agc <agc%pkgsrc.org@localhost>
date:      Mon Mar 07 11:32:08 2005 +0000

description:
Make sure that the examples come with the real path to the festival
binary.

diffstat:

 audio/festival/distinfo         |   3 ++-
 audio/festival/patches/patch-ac |  13 +++++++++++++
 2 files changed, 15 insertions(+), 1 deletions(-)

diffs (31 lines):

diff -r 6e9277038ac2 -r 2e633aeb7962 audio/festival/distinfo
--- a/audio/festival/distinfo   Mon Mar 07 11:29:28 2005 +0000
+++ b/audio/festival/distinfo   Mon Mar 07 11:32:08 2005 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.11 2005/03/07 10:34:07 agc Exp $
+$NetBSD: distinfo,v 1.12 2005/03/07 11:32:08 agc Exp $
 
 SHA1 (festival-1.95-beta.tar.gz) = 7bbf841b07a09cfe1ab17db23c2ebc12ea3d854b
 RMD160 (festival-1.95-beta.tar.gz) = 7f7cce6ab170ab1e83911ed92408576fff32cbd6
@@ -8,3 +8,4 @@
 Size (speech_tools-1.2.95-beta.tar.gz) = 1281274 bytes
 SHA1 (patch-aa) = 016faac0fbd2291f349b3710aefdc4df736af0d8
 SHA1 (patch-ab) = 23e55253b22df5b8d2bc44b08f6757c90c1f13a8
+SHA1 (patch-ac) = c0a3fbd4e98ef941ef78c1ae800ef33a5153e8f9
diff -r 6e9277038ac2 -r 2e633aeb7962 audio/festival/patches/patch-ac
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/audio/festival/patches/patch-ac   Mon Mar 07 11:32:08 2005 +0000
@@ -0,0 +1,13 @@
+$NetBSD: patch-ac,v 1.4 2005/03/07 11:32:09 agc Exp $
+
+--- festival/examples/Makefile 2005/03/07 11:05:22     1.1
++++ festival/examples/Makefile 2005/03/07 11:05:45
+@@ -55,7 +55,7 @@
+ $(ALL) : % : %.sh
+       rm -f $@
+       @echo "#!/bin/sh" >$@
+-      @echo "\"true\" ; exec "$(FESTIVAL_HOME)/bin/festival --script '$$0 $$*' >>$@
++      @echo "\"true\" ; exec "$(PREFIX)/bin/festival --script '$$0 $$*' >>$@
+       cat $< >>$@
+       chmod +x $@
+ 



Home | Main Index | Thread Index | Old Index