rpms/espeak/devel espeak-1.31-makefile_libjack.patch, NONE, 1.1 espeak.spec, 1.15, 1.16

Francois Aucamp (faucamp) fedora-extras-commits at redhat.com
Tue Jan 29 09:55:59 UTC 2008


Author: faucamp

Update of /cvs/pkgs/rpms/espeak/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv32342

Modified Files:
	espeak.spec 
Added Files:
	espeak-1.31-makefile_libjack.patch 
Log Message:
- Added "makefile_libjack" patch to link to libjack
- Added BuildRequires: jack-audio-connection-kit-devel


espeak-1.31-makefile_libjack.patch:

--- NEW FILE espeak-1.31-makefile_libjack.patch ---
diff -uNr espeak-1.31-source/src/Makefile espeak-1.31-source-mod/src/Makefile
--- espeak-1.31-source/src/Makefile	2008-01-19 23:50:27.000000000 +0200
+++ espeak-1.31-source-mod/src/Makefile	2008-01-29 11:25:26.000000000 +0200
@@ -29,11 +29,11 @@
 
 SRCS1=$(speak_SOURCES)
 OBJS1=$(patsubst %.cpp,%.o,$(SRCS1))
-LIBS1=-lstdc++ -lportaudio -lpthread
+LIBS1=-lstdc++ -lportaudio -lpthread -ljack
 
 SRCS2=$(libespeak_SOURCES)
 OBJS2=$(patsubst %.cpp,x_%.o,$(SRCS2))
-LIBS2=-lstdc++ -lportaudio -lpthread
+LIBS2=-lstdc++ -lportaudio -lpthread -ljack
 
 SRCS3 = espeak.cpp
 OBJS3=$(patsubst %.cpp,%.o,$(SRCS3))


Index: espeak.spec
===================================================================
RCS file: /cvs/pkgs/rpms/espeak/devel/espeak.spec,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- espeak.spec	25 Jan 2008 10:30:34 -0000	1.15
+++ espeak.spec	29 Jan 2008 09:55:19 -0000	1.16
@@ -1,6 +1,6 @@
 Name:           espeak
 Version:        1.31
-Release:        2%{?dist}
+Release:        3%{?dist}
 Summary:        Software speech synthesizer (text-to-speech)
 
 Group:          Applications/Multimedia
@@ -8,9 +8,10 @@
 URL:            http://espeak.sourceforge.net
 Source0:        http://kent.dl.sourceforge.net/sourceforge/espeak/espeak-%{version}-source.zip
 Patch0:         espeak-1.23-makefile_nostaticlibs.patch
+Patch1:         espeak-1.31-makefile_libjack.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
-BuildRequires:  portaudio-devel
+BuildRequires:  portaudio-devel jack-audio-connection-kit-devel
 
 
 %description
@@ -39,6 +40,7 @@
 %prep
 %setup -q -n espeak-%{version}-source
 %patch0 -p1 -b .nostaticlibs
+%patch1 -p1 -b .libjack
 # Fix file permissions
 find . -type f -exec chmod 0644 {} ";"
 # Prepare documentation
@@ -95,6 +97,10 @@
 
 
 %changelog
+* Tue Jan 29 2008 Francois Aucamp <faucamp at fedoraproject.org> - 1.31-3
+- Added "makefile_libjack" patch to link to libjack
+- Added BuildRequires: jack-audio-connection-kit-devel
+
 * Fri Jan 25 2008 Francois Aucamp <faucamp at fedoraproject.org> - 1.31-2
 - Removed espeakedit (and associated patches and BuildRequires) from package
   until all phoneme table compilation functions can be moved into espeak (or a




More information about the fedora-extras-commits mailing list