]> git.pld-linux.org Git - packages/flite.git/commitdiff
- -alsa.patch removed; build with `--with-audio=oss' because emacspeak
authortwittner <twittner@pld-linux.org>
Thu, 14 Sep 2006 21:43:37 +0000 (21:43 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
  doesn't work correctly when flite is compiled with alsa support
- -fix-audiodriver-setup.patch added - really allow user to override
  autodetection of audio driver
- rel. 0.2

Changed files:
    flite.spec -> 1.2

flite.spec

index 56c3a60354f4d9b0792e9b4b8a0d0606a80a05ee..d8db499c4a6d2763e0552e83a9bca3f6d92db1fb 100644 (file)
@@ -1,6 +1,6 @@
 #
 # NOTE:        - building is memory consuming (up to c.a. 537MB)
-# TODO:        - review -link,-alsa, version patches
+# TODO:        - review -link, version patches
 #      - --disable-static doesn't work
 #      - install manpages via makefile
 #
@@ -9,7 +9,7 @@
 #
 Name:          flite
 Version:       1.2
-Release:       0.1
+Release:       0.2
 Summary:       flite - a small, fast speech synthesis engine
 Summary(ru_RU.KOI8-R):flite - ÍÁÌÅÎØËÏÅ, ÂÙÓÔÒÏÅ ÓÒÅÄÓÔ×Ï ÄÌÑ ÓÉÎÔÅÚÁ ÒÅÞÉ
 License:       Custom, see COPYING
@@ -18,12 +18,13 @@ Source0:    http://www.speech.cs.cmu.edu/flite/packed/flite-1.2/%{name}-%{version}-
 # Source0-md5: 24c1576f5b3eb23ecedf4bebde96710f
 # ALT Linux patches:
 Patch0:                %{name}-link.patch
-Patch1:                %{name}-alsa.patch
-Patch2:                %{name}-DESTDIR.patch
-Patch3:                %{name}-fix-readonly-assignments.patch
+Patch1:                %{name}-fix-readonly-assignments.patch
 # Debian patches:
-Patch4:                %{name}-doc.patch
-Patch5:                %{name}-version.patch
+Patch2:                %{name}-doc.patch
+Patch3:                %{name}-version.patch
+#
+Patch4:                %{name}-DESTDIR.patch
+Patch5:                %{name}-fix-audiodriver-setup.patch
 URL:           http://cmuflite.org/
 BuildRequires: autoconf
 BuildRequires: automake
@@ -82,6 +83,7 @@ engine
 cp -f /usr/share/automake/config.sub .
 %{__autoconf}
 %configure \
+       --with-audio=oss \
        --enable-shared \
        %{!?with_static_libs:--disable-static} \
        --with-vox=cmu_us_kal16
This page took 0.062316 seconds and 4 git commands to generate.