summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTeteros2018-12-07 00:41:42 +0000
committerTeteros2018-12-07 00:41:42 +0000
commit4f0cb3164f1be3701593b18e1e7cdbc9f5f785c3 (patch)
tree2b734e257c2ccfd57d64c6d675f6a03caeac1f5a
parent6a3ffbc82b4ba20e4c60015ebc2d7c1918ac45bc (diff)
downloadaur-4f0cb3164f1be3701593b18e1e7cdbc9f5f785c3.tar.gz
5.9.19-1: Bump Version
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
-rw-r--r--use-system-vstsdk.patch26
3 files changed, 20 insertions, 20 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ef0c31722275..0a5fb72044c9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = radium
pkgdesc = A graphical music editor. A next generation tracker.
- pkgver = 5.9.18
+ pkgver = 5.9.19
pkgrel = 1
url = https://users.notam02.no/~kjetism/radium
arch = i686
@@ -30,15 +30,15 @@ pkgbase = radium
optdepends = calf-ladspa: Default chorus plugin
optdepends = ladspa-plugins: Package group for default radium plugins incl in binary releases
options = !strip
- source = https://github.com/kmatheussen/radium/archive/5.9.18.tar.gz
+ source = https://github.com/kmatheussen/radium/archive/5.9.19.tar.gz
source = use-libtirpc-headers.patch
source = use-system-libxcb.patch
source = use-system-vstsdk.patch
source = use-static-llvm40.patch
- sha256sums = 8b2d43bae6b371c213d9ef0fdc6ece638157006baf6388193b56625f95068f8b
+ sha256sums = 4289b765bb9ed1caae846036d9876e907b84ed94244c99f417f2f690d1122514
sha256sums = f2596261f9ebd859f9850cbfc97edb7fd5d45cf8768ce47d0721cbf4b2d80c7e
sha256sums = 94de9befbe6530c721917445ee3a0c0202371e1b2229784b2ea6e0c0efaf7808
- sha256sums = 75c606ed2c0f1f42449b2b2a7f6936c37be7a78e658ef4306f21edcd16eb2304
+ sha256sums = 3bb159419b12c56ab53e044b3a44d3152267951c311ffdf39be637ef32ed939a
sha256sums = f4f35f6d0abb59f7db685f7e4e4d5e4c875fef83ed43672b4abad4da7f8989df
pkgname = radium
diff --git a/PKGBUILD b/PKGBUILD
index 412caedb8661..c6ff5015c0c5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Maintainer: Teteros <teteros at teknik dot io>
pkgname=radium
-pkgver=5.9.18
+pkgver=5.9.19
pkgrel=1
pkgdesc="A graphical music editor. A next generation tracker."
arch=('i686' 'x86_64')
@@ -44,10 +44,10 @@ source=("https://github.com/kmatheussen/${pkgname}/archive/${pkgver}.tar.gz"
"use-system-libxcb.patch"
"use-system-vstsdk.patch"
"use-static-llvm40.patch")
-sha256sums=('8b2d43bae6b371c213d9ef0fdc6ece638157006baf6388193b56625f95068f8b'
+sha256sums=('4289b765bb9ed1caae846036d9876e907b84ed94244c99f417f2f690d1122514'
'f2596261f9ebd859f9850cbfc97edb7fd5d45cf8768ce47d0721cbf4b2d80c7e'
'94de9befbe6530c721917445ee3a0c0202371e1b2229784b2ea6e0c0efaf7808'
- '75c606ed2c0f1f42449b2b2a7f6936c37be7a78e658ef4306f21edcd16eb2304'
+ '3bb159419b12c56ab53e044b3a44d3152267951c311ffdf39be637ef32ed939a'
'f4f35f6d0abb59f7db685f7e4e4d5e4c875fef83ed43672b4abad4da7f8989df')
prepare() {
diff --git a/use-system-vstsdk.patch b/use-system-vstsdk.patch
index 2a55aa1b988d..0cc23203be0d 100644
--- a/use-system-vstsdk.patch
+++ b/use-system-vstsdk.patch
@@ -1,7 +1,7 @@
-diff -aur --no-dereference radium-5.8.9.pristine/check_dependencies.sh radium-5.8.9.new/check_dependencies.sh
---- radium-5.8.9.pristine/check_dependencies.sh 2018-09-12 17:40:04.000000000 +0100
-+++ radium-5.8.9.new/check_dependencies.sh 2018-09-15 08:13:53.091842255 +0100
-@@ -181,11 +181,6 @@
+diff -aur --no-dereference radium-5.9.19.pristine/check_dependencies.sh radium-5.9.19.new/check_dependencies.sh
+--- radium-5.9.19.pristine/check_dependencies.sh 2018-12-05 23:25:50.000000000 +0000
++++ radium-5.9.19.new/check_dependencies.sh 2018-12-07 00:22:17.516036072 +0000
+@@ -211,11 +211,6 @@
exit 5
fi
@@ -13,10 +13,10 @@ diff -aur --no-dereference radium-5.8.9.pristine/check_dependencies.sh radium-5.
if [[ $4 == "test_build" ]] ; then
-diff -aur --no-dereference radium-5.8.9.pristine/Makefile.Qt radium-5.8.9.new/Makefile.Qt
---- radium-5.8.9.pristine/Makefile.Qt 2018-09-12 17:40:04.000000000 +0100
-+++ radium-5.8.9.new/Makefile.Qt 2018-09-15 08:13:53.091842255 +0100
-@@ -235,7 +235,7 @@
+diff -aur --no-dereference radium-5.9.19.pristine/Makefile.Qt radium-5.9.19.new/Makefile.Qt
+--- radium-5.9.19.pristine/Makefile.Qt 2018-12-05 23:25:50.000000000 +0000
++++ radium-5.9.19.new/Makefile.Qt 2018-12-07 00:22:17.516036072 +0000
+@@ -240,7 +240,7 @@
FLAGOPTS = $(DEFINES) -DGUIISQT -DUSE_GFX_OP_QUEUE -DFULL_VERSION=$(FULL_VERSION) -DIS_LITTLE_ENDIAN=1 -DUSE_OPENGL=1 $(VISUAL) $(REQTYPE_TYPE) $(MENU_TYPE)
@@ -25,15 +25,15 @@ diff -aur --no-dereference radium-5.8.9.pristine/Makefile.Qt radium-5.8.9.new/Ma
#-Wstrict-overflow=4 -Wsuggest-attribute=format -Wstringop-overflow=4
#-Wsuggest-final-types -Wsuggest-final-methods
-diff -aur --no-dereference radium-5.8.9.pristine/pluginhost/Builds/Linux/Makefile radium-5.8.9.new/pluginhost/Builds/Linux/Makefile
---- radium-5.8.9.pristine/pluginhost/Builds/Linux/Makefile 2018-09-12 17:40:04.000000000 +0100
-+++ radium-5.8.9.new/pluginhost/Builds/Linux/Makefile 2018-09-15 08:13:53.091842255 +0100
+diff -aur --no-dereference radium-5.9.19.pristine/pluginhost/Builds/Linux/Makefile radium-5.9.19.new/pluginhost/Builds/Linux/Makefile
+--- radium-5.9.19.pristine/pluginhost/Builds/Linux/Makefile 2018-12-05 23:25:50.000000000 +0000
++++ radium-5.9.19.new/pluginhost/Builds/Linux/Makefile 2018-12-07 00:23:36.009367093 +0000
@@ -8,7 +8,7 @@
CONFIG=Debug
endif
--COMMONCPPFLAGS := $(DEPFLAGS) -D "LINUX=1" -D "_DEBUG=1" -D "JUCE_CHECK_MEMORY_LEAKS=0" -D "JUCER_LINUX_MAKE_7346DA2A=1" -D "JUCE_APP_VERSION=1.0.0" -D "JUCE_APP_VERSION_HEX=0x10000" -I /usr/include -I /usr/include/freetype2 -I~/SDKs/VST_SDK/VST3_SDK -I ~/SDKs/VST_SDK/VST2_SDK/ -I ~/SDKs/VST3\ SDK -I ../../JuceLibraryCode -I ../../JuceLibraryCode/modules -I ~/SDKs/vstsdk2.4 -DJUCE_APP_CONFIG_HEADER="\"AppConfig.h\"" -Wno-class-memaccess
-+COMMONCPPFLAGS := $(DEPFLAGS) -D "LINUX=1" -D "_DEBUG=1" -D "JUCE_CHECK_MEMORY_LEAKS=0" -D "JUCER_LINUX_MAKE_7346DA2A=1" -D "JUCE_APP_VERSION=1.0.0" -D "JUCE_APP_VERSION_HEX=0x10000" -I /usr/include -I /usr/include/freetype2 -I /usr/include/vst36 -I~/SDKs/VST_SDK/VST3_SDK -I ~/SDKs/VST_SDK/VST2_SDK/ -I ~/SDKs/VST3\ SDK -I ../../JuceLibraryCode -I ../../JuceLibraryCode/modules -I ~/SDKs/vstsdk2.4 -DJUCE_APP_CONFIG_HEADER="\"AppConfig.h\"" -Wno-class-memaccess
+-COMMONCPPFLAGS := $(DEPFLAGS) -D "LINUX=1" -D "_DEBUG=1" -D "JUCE_CHECK_MEMORY_LEAKS=0" -D "JUCER_LINUX_MAKE_7346DA2A=1" -D "JUCE_APP_VERSION=1.0.0" -D "JUCE_APP_VERSION_HEX=0x10000" -I /usr/include -I /usr/include/freetype2 -I~/SDKs/VST_SDK/VST3_SDK -I ~/SDKs/VST_SDK/VST2_SDK/ -I ~/SDKs/VST3\ SDK -I ../../JuceLibraryCode -I ../../JuceLibraryCode/modules -I ~/SDKs/vstsdk2.4 -DJUCE_APP_CONFIG_HEADER="\"AppConfig.h\"" -Wno-class-memaccess -mfpmath=sse -msse2
++COMMONCPPFLAGS := $(DEPFLAGS) -D "LINUX=1" -D "_DEBUG=1" -D "JUCE_CHECK_MEMORY_LEAKS=0" -D "JUCER_LINUX_MAKE_7346DA2A=1" -D "JUCE_APP_VERSION=1.0.0" -D "JUCE_APP_VERSION_HEX=0x10000" -I /usr/include -I /usr/include/freetype2 -I /usr/include/vst36 -I~/SDKs/VST_SDK/VST3_SDK -I ~/SDKs/VST_SDK/VST2_SDK/ -I ~/SDKs/VST3\ SDK -I ../../JuceLibraryCode -I ../../JuceLibraryCode/modules -I ~/SDKs/vstsdk2.4 -DJUCE_APP_CONFIG_HEADER="\"AppConfig.h\"" -Wno-class-memaccess -mfpmath=sse -msse2
ifeq ($(CONFIG),Debug)
BINDIR := build