rpms/audacity/F-10 audacity-1.3.7-portaudio-non-mmap-alsa.patch, 1.1, 1.2 audacity.spec, 1.64, 1.65

Kevin Kofler kkofler at fedoraproject.org
Sat Feb 28 17:53:25 UTC 2009


Author: kkofler

Update of /cvs/pkgs/rpms/audacity/F-10
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv886/F-10

Modified Files:
	audacity-1.3.7-portaudio-non-mmap-alsa.patch audacity.spec 
Log Message:
* Sat Feb 28 2009 Kevin Kofler <Kevin at tigcc.ticalc.org> - 1.3.7-0.4.beta
- remove no longer needed default hostapi hunk of the non-mmap-alsa patch

See https://bugzilla.redhat.com/show_bug.cgi?id=445644#c28

audacity-1.3.7-portaudio-non-mmap-alsa.patch:

Index: audacity-1.3.7-portaudio-non-mmap-alsa.patch
===================================================================
RCS file: /cvs/pkgs/rpms/audacity/F-10/audacity-1.3.7-portaudio-non-mmap-alsa.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- audacity-1.3.7-portaudio-non-mmap-alsa.patch	28 Feb 2009 15:29:01 -0000	1.1
+++ audacity-1.3.7-portaudio-non-mmap-alsa.patch	28 Feb 2009 17:52:55 -0000	1.2
@@ -367,15 +367,3 @@
  
  end:
  error:
-diff -Nur audacity-src-1.3.7-orig/lib-src/portaudio-v19/src/os/unix/pa_unix_hostapis.c audacity-src-1.3.7/lib-src/portaudio-v19/src/os/unix/pa_unix_hostapis.c
---- audacity-src-1.3.7-orig/lib-src/portaudio-v19/src/os/unix/pa_unix_hostapis.c	2009-01-27 21:51:40.000000000 +0100
-+++ audacity-src-1.3.7/lib-src/portaudio-v19/src/os/unix/pa_unix_hostapis.c	2009-02-02 19:08:22.000000000 +0100
-@@ -103,4 +103,8 @@
-         0   /* NULL terminated array */
-     };
- 
-+#if defined(PA_USE_OSS) && defined(PA_USE_ALSA)
-+int paDefaultHostApiIndex = 1;
-+#else
- int paDefaultHostApiIndex = 0;
-+#endif


Index: audacity.spec
===================================================================
RCS file: /cvs/pkgs/rpms/audacity/F-10/audacity.spec,v
retrieving revision 1.64
retrieving revision 1.65
diff -u -r1.64 -r1.65
--- audacity.spec	28 Feb 2009 17:21:56 -0000	1.64
+++ audacity.spec	28 Feb 2009 17:52:55 -0000	1.65
@@ -5,7 +5,7 @@
 
 Name: audacity
 Version: 1.3.7
-Release: 0.3.beta%{?dist}
+Release: 0.4.beta%{?dist}
 Summary: Multitrack audio editor
 Group: Applications/Multimedia
 License: GPLv2
@@ -139,6 +139,9 @@
 
 
 %changelog
+* Sat Feb 28 2009 Kevin Kofler <Kevin at tigcc.ticalc.org> - 1.3.7-0.4.beta
+- remove no longer needed default hostapi hunk of the non-mmap-alsa patch
+
 * Sat Feb 28 2009 Michael Schwendt <mschwendt at fedoraproject.org> - 1.3.7-0.3.beta
 - F-10 only: patch to build with older Vamp API 1.3
 - sync with Rawhide:




More information about the scm-commits mailing list