rpms/audacity/devel audacity-1.3.2-testing.patch, 1.2, 1.3 audacity.spec, 1.43, 1.44

Michael Schwendt (mschwendt) fedora-extras-commits at redhat.com
Sun Feb 10 21:57:52 UTC 2008


Author: mschwendt

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

Modified Files:
	audacity.spec 
Added Files:
	audacity-1.3.2-testing.patch 
Log Message:
thinko in the prev test, so try once more...

audacity-1.3.2-testing.patch:

Index: audacity-1.3.2-testing.patch
===================================================================
RCS file: audacity-1.3.2-testing.patch
diff -N audacity-1.3.2-testing.patch
--- /dev/null	1 Jan 1970 00:00:00 -0000
+++ audacity-1.3.2-testing.patch	10 Feb 2008 21:57:38 -0000	1.3
@@ -0,0 +1,11 @@
+diff -Nur audacity-src-1.3.2-beta-orig/src/effects/LoadEffects.cpp audacity-src-1.3.2-beta/src/effects/LoadEffects.cpp
+--- audacity-src-1.3.2-beta-orig/src/effects/LoadEffects.cpp	2006-10-29 01:05:27.000000000 +0200
++++ audacity-src-1.3.2-beta/src/effects/LoadEffects.cpp	2008-02-10 22:14:38.000000000 +0100
+@@ -132,6 +132,7 @@
+    //#endif
+ 
+ #ifdef USE_LADSPA
++#error Testing only!
+    LoadLadspaPlugins();
+ #endif
+ 


Index: audacity.spec
===================================================================
RCS file: /cvs/pkgs/rpms/audacity/devel/audacity.spec,v
retrieving revision 1.43
retrieving revision 1.44
diff -u -r1.43 -r1.44
--- audacity.spec	10 Feb 2008 21:29:30 -0000	1.43
+++ audacity.spec	10 Feb 2008 21:57:38 -0000	1.44
@@ -1,6 +1,6 @@
 Name:           audacity
 Version:        1.3.2
-Release:        19%{?dist}
+Release:        18%{?dist}.2
 Summary:        A multitrack audio editor
 
 Group:          Applications/Multimedia
@@ -19,6 +19,7 @@
 Patch7:         audacity-1.3.2-expat2.patch
 Patch8:         audacity-1.3.2-gcc43.patch
 Patch9:         audacity-1.3.2-libdir.patch
+Patch10: audacity-1.3.2-testing.patch
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires:  alsa-lib-devel
 BuildRequires:  desktop-file-utils
@@ -62,6 +63,7 @@
 %patch6 -p1 -b .FLAC
 %patch7 -p1 -b .expat2
 %patch8 -p1 -b .gcc43
+%patch10 -p1 -b .testing-only
 
 # Substitute hardcoded library paths.
 %patch9 -p1
@@ -88,6 +90,7 @@
 
 %build
 %configure --with-help --with-libsndfile=system --without-libresample --with-libsamplerate=system --with-libflac=system --with-ladspa --with-vorbis=system --with-id3tag=system --with-expat=system %{?_with_mp3:--with-libmad=system} 
+grep LADSPA src/configunix.h
 make
 
 
@@ -149,7 +152,7 @@
 
 
 %changelog
-* Sun Feb 10 2008 Michael Schwendt <mschwendt at fedoraproject.org> - 1.3.2-19
+* Sun Feb 10 2008 Michael Schwendt <mschwendt at fedoraproject.org> - 1.3.2-18.2
 - subst _libdir in ladspa plugin loader
 
 * Thu Jan  3 2008 Michael Schwendt <mschwendt at fedoraproject.org> - 1.3.2-18




More information about the fedora-extras-commits mailing list