]> git.pld-linux.org Git - packages/speech_tools.git/commitdiff
- speech_tools-as-needed.patch: fixed linking. auto/th/speech_tools-1_2_95-0_beta_4
authorqrczak <qrczak@pld-linux.org>
Sat, 3 Mar 2007 18:29:35 +0000 (18:29 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- Release 0.beta.4

Changed files:
    speech_tools-as-needed.patch -> 1.1
    speech_tools.spec -> 1.49

speech_tools-as-needed.patch [new file with mode: 0644]
speech_tools.spec

diff --git a/speech_tools-as-needed.patch b/speech_tools-as-needed.patch
new file mode 100644 (file)
index 0000000..d61ddbc
--- /dev/null
@@ -0,0 +1,10 @@
+--- speech_tools/config/project.mak~   2004-07-12 17:39:10.000000000 +0200
++++ speech_tools/config/project.mak    2007-03-03 18:43:47.000000000 +0100
+@@ -108,6 +108,7 @@
+ PROJECT_LIBRARY_VERSION_eststring = 1.2
+ PROJECT_LIBRARY_VERSION_estjava = $(PROJECT_VERSION).1
++PROJECT_LIBRARY_NEEDS_SYSLIBS_estools=1
+ PROJECT_LIBRARY_NEEDS_SYSLIBS_estjava=1
+ PROJECT_DEFAULT_LIBRARY = estools
index 85398ce3a29afe9a2574f9352b0d91043af7e7c3..13d663ff95255ff61b12303cd15e169b6710c1e8 100644 (file)
@@ -2,7 +2,7 @@ Summary:        Edinburgh Speech Tools Library
 Summary(pl.UTF-8):     Biblioteka narzędzi mowy Edinburgh
 Name:          speech_tools
 Version:       1.2.95
-Release:       0.beta.3
+Release:       0.beta.4
 License:       distributable
 Group:         Applications/Sound
 #Source0:      http://www.cstr.ed.ac.uk/download/festival/1.4.3/%{name}-%{version}-release.tar.gz
@@ -14,6 +14,7 @@ Patch1:               %{name}-shared.patch
 Patch2:                %{name}-soname.patch
 Patch3:                %{name}-bin_printf.patch
 Patch4:                %{name}-gcc41.patch
+Patch5:                %{name}-as-needed.patch
 URL:           http://www.cstr.ed.ac.uk/projects/speech_tools/
 BuildRequires: autoconf
 BuildRequires: automake
@@ -76,6 +77,7 @@ Programy użytkowe narzędzi mowy Edinburgh.
 %patch2 -p1
 %patch3 -p0
 %patch4 -p1
+%patch5 -p1
 %if "%{_lib}" == "lib64"
 # fix regression output for 64-bit archs (sizeof(ptr)==8 instead of 4).
 sed -i 's:20 bytes:24 bytes:' testsuite/correct/matrix_regression.out
This page took 0.072046 seconds and 4 git commands to generate.