summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTeteros2020-12-24 19:32:03 +0000
committerTeteros2020-12-24 19:32:03 +0000
commitb45e6a38814b01af84ae9c9ade2cf5079d316a01 (patch)
tree3a74cd3733de69bda5cc787d64828de465af4716
parentf5ee491abc3e955c2f89718fca8f7daf256832c3 (diff)
downloadaur-b45e6a38814b01af84ae9c9ade2cf5079d316a01.tar.gz
6.6.77-1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
-rw-r--r--add-vstsdk-location-var.patch24
3 files changed, 19 insertions, 19 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 80807ab4d20f..92c45d04df75 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = radium
pkgdesc = A graphical music editor. A next generation tracker.
- pkgver = 6.5.84
+ pkgver = 6.6.77
pkgrel = 1
url = https://users.notam02.no/~kjetism/radium
arch = x86_64
@@ -39,14 +39,14 @@ pkgbase = radium
optdepends = ladspa-plugins: package group for plugins normally included in binary releases
optdepends = vst-plugins: more plugins
options = !strip
- source = radium-6.5.84.tar.gz::https://github.com/kmatheussen/radium/archive/6.5.84.tar.gz
+ source = radium-6.6.77.tar.gz::https://github.com/kmatheussen/radium/archive/6.6.77.tar.gz
source = https://github.com/grame-cncm/faust/releases/download/2.27.2/faust-2.27.2.tar.gz
source = use-updated-faust.patch
source = add-vstsdk-location-var.patch
- sha256sums = 0c2fd1c508a344e2421862ae4e63b8292bc1818c2dae472e5a92d2343822a1c8
+ sha256sums = b60285bc77b28b731ec43dd3111a134924339696a618c7486fa05358348b5629
sha256sums = c9b21de69253d5a02a779c2eed74491fc62209d86c24724b429f68098191c39c
sha256sums = 8e6865eff42e0d1797a363f3ce6debfcdeab3aa0a4700f1bbca47916735ea8fd
- sha256sums = 28ef8c1e8ffed45e39d8fac9b31c18902905eabea0322ee91bd1369a2e5f907f
+ sha256sums = 5094f3e9b5cec48f7f71f7291132269dbe34f2e96622c1ebf5257e9f4f2dcd56
pkgname = radium
diff --git a/PKGBUILD b/PKGBUILD
index 25cadb547c30..b0be2833d6bd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: Jakob Gahde <j5lx@fmail.co.uk>
pkgname=radium
-pkgver=6.5.84
+pkgver=6.6.77
pkgrel=1
pkgdesc='A graphical music editor. A next generation tracker.'
arch=(x86_64)
@@ -54,10 +54,10 @@ source=("$pkgname-$pkgver.tar.gz::https://github.com/kmatheussen/radium/archive/
use-updated-faust.patch
add-vstsdk-location-var.patch
)
-sha256sums=('0c2fd1c508a344e2421862ae4e63b8292bc1818c2dae472e5a92d2343822a1c8'
+sha256sums=('b60285bc77b28b731ec43dd3111a134924339696a618c7486fa05358348b5629'
'c9b21de69253d5a02a779c2eed74491fc62209d86c24724b429f68098191c39c'
'8e6865eff42e0d1797a363f3ce6debfcdeab3aa0a4700f1bbca47916735ea8fd'
- '28ef8c1e8ffed45e39d8fac9b31c18902905eabea0322ee91bd1369a2e5f907f')
+ '5094f3e9b5cec48f7f71f7291132269dbe34f2e96622c1ebf5257e9f4f2dcd56')
prepare() {
cd radium-$pkgver
diff --git a/add-vstsdk-location-var.patch b/add-vstsdk-location-var.patch
index a3e24f4f8b8a..67e909634f25 100644
--- a/add-vstsdk-location-var.patch
+++ b/add-vstsdk-location-var.patch
@@ -1,6 +1,6 @@
-diff '--color=always' -aur --no-dereference '--exclude=.git' radium-6.5.84.old/check_dependencies.sh radium-6.5.84.new/check_dependencies.sh
---- radium-6.5.84.old/check_dependencies.sh 2020-12-06 19:02:42.000000000 +0000
-+++ radium-6.5.84.new/check_dependencies.sh 2020-12-07 15:42:25.481575479 +0000
+diff -aur --no-dereference '--exclude=.git' radium-6.6.77.old/check_dependencies.sh radium-6.6.77.new/check_dependencies.sh
+--- radium-6.6.77.old/check_dependencies.sh 2020-12-20 19:57:05.000000000 +0000
++++ radium-6.6.77.new/check_dependencies.sh 2020-12-24 13:20:32.615606788 +0000
@@ -226,13 +226,6 @@
exit 5
fi
@@ -15,21 +15,21 @@ diff '--color=always' -aur --no-dereference '--exclude=.git' radium-6.5.84.old/c
if [[ $4 == "test_build" ]] ; then
if [ `uname` == "Linux" ] ; then
if [ ! -f bin/packages/deletemetorebuild ] ; then
-diff '--color=always' -aur --no-dereference '--exclude=.git' radium-6.5.84.old/Makefile.Qt radium-6.5.84.new/Makefile.Qt
---- radium-6.5.84.old/Makefile.Qt 2020-12-06 19:02:42.000000000 +0000
-+++ radium-6.5.84.new/Makefile.Qt 2020-12-07 15:44:32.972013226 +0000
-@@ -306,7 +306,7 @@
+diff -aur --no-dereference '--exclude=.git' radium-6.6.77.old/Makefile.Qt radium-6.6.77.new/Makefile.Qt
+--- radium-6.6.77.old/Makefile.Qt 2020-12-20 19:57:05.000000000 +0000
++++ radium-6.6.77.new/Makefile.Qt 2020-12-24 13:23:13.945876161 +0000
+@@ -308,7 +308,7 @@
FLAGOPTS = $(DEFINES) -DGUIISQT -DFULL_VERSION=$(FULL_VERSION) -DIS_LITTLE_ENDIAN=1 -DUSE_OPENGL=1 $(VISUAL) $(REQTYPE_TYPE) $(MENU_TYPE)
--COMMONOPT = -c `cat buildtype.opt` -I$(GCDIR)/include -I$(P) -I$(PYPATH) `cat flagopts.opt` $(MIDIINC) $(OS_OPTS) $(VST_OPTS) -I${HOME}/boost_1_70_0 -I${HOME}/boost_1_67_0 -I${HOME}/boost_1_63_0 -I ~/SDKs/VST_SDK/VST2_SDK/ -I ~/SDKs/vstsdk2.4/ -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Wno-unknown-pragmas -fno-strict-aliasing -Wmissing-field-initializers -Wnull-dereference
-+COMMONOPT = -c `cat buildtype.opt` -I$(GCDIR)/include -I$(P) -I$(PYPATH) `cat flagopts.opt` $(MIDIINC) $(OS_OPTS) $(VST_OPTS) -I${HOME}/boost_1_70_0 -I${HOME}/boost_1_67_0 -I${HOME}/boost_1_63_0 -I${RADIUM_VST2SDK_PATH} -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Wno-unknown-pragmas -fno-strict-aliasing -Wmissing-field-initializers -Wnull-dereference
+-COMMONOPT = -D__STDC_FORMAT_MACROS=1 -c `cat buildtype.opt` -I$(GCDIR)/include -I$(P) -I$(PYPATH) `cat flagopts.opt` $(MIDIINC) $(OS_OPTS) $(VST_OPTS) -I${HOME}/boost_1_70_0 -I${HOME}/boost_1_67_0 -I${HOME}/boost_1_63_0 -I ~/SDKs/VST_SDK/VST2_SDK/ -I ~/SDKs/vstsdk2.4/ -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Wno-unknown-pragmas -fno-strict-aliasing -Wmissing-field-initializers -Wnull-dereference
++COMMONOPT = -D__STDC_FORMAT_MACROS=1 -c `cat buildtype.opt` -I$(GCDIR)/include -I$(P) -I$(PYPATH) `cat flagopts.opt` $(MIDIINC) $(OS_OPTS) $(VST_OPTS) -I${HOME}/boost_1_70_0 -I${HOME}/boost_1_67_0 -I${HOME}/boost_1_63_0 -I${RADIUM_VST2SDK_PATH} -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Wno-unknown-pragmas -fno-strict-aliasing -Wmissing-field-initializers -Wnull-dereference
#-fdelete-null-pointer-checks
# -Werror
-diff '--color=always' -aur --no-dereference '--exclude=.git' radium-6.5.84.old/pluginhost/Builds/Linux/Makefile radium-6.5.84.new/pluginhost/Builds/Linux/Makefile
---- radium-6.5.84.old/pluginhost/Builds/Linux/Makefile 2020-12-06 19:02:42.000000000 +0000
-+++ radium-6.5.84.new/pluginhost/Builds/Linux/Makefile 2020-12-07 15:42:25.481575479 +0000
+diff -aur --no-dereference '--exclude=.git' radium-6.6.77.old/pluginhost/Builds/Linux/Makefile radium-6.6.77.new/pluginhost/Builds/Linux/Makefile
+--- radium-6.6.77.old/pluginhost/Builds/Linux/Makefile 2020-12-20 19:57:05.000000000 +0000
++++ radium-6.6.77.new/pluginhost/Builds/Linux/Makefile 2020-12-24 13:20:32.615606788 +0000
@@ -8,7 +8,7 @@
CONFIG=Debug
endif