Gentoo Archives: gentoo-commits

From: "Christopher Brannon (teiresias)" <teiresias@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-accessibility/sphinxbase/files: sphinxbase-0.8-automake113.patch
Date: Sun, 27 Oct 2013 15:51:59
Message-Id: 20131027155151.EC2652004E@flycatcher.gentoo.org
1 teiresias 13/10/27 15:51:51
2
3 Added: sphinxbase-0.8-automake113.patch
4 Log:
5 Add a patch to allow building with automake 1.13.4.
6
7 Closes bug #469504.
8 The patch is from upstream's svn repo,
9 so it can go away with the next release.
10
11 (Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key 0x6521e06d)
12
13 Revision Changes Path
14 1.1 app-accessibility/sphinxbase/files/sphinxbase-0.8-automake113.patch
15
16 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-accessibility/sphinxbase/files/sphinxbase-0.8-automake113.patch?rev=1.1&view=markup
17 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-accessibility/sphinxbase/files/sphinxbase-0.8-automake113.patch?rev=1.1&content-type=text/plain
18
19 Index: sphinxbase-0.8-automake113.patch
20 ===================================================================
21 diff -Naur sphinxbase-0.8/test/regression/Makefile.am sphinxbase-0.8.new/test/regression/Makefile.am
22 --- sphinxbase-0.8/test/regression/Makefile.am 2012-12-05 06:05:39.000000000 -0800
23 +++ sphinxbase-0.8.new/test/regression/Makefile.am 2013-10-08 13:05:15.498853962 -0700
24 @@ -33,9 +33,19 @@
25
26 # Disable sphinx_fe tests for now if fixed-point due to imprecision
27 if FIXED_POINT
28 -TESTS = $(srcdir)/test-cepview.sh $(srcdir)/test-sphinx_pitch.sh
29 +TESTS = test-cepview.sh test-sphinx_pitch.sh
30 else
31 -TESTS = $(srcdir)/test-*.sh
32 +TESTS = \
33 + test-cepview.sh \
34 + test-sphinx_fe-ctl.sh \
35 + test-sphinx_fe-dct.sh \
36 + test-sphinx_fe-dither-seed.sh \
37 + test-sphinx_fe-logspec2cep.sh \
38 + test-sphinx_fe-logspec.sh \
39 + test-sphinx_fe.sh \
40 + test-sphinx_fe-smoothspec.sh \
41 + test-sphinx_jsgf2fsg.sh \
42 + test-sphinx_pitch.sh
43 endif
44
45 EXTRA_DIST += $(TESTS)