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: Mon, 05 May 2008 22:17:23
Message-Id: E1Jt8zo-0008UY-Dd@stork.gentoo.org
1 drac 08/05/05 22:17:20
2
3 Modified: libsoundtouch-1.3.1-Makefile.patch
4 Log:
5 Run edos2unix Makefile.am wrt #219243, thanks to Christian Lerrahn. Revert last commit and run full eautoreconf wrt #220301, thanks to Andrew John Hughes.
6 (Portage version: 2.1.5_rc6)
7
8 Revision Changes Path
9 1.3 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.3&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/libsoundtouch/files/libsoundtouch-1.3.1-Makefile.patch?rev=1.3&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.2&r2=1.3
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.2
19 retrieving revision 1.3
20 diff -u -r1.2 -r1.3
21 --- libsoundtouch-1.3.1-Makefile.patch 26 Apr 2008 08:19:42 -0000 1.2
22 +++ libsoundtouch-1.3.1-Makefile.patch 5 May 2008 22:17:19 -0000 1.3
23 @@ -1,38 +1,40 @@
24 -diff -ur soundtouch-1.3.1.orig/source/example/bpm/Makefile.in soundtouch-1.3.1/source/example/bpm/Makefile.in
25 ---- soundtouch-1.3.1.orig/source/example/bpm/Makefile.in 2006-03-19 14:09:42.000000000 +0200
26 -+++ soundtouch-1.3.1/source/example/bpm/Makefile.in 2008-04-26 10:07:12.000000000 +0300
27 -@@ -186,7 +186,7 @@
28 - libBPM_la_SOURCES = BPMDetect.cpp PeakFinder.cpp
29 -
30 - # other compiler flags to add
31 --AM_CXXFLAGS = -O3 -I../../../include
32 -+AM_CXXFLAGS = -I../../../include
33 - all: all-am
34 -
35 - .SUFFIXES:
36 -diff -ur soundtouch-1.3.1.orig/source/example/SoundStretch/Makefile.in soundtouch-1.3.1/source/example/SoundStretch/Makefile.in
37 ---- soundtouch-1.3.1.orig/source/example/SoundStretch/Makefile.in 2006-03-19 14:09:41.000000000 +0200
38 -+++ soundtouch-1.3.1/source/example/SoundStretch/Makefile.in 2008-04-26 10:06:54.000000000 +0300
39 -@@ -182,8 +182,8 @@
40 - EXTRA_DIST = soundstretch.dsp soundstretch.dsw
41 - soundstretch_SOURCES = main.cpp RunParameters.cpp WavFile.cpp
42 - soundstretch_LDADD = ../../SoundTouch/libSoundTouch.la ../bpm/libBPM.la -lm
43 --soundstretch_LDFLAGS = -s
44 --soundstretch_CXXFLAGS = -O3 -I../bpm
45 -+soundstretch_LDFLAGS =
46 -+soundstretch_CXXFLAGS = -I../bpm
47 - all: all-am
48 -
49 - .SUFFIXES:
50 -diff -ur soundtouch-1.3.1.orig/source/SoundTouch/Makefile.in soundtouch-1.3.1/source/SoundTouch/Makefile.in
51 ---- soundtouch-1.3.1.orig/source/SoundTouch/Makefile.in 2006-03-19 14:09:39.000000000 +0200
52 -+++ soundtouch-1.3.1/source/SoundTouch/Makefile.in 2008-04-26 10:07:51.000000000 +0300
53 -@@ -191,7 +191,7 @@
54 -
55 - # ??? test for -fcheck-new in configure.ac
56 - # other compiler flags to add
57 --AM_CXXFLAGS = -O3 -msse -fcheck-new -I../../include
58 -+AM_CXXFLAGS = -fcheck-new -I../../include
59 - all: all-am
60 -
61 - .SUFFIXES:
62 +diff -Naur soundtouch-1.3.1-orig/source/example/bpm/Makefile.am soundtouch-1.3.1/source/example/bpm/Makefile.am
63 +--- soundtouch-1.3.1-orig/source/example/bpm/Makefile.am 2006-03-19 06:08:36.000000000 -0600
64 ++++ soundtouch-1.3.1/source/example/bpm/Makefile.am 2007-02-24 11:52:13.000000000 -0600
65 +@@ -33,7 +33,7 @@
66 +
67 +
68 + # other compiler flags to add
69 +-AM_CXXFLAGS=-O3 -I../../../include
70 ++AM_CXXFLAGS=-I../../../include
71 +
72 + # other linking flags to add
73 + #libBPM_la_LIBADD=
74 +diff -Naur soundtouch-1.3.1-orig/source/example/SoundStretch/Makefile.am soundtouch-1.3.1/source/example/SoundStretch/Makefile.am
75 +--- soundtouch-1.3.1-orig/source/example/SoundStretch/Makefile.am 2006-03-19 06:08:36.000000000 -0600
76 ++++ soundtouch-1.3.1/source/example/SoundStretch/Makefile.am 2007-02-24 11:51:52.000000000 -0600
77 +@@ -44,10 +44,10 @@
78 + soundstretch_LDADD=../../SoundTouch/libSoundTouch.la ../bpm/libBPM.la -lm
79 +
80 + ## linker flags
81 +-soundstretch_LDFLAGS=-s
82 ++soundstretch_LDFLAGS=
83 +
84 + ## additional compiler flags
85 +-soundstretch_CXXFLAGS=-O3 -I../bpm
86 ++soundstretch_CXXFLAGS=-I../bpm
87 +
88 + #clean-local:
89 + # -rm -f additional-files-to-remove-on-make-clean
90 +diff -Naur soundtouch-1.3.1-orig/source/SoundTouch/Makefile.am soundtouch-1.3.1/source/SoundTouch/Makefile.am
91 +--- soundtouch-1.3.1-orig/source/SoundTouch/Makefile.am 2006-03-19 06:08:36.000000000 -0600
92 ++++ soundtouch-1.3.1/source/SoundTouch/Makefile.am 2007-02-24 11:50:21.000000000 -0600
93 +@@ -35,7 +35,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 +
100 + # other linking flags to add
101 + #libSoundTouch_la_LIBADD=
102
103
104
105 --
106 gentoo-commits@l.g.o mailing list