rpms/audacity/devel audacity-1.3.2-allegro-cflags.patch, NONE, 1.1.2.1 audacity-1.3.2-soundtouch-cxxflags.patch, NONE, 1.1.2.1 audacity.spec, 1.35.2.5.2.9, 1.35.2.5.2.10

Michael Schwendt (mschwendt) fedora-extras-commits at redhat.com
Sat Mar 22 09:39:52 UTC 2008


Author: mschwendt

Update of /cvs/pkgs/rpms/audacity/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31174

Modified Files:
      Tag: audacity-1_3_4-test
	audacity.spec 
Added Files:
      Tag: audacity-1_3_4-test
	audacity-1.3.2-allegro-cflags.patch 
	audacity-1.3.2-soundtouch-cxxflags.patch 
Log Message:
make soundtouch and allegro build with RPM optflags

audacity-1.3.2-allegro-cflags.patch:

--- NEW FILE audacity-1.3.2-allegro-cflags.patch ---
diff -Nur audacity-src-1.3.2-beta-orig/lib-src/allegro/Makefile.in audacity-src-1.3.2-beta/lib-src/allegro/Makefile.in
--- audacity-src-1.3.2-beta-orig/lib-src/allegro/Makefile.in	2006-10-29 01:05:59.000000000 +0200
+++ audacity-src-1.3.2-beta/lib-src/allegro/Makefile.in	2008-03-22 10:26:33.000000000 +0100
@@ -4,7 +4,7 @@
 CCC = @CXX@
 srcdir=@srcdir@
 
-CFLAGS = -g -O
+CFLAGS = @CFLAGS@
 CPPOBJ = \
 	allegro.cpp.o \
 	allegrord.cpp.o \

audacity-1.3.2-soundtouch-cxxflags.patch:

--- NEW FILE audacity-1.3.2-soundtouch-cxxflags.patch ---
diff -Nur audacity-src-1.3.2-beta-orig/lib-src/soundtouch/configure audacity-src-1.3.2-beta/lib-src/soundtouch/configure
--- audacity-src-1.3.2-beta-orig/lib-src/soundtouch/configure	2006-10-29 01:06:00.000000000 +0200
+++ audacity-src-1.3.2-beta/lib-src/soundtouch/configure	2008-03-22 10:15:28.000000000 +0100
@@ -2443,7 +2443,8 @@
 
 #AC_MAINTAINER_MODE
 
-CXXFLAGS= ac_ext=cpp
+#CXXFLAGS= 
+ac_ext=cpp
 ac_cpp='$CXXCPP $CPPFLAGS'
 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'


Index: audacity.spec
===================================================================
RCS file: /cvs/pkgs/rpms/audacity/devel/audacity.spec,v
retrieving revision 1.35.2.5.2.9
retrieving revision 1.35.2.5.2.10
diff -u -r1.35.2.5.2.9 -r1.35.2.5.2.10
--- audacity.spec	22 Mar 2008 00:15:21 -0000	1.35.2.5.2.9
+++ audacity.spec	22 Mar 2008 09:39:04 -0000	1.35.2.5.2.10
@@ -36,6 +36,8 @@
 Patch108: audacity-1.3.2-gcc43.patch
 Patch109: audacity-1.3.2-libdir.patch
 Patch110: audacity-1.3.2-jack-api-109.patch
+Patch111: audacity-1.3.2-soundtouch-cxxflags.patch
+Patch112: audacity-1.3.2-allegro-cflags.patch
 
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires: alsa-lib-devel
@@ -128,6 +130,9 @@
 # F9 devel only
 %patch110 -p1 -b .jack-api
 
+%patch111 -p1 -b .soundtouch-cxxflags
+%patch112 -p1 -b .allegro-cflags
+
 # Substitute occurences of "libmp3lame.so" with "libmp3lame.so.0".
 for i in help/wxhelp/audacity.hhk help/wxhelp/exportmp3.htm locale/*.po src/export/ExportMP3.cpp
 do
@@ -243,6 +248,9 @@
 - BR soundtouch-devel  and  --with-soundtouch=system
 - drop obsolete patches: resample, mp3 export, destdir, FLAC, fr
 
+* Fri Mar 21 2008 Michael Schwendt <mschwendt at fedoraproject.org> - 1.3.2-20
+- make soundtouch and allegro build with RPM optflags
+
 * Sun Feb 10 2008 Michael Schwendt <mschwendt at fedoraproject.org> - 1.3.2-19
 - patch for JACK 0.109.0 API changes (jack_port_lock/unlock removal).
 - rebuilt for GCC 4.3 as requested by Fedora Release Engineering




More information about the fedora-extras-commits mailing list