commit espeak for openSUSE:Factory
Hello community, here is the log from the commit of package espeak for openSUSE:Factory checked in at Thu Feb 25 13:48:19 CET 2010. -------- --- espeak/espeak.changes 2008-10-13 23:54:45.000000000 +0200 +++ /mounts/work_src_done/STABLE/espeak/espeak.changes 2010-02-06 11:29:43.000000000 +0100 @@ -1,0 +2,4 @@ +Fri Feb 05 19:08:03 CEST 2010 - embar@users.berlios.de +- fixed bug #549899 + (enabled portaudio support and disabled pulseaudio) +------------------------------------------------------------------- calling whatdependson for head-i586 New: ---- Makefile.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ espeak.spec ++++++ --- /var/tmp/diff_new_pack.67x723/_old 2010-02-25 13:44:47.000000000 +0100 +++ /var/tmp/diff_new_pack.67x723/_new 2010-02-25 13:44:47.000000000 +0100 @@ -1,7 +1,7 @@ # # spec file for package espeak (Version 1.39) # -# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -22,10 +22,11 @@ Name: espeak BuildRequires: gcc-c++ jack jack-devel portaudio portaudio-devel pulseaudio-devel Version: 1.39 -Release: 2 -License: GPL v3 or later +Release: 3 +License: GPLv3+ Group: Productivity/Other Source: espeak-1.39.tbz2 +Patch: Makefile.patch Summary: TTS system for English/German and other languages PreReq: %insserv_prereq BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -40,10 +41,10 @@ Jonathan Duddington <jonsd@users.sourceforge.net> %package devel -License: GPL v3 or later +License: GPLv3+ Summary: TTS system for English/German and other languages Group: Productivity/Other -Requires: espeak +Requires: espeak portaudio %description devel espeak is a multi-lingual text-to-speach system @@ -56,7 +57,7 @@ %prep %setup -n espeak-1.39/src -#%patch -p2 +%patch -p2 %build make CFLAGS="$RPM_OPT_FLAGS -D_POSIX_C_SOURCE=2 -D_BSD_SOURCE" LIB_CFLAGS="$RPM_OPT_FLAGS -D_POSIX_C_SOURCE=2 -D_BSD_SOURCE -fPIC" ++++++ Makefile.patch ++++++ diff -ur espeak-1.39.orig/src/Makefile espeak-1.39/src/Makefile --- espeak-1.39.orig/src/Makefile 2008-10-14 01:17:36.000000000 +0300 +++ espeak-1.39/src/Makefile 2010-02-05 21:09:42.000000000 +0200 @@ -24,8 +24,8 @@ LN_SF = /bin/ln -sf MKDIR = mkdir -p -#AUDIO = portaudio -AUDIO = pulseaudio +AUDIO = portaudio +#AUDIO = pulseaudio #AUDIO = sada ifeq ($(AUDIO),pulseaudio) ++++++ espeak-1.39.tbz2 ++++++ Files espeak/espeak-1.39.tbz2 and /mounts/work_src_done/STABLE/espeak/espeak-1.39.tbz2 differ ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun... -- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org
participants (1)
-
root@Hilbert.suse.de