rpms/audacity/devel audacity-1.3.5-vamp2.patch, NONE, 1.1 audacity.spec, 1.64, 1.65

Michael Schwendt mschwendt at fedoraproject.org
Wed Dec 17 21:00:05 UTC 2008


Author: mschwendt

Update of /cvs/pkgs/rpms/audacity/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv21710

Modified Files:
	audacity.spec 
Added Files:
	audacity-1.3.5-vamp2.patch 
Log Message:
* Wed Dec 17 2008 Michael Schwendt <mschwendt at fedoraproject.org> - 1.3.5-0.10.beta
- patch include paths for changes in new vamp-plugin-sdk-devel


audacity-1.3.5-vamp2.patch:

--- NEW FILE audacity-1.3.5-vamp2.patch ---
diff -Nur audacity-src-1.3.5-beta-orig/src/effects/vamp/VampEffect.cpp audacity-src-1.3.5-beta/src/effects/vamp/VampEffect.cpp
--- audacity-src-1.3.5-beta-orig/src/effects/vamp/VampEffect.cpp	2008-05-07 23:19:50.000000000 +0200
+++ audacity-src-1.3.5-beta/src/effects/vamp/VampEffect.cpp	2008-12-17 21:53:40.000000000 +0100
@@ -18,9 +18,9 @@
 #include "../../../lib-src/libvamp/vamp-sdk/hostext/PluginChannelAdapter.h"
 #include "../../../lib-src/libvamp/vamp-sdk/hostext/PluginInputDomainAdapter.h"
 #else
-#include <vamp-sdk/Plugin.h>
-#include <vamp-sdk/hostext/PluginChannelAdapter.h>
-#include <vamp-sdk/hostext/PluginInputDomainAdapter.h>
+#include <vamp-hostsdk/Plugin.h>
+#include <vamp-hostsdk/hostext/PluginChannelAdapter.h>
+#include <vamp-hostsdk/hostext/PluginInputDomainAdapter.h>
 #endif
 
 #include <wx/wxprec.h>
diff -Nur audacity-src-1.3.5-beta-orig/src/effects/vamp/VampEffect.h audacity-src-1.3.5-beta/src/effects/vamp/VampEffect.h
--- audacity-src-1.3.5-beta-orig/src/effects/vamp/VampEffect.h	2008-05-07 23:19:50.000000000 +0200
+++ audacity-src-1.3.5-beta/src/effects/vamp/VampEffect.h	2008-12-17 21:53:19.000000000 +0100
@@ -25,7 +25,7 @@
 #ifdef _WIN32
 #include "../../../lib-src/libvamp/vamp-sdk/hostext/PluginLoader.h"
 #else
-#include <vamp-sdk/hostext/PluginLoader.h>
+#include <vamp-hostsdk/hostext/PluginLoader.h>
 #endif
 
 void LoadVampPlugins();


Index: audacity.spec
===================================================================
RCS file: /cvs/pkgs/rpms/audacity/devel/audacity.spec,v
retrieving revision 1.64
retrieving revision 1.65
diff -u -r1.64 -r1.65
--- audacity.spec	17 Dec 2008 20:12:00 -0000	1.64
+++ audacity.spec	17 Dec 2008 20:59:35 -0000	1.65
@@ -5,7 +5,7 @@
 
 Name: audacity
 Version: 1.3.5
-Release: 0.9.beta%{?dist}
+Release: 0.10.beta%{?dist}
 Summary: Multitrack audio editor
 Group: Applications/Multimedia
 License: GPLv2
@@ -19,6 +19,7 @@
 Patch2: audacity-1.3.5-libdir.patch
 Patch3: audacity-1.3.5-fr.patch
 Patch4: audacity-1.3.5-flac-import.patch
+Patch5: audacity-1.3.5-vamp2.patch
 
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires: alsa-lib-devel
@@ -64,6 +65,7 @@
 
 %patch3 -p1 -b .fr
 %patch4 -p1 -b .dumb-flac-import
+%patch5 -p1 -b .vamp2
 
 # Substitute occurences of "libmp3lame.so" with "libmp3lame.so.0".
 for i in locale/*.po src/export/ExportMP3.cpp
@@ -134,6 +136,9 @@
 
 
 %changelog
+* Wed Dec 17 2008 Michael Schwendt <mschwendt at fedoraproject.org> - 1.3.5-0.10.beta
+- patch include paths for changes in new vamp-plugin-sdk-devel
+
 * Wed Dec 17 2008 Michael Schwendt <mschwendt at fedoraproject.org> - 1.3.5-0.9.beta
 - rebuild in Rawhide for new SONAME in vamp-plugin-sdk
 - BR wxGTK-devel for rename of wxGTK2-devel 




More information about the fedora-extras-commits mailing list