summaryrefslogtreecommitdiff
path: root/mixxx-vamp.patch
diff options
context:
space:
mode:
authorJakub Bogusz2019-08-04 17:19:10 (GMT)
committerJakub Bogusz2019-08-04 17:19:10 (GMT)
commit2b46b2428604691bdf9f77bc554f5a131a57469f (patch)
tree3f67ada0981c09af0651f80eb0f53c152a771abe /mixxx-vamp.patch
parent177df3f8cc3601539a79374897baae5fe973de7a (diff)
downloadmixxx-2b46b2428604691bdf9f77bc554f5a131a57469f.zip
mixxx-2b46b2428604691bdf9f77bc554f5a131a57469f.tar.gz
- updated to 2.2.1
- removed obsolete desktop,libdir patches - added vamp patch (fix vamp-sdk detection) - defaults to qt5 now
Diffstat (limited to 'mixxx-vamp.patch')
-rw-r--r--mixxx-vamp.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/mixxx-vamp.patch b/mixxx-vamp.patch
new file mode 100644
index 0000000..726b71d
--- /dev/null
+++ b/mixxx-vamp.patch
@@ -0,0 +1,11 @@
+--- mixxx-release-2.2.1/build/features.py.orig 2019-04-22 09:50:04.000000000 +0200
++++ mixxx-release-2.2.1/build/features.py 2019-08-02 05:28:58.529310596 +0200
+@@ -396,7 +396,7 @@
+ # If there is no system vamp-hostsdk is installed or if the version
+ # of the installed vamp-hostsdk is less than the bundled version,
+ # then we'll directly link the bundled vamp-hostsdk
+- if not conf.CheckLib('vamp-hostsdk') or not conf.CheckForPKG('vamp-plugin-sdk', '2.7.1'):
++ if not conf.CheckLib('vamp-hostsdk') or not conf.CheckForPKG('vamp-sdk', '2.7.1'):
+ # For header includes
+ build.env.Append(CPPPATH=[self.INTERNAL_VAMP_PATH])
+ self.INTERNAL_LINK = True