rpms/audacity/devel audacity-1.3.2-gcc43.patch, NONE, 1.1 audacity.spec, 1.40, 1.41

Michael Schwendt (mschwendt) fedora-extras-commits at redhat.com
Thu Jan 3 16:13:43 UTC 2008


Author: mschwendt

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

Modified Files:
	audacity.spec 
Added Files:
	audacity-1.3.2-gcc43.patch 
Log Message:
* Thu Jan  3 2008 Michael Schwendt <mschwendt[AT]users.sf.net> - 1.3.2-18
- Patch for GCC 4.3.0 C++.


audacity-1.3.2-gcc43.patch:

--- NEW FILE audacity-1.3.2-gcc43.patch ---
diff -Nur audacity-src-1.3.2-beta-orig/lib-src/soundtouch/include/soundtouch_config.h.in audacity-src-1.3.2-beta/lib-src/soundtouch/include/soundtouch_config.h.in
--- audacity-src-1.3.2-beta-orig/lib-src/soundtouch/include/soundtouch_config.h.in	2006-10-29 01:06:01.000000000 +0200
+++ audacity-src-1.3.2-beta/lib-src/soundtouch/include/soundtouch_config.h.in	2008-01-03 16:53:06.000000000 +0100
@@ -43,24 +43,6 @@
 /* Use Integer as Sample type */
 #undef INTEGER_SAMPLES
 
-/* Name of package */
-#undef PACKAGE
-
-/* Define to the address where bug reports for this package should be sent. */
-#undef PACKAGE_BUGREPORT
-
-/* Define to the full name of this package. */
-#undef PACKAGE_NAME
-
-/* Define to the full name and version of this package. */
-#undef PACKAGE_STRING
-
-/* Define to the one symbol short name of this package. */
-#undef PACKAGE_TARNAME
-
-/* Define to the version of this package. */
-#undef PACKAGE_VERSION
-
 /* Define as the return type of signal handlers (`int' or `void'). */
 #undef RETSIGTYPE
 
diff -Nur audacity-src-1.3.2-beta-orig/lib-src/soundtouch/source/example/SoundStretch/WavFile.cpp audacity-src-1.3.2-beta/lib-src/soundtouch/source/example/SoundStretch/WavFile.cpp
--- audacity-src-1.3.2-beta-orig/lib-src/soundtouch/source/example/SoundStretch/WavFile.cpp	2006-10-29 01:06:00.000000000 +0200
+++ audacity-src-1.3.2-beta/lib-src/soundtouch/source/example/SoundStretch/WavFile.cpp	2008-01-03 15:53:25.000000000 +0100
@@ -48,6 +48,7 @@
 #include <stdio.h>
 #include <stdexcept>
 #include <string>
+#include <cstring>
 #include <assert.h>
 #include <limits.h>
 


Index: audacity.spec
===================================================================
RCS file: /cvs/pkgs/rpms/audacity/devel/audacity.spec,v
retrieving revision 1.40
retrieving revision 1.41
diff -u -r1.40 -r1.41
--- audacity.spec	19 Nov 2007 16:20:45 -0000	1.40
+++ audacity.spec	3 Jan 2008 16:12:56 -0000	1.41
@@ -1,6 +1,6 @@
 Name:           audacity
 Version:        1.3.2
-Release:        17%{?dist}
+Release:        18%{?dist}
 Summary:        A multitrack audio editor
 
 Group:          Applications/Multimedia
@@ -17,6 +17,7 @@
 Patch5:         audacity-1.3.2-resample.patch
 Patch6:         audacity-1.3.2-FLAC.patch
 Patch7:         audacity-1.3.2-expat2.patch
+Patch8:         audacity-1.3.2-gcc43.patch
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires:  alsa-lib-devel
 BuildRequires:  desktop-file-utils
@@ -59,6 +60,7 @@
 %patch5 -p1 -b .resample
 %patch6 -p1 -b .FLAC
 %patch7 -p1 -b .expat2
+%patch8 -p1 -b .gcc43
 
 # 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
@@ -143,6 +145,9 @@
 
 
 %changelog
+* Thu Jan  3 2008 Michael Schwendt <mschwendt[AT]users.sf.net> - 1.3.2-18
+- Patch for GCC 4.3.0 C++.
+
 * Fri Nov 16 2007 Michael Schwendt <mschwendt[AT]users.sf.net> - 1.3.2-17
 - rebuilt for FLAC 1.1.4 -> 1.2.x upgrade, which broke FLAC import
 




More information about the fedora-extras-commits mailing list