Gentoo Archives: gentoo-commits

From: "Samuli Suominen (drac)" <drac@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-libs/libsoundtouch/files: libsoundtouch-1.3.1-Makefile.patch
Date: Sat, 26 Apr 2008 08:19:46
Message-Id: E1JpfdH-00088a-0j@stork.gentoo.org
1 drac 08/04/26 08:19:43
2
3 Modified: libsoundtouch-1.3.1-Makefile.patch
4 Log:
5 Replace patching of Makefile.am with patching of Makefile.in files, and run elibtoolize instead of eautoreconf because it fails. Thanks to WiLLiKiZu for reporting.
6 (Portage version: 2.1.5_rc6)
7
8 Revision Changes Path
9 1.2 media-libs/libsoundtouch/files/libsoundtouch-1.3.1-Makefile.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/libsoundtouch/files/libsoundtouch-1.3.1-Makefile.patch?rev=1.2&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/libsoundtouch/files/libsoundtouch-1.3.1-Makefile.patch?rev=1.2&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/libsoundtouch/files/libsoundtouch-1.3.1-Makefile.patch?r1=1.1&r2=1.2
14
15 Index: libsoundtouch-1.3.1-Makefile.patch
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/media-libs/libsoundtouch/files/libsoundtouch-1.3.1-Makefile.patch,v
18 retrieving revision 1.1
19 retrieving revision 1.2
20 diff -u -r1.1 -r1.2
21 --- libsoundtouch-1.3.1-Makefile.patch 24 Feb 2007 19:14:50 -0000 1.1
22 +++ libsoundtouch-1.3.1-Makefile.patch 26 Apr 2008 08:19:42 -0000 1.2
23 @@ -1,40 +1,38 @@
24 -diff -Naur soundtouch-1.3.1-orig/source/example/bpm/Makefile.am soundtouch-1.3.1/source/example/bpm/Makefile.am
25 ---- soundtouch-1.3.1-orig/source/example/bpm/Makefile.am 2006-03-19 06:08:36.000000000 -0600
26 -+++ soundtouch-1.3.1/source/example/bpm/Makefile.am 2007-02-24 11:52:13.000000000 -0600
27 -@@ -33,7 +33,7 @@
28 -
29 -
30 - # other compiler flags to add
31 --AM_CXXFLAGS=-O3 -I../../../include
32 -+AM_CXXFLAGS=-I../../../include
33 -
34 - # other linking flags to add
35 - #libBPM_la_LIBADD=
36 -diff -Naur soundtouch-1.3.1-orig/source/example/SoundStretch/Makefile.am soundtouch-1.3.1/source/example/SoundStretch/Makefile.am
37 ---- soundtouch-1.3.1-orig/source/example/SoundStretch/Makefile.am 2006-03-19 06:08:36.000000000 -0600
38 -+++ soundtouch-1.3.1/source/example/SoundStretch/Makefile.am 2007-02-24 11:51:52.000000000 -0600
39 -@@ -44,10 +44,10 @@
40 - soundstretch_LDADD=../../SoundTouch/libSoundTouch.la ../bpm/libBPM.la -lm
41 -
42 - ## linker flags
43 --soundstretch_LDFLAGS=-s
44 -+soundstretch_LDFLAGS=
45 -
46 - ## additional compiler flags
47 --soundstretch_CXXFLAGS=-O3 -I../bpm
48 -+soundstretch_CXXFLAGS=-I../bpm
49 -
50 - #clean-local:
51 - # -rm -f additional-files-to-remove-on-make-clean
52 -diff -Naur soundtouch-1.3.1-orig/source/SoundTouch/Makefile.am soundtouch-1.3.1/source/SoundTouch/Makefile.am
53 ---- soundtouch-1.3.1-orig/source/SoundTouch/Makefile.am 2006-03-19 06:08:36.000000000 -0600
54 -+++ soundtouch-1.3.1/source/SoundTouch/Makefile.am 2007-02-24 11:50:21.000000000 -0600
55 -@@ -35,7 +35,7 @@
56 -
57 - # ??? test for -fcheck-new in configure.ac
58 - # other compiler flags to add
59 --AM_CXXFLAGS=-O3 -msse -fcheck-new -I../../include
60 -+AM_CXXFLAGS=-fcheck-new -I../../include
61 -
62 - # other linking flags to add
63 - #libSoundTouch_la_LIBADD=
64 +diff -ur soundtouch-1.3.1.orig/source/example/bpm/Makefile.in soundtouch-1.3.1/source/example/bpm/Makefile.in
65 +--- soundtouch-1.3.1.orig/source/example/bpm/Makefile.in 2006-03-19 14:09:42.000000000 +0200
66 ++++ soundtouch-1.3.1/source/example/bpm/Makefile.in 2008-04-26 10:07:12.000000000 +0300
67 +@@ -186,7 +186,7 @@
68 + libBPM_la_SOURCES = BPMDetect.cpp PeakFinder.cpp
69 +
70 + # other compiler flags to add
71 +-AM_CXXFLAGS = -O3 -I../../../include
72 ++AM_CXXFLAGS = -I../../../include
73 + all: all-am
74 +
75 + .SUFFIXES:
76 +diff -ur soundtouch-1.3.1.orig/source/example/SoundStretch/Makefile.in soundtouch-1.3.1/source/example/SoundStretch/Makefile.in
77 +--- soundtouch-1.3.1.orig/source/example/SoundStretch/Makefile.in 2006-03-19 14:09:41.000000000 +0200
78 ++++ soundtouch-1.3.1/source/example/SoundStretch/Makefile.in 2008-04-26 10:06:54.000000000 +0300
79 +@@ -182,8 +182,8 @@
80 + EXTRA_DIST = soundstretch.dsp soundstretch.dsw
81 + soundstretch_SOURCES = main.cpp RunParameters.cpp WavFile.cpp
82 + soundstretch_LDADD = ../../SoundTouch/libSoundTouch.la ../bpm/libBPM.la -lm
83 +-soundstretch_LDFLAGS = -s
84 +-soundstretch_CXXFLAGS = -O3 -I../bpm
85 ++soundstretch_LDFLAGS =
86 ++soundstretch_CXXFLAGS = -I../bpm
87 + all: all-am
88 +
89 + .SUFFIXES:
90 +diff -ur soundtouch-1.3.1.orig/source/SoundTouch/Makefile.in soundtouch-1.3.1/source/SoundTouch/Makefile.in
91 +--- soundtouch-1.3.1.orig/source/SoundTouch/Makefile.in 2006-03-19 14:09:39.000000000 +0200
92 ++++ soundtouch-1.3.1/source/SoundTouch/Makefile.in 2008-04-26 10:07:51.000000000 +0300
93 +@@ -191,7 +191,7 @@
94 +
95 + # ??? test for -fcheck-new in configure.ac
96 + # other compiler flags to add
97 +-AM_CXXFLAGS = -O3 -msse -fcheck-new -I../../include
98 ++AM_CXXFLAGS = -fcheck-new -I../../include
99 + all: all-am
100 +
101 + .SUFFIXES:
102
103
104
105 --
106 gentoo-commits@l.g.o mailing list