public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in media-sound/audacity/files: audacity-1.3.6-vamp2.patch
@ 2009-01-15  8:06 Alexis Ballier (aballier)
  0 siblings, 0 replies; only message in thread
From: Alexis Ballier (aballier) @ 2009-01-15  8:06 UTC (permalink / raw
  To: gentoo-commits

aballier    09/01/15 08:06:35

  Added:                audacity-1.3.6-vamp2.patch
  Log:
  backport a fix from upstream for vamp-plugin-sdk 2 compatibility
  (Portage version: 2.2_rc22/cvs/Linux 2.6.28 x86_64)

Revision  Changes    Path
1.1                  media-sound/audacity/files/audacity-1.3.6-vamp2.patch

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/audacity/files/audacity-1.3.6-vamp2.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/audacity/files/audacity-1.3.6-vamp2.patch?rev=1.1&content-type=text/plain

Index: audacity-1.3.6-vamp2.patch
===================================================================
Index: src/effects/vamp/VampEffect.cpp
===================================================================
RCS file: /cvsroot/audacity/audacity-src/src/effects/vamp/VampEffect.cpp,v
retrieving revision 1.8
retrieving revision 1.10
diff -u -B -r1.8 -r1.10
--- src/effects/vamp/VampEffect.cpp	12 Jul 2008 15:25:49 -0000	1.8
+++ src/effects/vamp/VampEffect.cpp	30 Dec 2008 00:36:55 -0000	1.10
@@ -13,15 +13,9 @@
 
 #include "VampEffect.h"
 
-#ifdef _WIN32
-#include "../../../lib-src/libvamp/vamp-sdk/Plugin.h"
-#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>
-#endif
+#include <vamp-hostsdk/Plugin.h>
+#include <vamp-hostsdk/PluginChannelAdapter.h>
+#include <vamp-hostsdk/PluginInputDomainAdapter.h>
 
 #include <wx/wxprec.h>
 #include <wx/button.h>
Index: src/effects/vamp/VampEffect.h
===================================================================
RCS file: /cvsroot/audacity/audacity-src/src/effects/vamp/VampEffect.h,v
retrieving revision 1.5
retrieving revision 1.7
diff -u -B -r1.5 -r1.7
--- src/effects/vamp/VampEffect.h	12 Jul 2008 15:25:49 -0000	1.5
+++ src/effects/vamp/VampEffect.h	30 Dec 2008 00:36:55 -0000	1.7
@@ -22,11 +22,7 @@
 
 #include <wx/dialog.h>
 
-#ifdef _WIN32
-#include "../../../lib-src/libvamp/vamp-sdk/hostext/PluginLoader.h"
-#else
-#include <vamp-sdk/hostext/PluginLoader.h>
-#endif
+#include <vamp-hostsdk/PluginLoader.h>
 
 void LoadVampPlugins();
 






^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2009-01-15  8:06 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-01-15  8:06 [gentoo-commits] gentoo-x86 commit in media-sound/audacity/files: audacity-1.3.6-vamp2.patch Alexis Ballier (aballier)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox