]> git.pld-linux.org Git - packages/espeak.git/commitdiff
- try to fix '/usr/lib/libespeak.so.1 is needed by espeak-devel-1.24-1' auto/th/espeak-1_24-2
authortwittner <twittner@pld-linux.org>
Sun, 13 May 2007 18:51:35 +0000 (18:51 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- rel. 2

Changed files:
    espeak-Makefile.patch -> 1.2
    espeak.spec -> 1.25

espeak-Makefile.patch [new file with mode: 0644]
espeak.spec

diff --git a/espeak-Makefile.patch b/espeak-Makefile.patch
new file mode 100644 (file)
index 0000000..1f90b6e
--- /dev/null
@@ -0,0 +1,11 @@
+--- espeak-1.24-source/src/Makefile~   2007-05-13 20:46:14.232597788 +0200
++++ espeak-1.24-source/src/Makefile    2007-05-13 20:47:22.647829868 +0200
+@@ -87,7 +87,7 @@
+       $(INSTALL) -m 755 $(LIB_NAME).$(LIBTAG) $(DESTDIR)$(LIBDIR)
+       # Install static library
+       $(INSTALL) -m 755 $(STATIC_LIB_NAME) $(DESTDIR)$(LIBDIR)
+-      $(LN_SF) $(LIB_NAME).$(LIBTAG) $(DESTDIR)$(LIBDIR)/$(LIB_NAME).$(LIB_VERSION)
++      #$(LN_SF) $(LIB_NAME).$(LIBTAG) $(DESTDIR)$(LIBDIR)/$(LIB_NAME).$(LIB_VERSION)
+       $(LN_SF) $(LIB_NAME).$(LIB_VERSION) $(DESTDIR)$(LIBDIR)/$(LIB_NAME)
+       # Install development headers
+       $(INSTALL) -pm 644 speak_lib.h $(DESTDIR)$(INCDIR)
index 421420be650c7fc8c6d8e416371d3d6481ac801c..ff7d3c860d741c605960d2a4d81a4658639cd0c7 100644 (file)
@@ -2,11 +2,12 @@ Summary:      eSpeak - speech synthesizer for English and other languages
 Summary(pl.UTF-8):     eSpeak - syntezator mowy dla jÄ™zyka angielskiego i innych
 Name:          espeak
 Version:       1.24
-Release:       1
+Release:       2
 License:       GPL v2
 Group:         Applications
 Source0:       http://dl.sourceforge.net/espeak/%{name}-%{version}-source.zip
 # Source0-md5: 6b00c634a18caca91e8c94ca36675304
+Patch0:                %{name}-Makefile.patch
 URL:           http://espeak.sourceforge.net/
 BuildRequires: libstdc++-devel
 BuildRequires: portaudio-devel >= 19
@@ -112,6 +113,7 @@ eSpeak - biblioteki statyczne.
 
 %prep
 %setup -q -n %{name}-%{version}-source
+%patch0 -p1
 # remove pernicious headers to avoid using them during build instead of /usr/include/portaudio.h system header
 rm -f src/portaudio{18,19,}.h
 
This page took 0.085602 seconds and 4 git commands to generate.