summarylogtreecommitdiffstats
path: root/use-system-vstsdk.patch
diff options
context:
space:
mode:
authorKenjiTakahashi2017-08-07 04:51:46 +0200
committerKenjiTakahashi2017-08-07 04:52:28 +0200
commitc72a25c9e238a22761e63d6268c1113f9ee1dd01 (patch)
treead24e25ff0515e3d179d587e07acda9374a273ff /use-system-vstsdk.patch
parentb5ddf4f26f9ece26a87b794ee718d029ca9177b3 (diff)
downloadaur-c72a25c9e238a22761e63d6268c1113f9ee1dd01.tar.gz
4.9.14-1: Bumped version
Diffstat (limited to 'use-system-vstsdk.patch')
-rw-r--r--use-system-vstsdk.patch32
1 files changed, 16 insertions, 16 deletions
diff --git a/use-system-vstsdk.patch b/use-system-vstsdk.patch
index 35bbb094c339..65683899f4ce 100644
--- a/use-system-vstsdk.patch
+++ b/use-system-vstsdk.patch
@@ -1,18 +1,6 @@
-diff -aur --no-dereference package.pristine/Makefile.Qt package.new/Makefile.Qt
---- package.pristine/Makefile.Qt 2017-04-08 14:45:26.000000000 +0200
-+++ package.new/Makefile.Qt 2017-04-11 19:54:05.803545494 +0200
-@@ -210,7 +210,7 @@
-
- FLAGOPTS = $(DEFINES) -DGUIISQT -DUSE_GFX_OP_QUEUE -DFULL_VERSION=$(FULL_VERSION) -DIS_LITTLE_ENDIAN=1 -DUSE_OPENGL=1 $(VISUAL) $(REQTYPE_TYPE) $(MENU_TYPE)
-
--COMMONOPT = -c $(RADIUM_BFD_CFLAGS) `cat buildtype.opt` -I$(GCDIR)/include -I$(P) -I$(PYPATH) `cat flagopts.opt` $(MIDIINC) $(OS_OPTS) $(VST_OPTS) -I${HOME}/boost_1_63_0 -I ~/SDKs/VST3\ SDK -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -fno-omit-frame-pointer -Wno-unknown-pragmas
-+COMMONOPT = -c $(RADIUM_BFD_CFLAGS) `cat buildtype.opt` -I$(GCDIR)/include -I$(P) -I$(PYPATH) `cat flagopts.opt` $(MIDIINC) $(OS_OPTS) $(VST_OPTS) -I${HOME}/boost_1_63_0 -I /usr/include/vst36 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -fno-omit-frame-pointer -Wno-unknown-pragmas
-
- ifeq ($(RADIUM_QT_VERSION),5)
- COMMONOPT += -DUSE_QT5
diff -aur --no-dereference package.pristine/check_dependencies.sh package.new/check_dependencies.sh
---- package.pristine/check_dependencies.sh 2017-04-08 14:45:26.000000000 +0200
-+++ package.new/check_dependencies.sh 2017-04-11 19:53:20.887228014 +0200
+--- package.pristine/check_dependencies.sh 2017-08-06 00:40:00.000000000 +0200
++++ package.new/check_dependencies.sh 2017-08-06 01:57:08.330732447 +0200
@@ -137,8 +137,8 @@
exit 5
fi
@@ -24,9 +12,21 @@ diff -aur --no-dereference package.pristine/check_dependencies.sh package.new/ch
echo 'You should find these files in the "VST Audio Plug-Ins SDK" from http://www.steinberg.net/en/company/developers.html'
exit 5
fi
+diff -aur --no-dereference package.pristine/Makefile.Qt package.new/Makefile.Qt
+--- package.pristine/Makefile.Qt 2017-08-06 00:40:00.000000000 +0200
++++ package.new/Makefile.Qt 2017-08-06 01:58:12.061943151 +0200
+@@ -226,7 +226,7 @@
+
+ FLAGOPTS = $(DEFINES) -DGUIISQT -DUSE_GFX_OP_QUEUE -DFULL_VERSION=$(FULL_VERSION) -DIS_LITTLE_ENDIAN=1 -DUSE_OPENGL=1 $(VISUAL) $(REQTYPE_TYPE) $(MENU_TYPE)
+
+-COMMONOPT = -c $(RADIUM_BFD_CFLAGS) `cat buildtype.opt` -I$(GCDIR)/include -I$(P) -I$(PYPATH) `cat flagopts.opt` $(MIDIINC) $(OS_OPTS) $(VST_OPTS) -I${HOME}/boost_1_63_0 -I ~/SDKs/VST3\ SDK -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -fno-omit-frame-pointer -Wno-unknown-pragmas -fno-strict-aliasing
++COMMONOPT = -c $(RADIUM_BFD_CFLAGS) `cat buildtype.opt` -I$(GCDIR)/include -I$(P) -I$(PYPATH) `cat flagopts.opt` $(MIDIINC) $(OS_OPTS) $(VST_OPTS) -I${HOME}/boost_1_63_0 -I /usr/include/vst36 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -fno-omit-frame-pointer -Wno-unknown-pragmas -fno-strict-aliasing
+ #-Wstrict-overflow=4 -Wsuggest-attribute=format -Wstringop-overflow=4
+ #-Wsuggest-final-types -Wsuggest-final-methods
+
diff -aur --no-dereference package.pristine/pluginhost/Builds/Linux/Makefile package.new/pluginhost/Builds/Linux/Makefile
---- package.pristine/pluginhost/Builds/Linux/Makefile 2017-04-08 14:45:26.000000000 +0200
-+++ package.new/pluginhost/Builds/Linux/Makefile 2017-04-11 19:52:24.024336863 +0200
+--- package.pristine/pluginhost/Builds/Linux/Makefile 2017-08-06 00:40:00.000000000 +0200
++++ package.new/pluginhost/Builds/Linux/Makefile 2017-08-06 03:30:46.394038149 +0200
@@ -18,7 +18,7 @@
TARGET_ARCH := -march=native
endif