rpms/audacity/devel audacity-1.3.4-gcc43.patch, 1.1.2.2, 1.1.2.3 audacity.spec, 1.35.2.5.2.8, 1.35.2.5.2.9

Michael Schwendt (mschwendt) fedora-extras-commits at redhat.com
Sat Mar 22 00:15:40 UTC 2008


Author: mschwendt

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

Modified Files:
      Tag: audacity-1_3_4-test
	audacity.spec 
Added Files:
      Tag: audacity-1_3_4-test
	audacity-1.3.4-gcc43.patch 
Log Message:
gcc43 fix needed for vamp-sdk - try another scratch build...

audacity-1.3.4-gcc43.patch:

Index: audacity-1.3.4-gcc43.patch
===================================================================
RCS file: audacity-1.3.4-gcc43.patch
diff -N audacity-1.3.4-gcc43.patch
--- /dev/null	1 Jan 1970 00:00:00 -0000
+++ audacity-1.3.4-gcc43.patch	22 Mar 2008 00:15:21 -0000	1.1.2.3
@@ -0,0 +1,14 @@
+diff -Nur audacity-src-1.3.4-beta-orig/lib-src/libvamp/vamp-sdk/PluginAdapter.cpp audacity-src-1.3.4-beta/lib-src/libvamp/vamp-sdk/PluginAdapter.cpp
+--- audacity-src-1.3.4-beta-orig/lib-src/libvamp/vamp-sdk/PluginAdapter.cpp	2008-01-23 18:32:54.000000000 +0100
++++ audacity-src-1.3.4-beta/lib-src/libvamp/vamp-sdk/PluginAdapter.cpp	2008-03-22 01:13:09.000000000 +0100
+@@ -36,6 +36,10 @@
+ 
+ #include "PluginAdapter.h"
+ 
++#include <cstdlib>
++#include <cstring>
++using namespace std;
++
+ //#define DEBUG_PLUGIN_ADAPTER 1
+ 
+ 


Index: audacity.spec
===================================================================
RCS file: /cvs/pkgs/rpms/audacity/devel/audacity.spec,v
retrieving revision 1.35.2.5.2.8
retrieving revision 1.35.2.5.2.9
diff -u -r1.35.2.5.2.8 -r1.35.2.5.2.9
--- audacity.spec	21 Mar 2008 23:55:12 -0000	1.35.2.5.2.8
+++ audacity.spec	22 Mar 2008 00:15:21 -0000	1.35.2.5.2.9
@@ -18,6 +18,7 @@
 Patch1: audacity-1.3.4-languages.patch
 Patch2: audacity-1.3.4-expat2.patch
 Patch3: audacity-1.3.4-libdir.patch
+Patch4: audacity-1.3.4-gcc43.patch
 
 # for 1.3.2-beta
 Source100: http://dl.sf.net/sourceforge/audacity/audacity-src-1.3.2.tar.gz
@@ -91,6 +92,8 @@
 done
 grep -q -s __RPM_LIB * -R && exit 1
 
+%patch4 -p1 -b .gcc43
+
 # Substitute occurences of "libmp3lame.so" with "libmp3lame.so.0".
 for i in locale/*.po src/export/ExportMP3.cpp
 do




More information about the fedora-extras-commits mailing list