From 21cc08a5424ebccf71c7a9b32a8604fd6e5dd3df Mon Sep 17 00:00:00 2001 From: =?utf8?q?IOhannes=20m=20zm=C3=B6lnig?= Date: Sat, 12 Jan 2019 00:44:27 +0100 Subject: [PATCH] vst-fixes Gbp-Dch: ignore --- .../format_types}/juce_VSTInterface.h | 0 debian/patches/debian_vst.patch | 8 ++++++++ debian/rules | 3 ++- 3 files changed, 10 insertions(+), 1 deletion(-) rename debian/{missing-sources => extra/juce_audio_processors/format_types}/juce_VSTInterface.h (100%) diff --git a/debian/missing-sources/juce_VSTInterface.h b/debian/extra/juce_audio_processors/format_types/juce_VSTInterface.h similarity index 100% rename from debian/missing-sources/juce_VSTInterface.h rename to debian/extra/juce_audio_processors/format_types/juce_VSTInterface.h diff --git a/debian/patches/debian_vst.patch b/debian/patches/debian_vst.patch index 6671b6d2..b84ebd10 100644 --- a/debian/patches/debian_vst.patch +++ b/debian/patches/debian_vst.patch @@ -16,6 +16,14 @@ This patch header follows DEP-3: http://dep.debian.net/deps/dep3/ } using namespace juce; +@@ -111,7 +110,6 @@ + #pragma pack (push, 8) + #endif + +-#define JUCE_VSTINTERFACE_H_INCLUDED 1 + + #include "../utility/juce_IncludeModuleHeaders.h" + #include "../utility/juce_FakeMouseMoveGenerator.h" --- juce.orig/modules/juce_audio_processors/format_types/juce_VSTPluginFormat.cpp +++ juce/modules/juce_audio_processors/format_types/juce_VSTPluginFormat.cpp @@ -37,7 +37,6 @@ diff --git a/debian/rules b/debian/rules index 14f2603b..6c54d7dc 100755 --- a/debian/rules +++ b/debian/rules @@ -23,7 +23,8 @@ LDFLAGS += $(shell pkg-config --libs libjpeg libpng zlib) dh $@ override_dh_auto_build-arch: - cp $(CURDIR)/debian/missing-sources/juce_VSTInterface.h $(CURDIR)/modules/juce_audio_processors/format_types/ + cp $(CURDIR)/debian/extra/juce_audio_processors/format_types/juce_VSTInterface.h \ + $(CURDIR)/modules/juce_audio_processors/format_types/ cp $(CURDIR)/examples/DemoRunner/Builds/iOS/DemoRunner/Images.xcassets/AppIcon.appiconset/Icon.png \ $(DEBIAN_BUILD_ARTIFACTS)/juce.png dh_auto_build -D $(DEB_SRCDIR) -- \ -- 2.30.2