Browse Source

fake:


			
			
				rocklinux
			
			
		
fake 18 years ago
parent
commit
a197b81ad5
3 changed files with 23 additions and 2 deletions
  1. +11
    -0
      package/fake/flite/dsp-device.patch
  2. +2
    -2
      package/fake/flite/flite.desc
  3. +10
    -0
      package/fake/flite/makefile-install.patch

+ 11
- 0
package/fake/flite/dsp-device.patch

@ -0,0 +1,11 @@
--- ./src/audio/au_oss.c.orig 2006-07-19 20:08:32.000000000 +0200
+++ ./src/audio/au_oss.c 2006-07-19 20:08:42.000000000 +0200
@@ -61,7 +61,7 @@
#include <sys/stat.h>
#include <fcntl.h>
-static const char * const oss_audio_device = "/dev/dsp";
+static const char * const oss_audio_device = "/dev/sound/dsp";
cst_audiodev *audio_open_oss(int sps, int channels, cst_audiofmt fmt)
{

+ 2
- 2
package/fake/flite/flite.desc

@ -38,8 +38,8 @@
[L] OpenSource
[S] Stable
[V] 1.2
[V] 1.3
[P] X -?---5---9 147.700
[D] 1428953997 flite-1.2-release.tar.bz2 http://www.speech.cs.cmu.edu/flite/packed/flite-1.2/
[D] 611741839 flite-1.3-release.tar.gz http://www.speech.cs.cmu.edu/flite/packed/flite-1.3/

+ 10
- 0
package/fake/flite/makefile-install.patch

@ -0,0 +1,10 @@
--- ./Makefile.orig 2006-07-19 20:04:24.000000000 +0200
+++ ./Makefile 2006-07-19 20:04:35.000000000 +0200
@@ -109,7 +109,6 @@
mkdir -p $(INSTALLLIBDIR)
mkdir -p $(INSTALLINCDIR)
$(INSTALL) -m 644 include/*.h $(INSTALLINCDIR)
- @ $(MAKE) -C lib --no-print-directory install
$(INSTALL) -m 755 bin/flite $(INSTALLBINDIR)
$(INSTALL) -m 755 bin/flite_time $(INSTALLBINDIR)

Loading…
Cancel
Save