diff options
author | Alexis Ballier <aballier@gentoo.org> | 2009-07-25 15:08:11 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2009-07-25 15:08:11 +0000 |
commit | 064dfeba155e7621705ac4b419edc59d40cce2d7 (patch) | |
tree | 8496b9b2736294f4b1217d42f6e8834225a3d553 /media-sound/audacity/files | |
parent | remove old (diff) | |
download | gentoo-2-064dfeba155e7621705ac4b419edc59d40cce2d7.tar.gz gentoo-2-064dfeba155e7621705ac4b419edc59d40cce2d7.tar.bz2 gentoo-2-064dfeba155e7621705ac4b419edc59d40cce2d7.zip |
remove old
(Portage version: 2.2_rc33/cvs/Linux x86_64)
Diffstat (limited to 'media-sound/audacity/files')
-rw-r--r-- | media-sound/audacity/files/audacity-1.3.6-novorbis.patch | 15 | ||||
-rw-r--r-- | media-sound/audacity/files/audacity-1.3.6-vamp2.patch | 48 |
2 files changed, 0 insertions, 63 deletions
diff --git a/media-sound/audacity/files/audacity-1.3.6-novorbis.patch b/media-sound/audacity/files/audacity-1.3.6-novorbis.patch deleted file mode 100644 index 07543e129cff..000000000000 --- a/media-sound/audacity/files/audacity-1.3.6-novorbis.patch +++ /dev/null @@ -1,15 +0,0 @@ -Index: audacity-src-1.3.6/src/export/ExportFLAC.cpp -=================================================================== ---- audacity-src-1.3.6.orig/src/export/ExportFLAC.cpp -+++ audacity-src-1.3.6/src/export/ExportFLAC.cpp -@@ -29,7 +29,10 @@ and libvorbis examples, Monty <monty@xip - #include <wx/log.h> - #include <wx/msgdlg.h> - -+#ifdef USE_LIBVORBIS - #include <vorbis/vorbisenc.h> -+#endif // USE_LIBVORBIS -+ - #include "FLAC++/encoder.h" - - #include "../float_cast.h" diff --git a/media-sound/audacity/files/audacity-1.3.6-vamp2.patch b/media-sound/audacity/files/audacity-1.3.6-vamp2.patch deleted file mode 100644 index 91ebcf35efd8..000000000000 --- a/media-sound/audacity/files/audacity-1.3.6-vamp2.patch +++ /dev/null @@ -1,48 +0,0 @@ -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(); - |