summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJakob Gahde2016-11-12 11:36:50 +0100
committerJakob Gahde2016-11-12 11:36:50 +0100
commit1750ad50852433ab9c86aebd38a965fbe979ff11 (patch)
treeeff7f88f63a0ac1fde5930f73c43b2117fcf93fb
parentd32a0d96bf2a688649d744c69472d11a21a647fc (diff)
downloadaur-1750ad50852433ab9c86aebd38a965fbe979ff11.tar.gz
radium 4.2.6-1: New version
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD9
2 files changed, 13 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0bd4c464fdcd..02608e76c4a9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Thu Nov 10 20:46:48 UTC 2016
+# Sat Nov 12 10:36:31 UTC 2016
pkgbase = radium
pkgdesc = A graphical music editor. A next generation tracker.
- pkgver = 4.2.5
+ pkgver = 4.2.6
pkgrel = 1
url = http://users.notam02.no/~kjetism/radium/
arch = i686
@@ -30,12 +30,14 @@ pkgbase = radium
depends = libxinerama
depends = libxcursor
options = !strip
- source = https://github.com/kmatheussen/radium/archive/4.2.5.tar.gz
+ source = https://github.com/kmatheussen/radium/archive/4.2.6.tar.gz
+ source = https://github.com/kmatheussen/radium/commit/3d012688b2ae763d07b489ac8feb2ded619f7b80.patch
source = faust-accept-clang-390.patch
source = dont-empty-qt-library-paths.patch
source = use-gcc5-for-pluginhost.patch
source = use-system-vstsdk.patch
- md5sums = 756281ebdb28dd4981afbd182f2a19bf
+ md5sums = a6d45735ea5079302b6a87d63dcdd70b
+ md5sums = e36c058b57be5835b49e02b468d3852a
md5sums = 9c72bd466ead73e36b0c2d4297d76870
md5sums = 77c202bc0a36562eb7b805ad6b7a85b3
md5sums = 9c19006defeef7e317ec23ed8eae1b72
diff --git a/PKGBUILD b/PKGBUILD
index c651a8f61d8c..c52575772e83 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Jakob Gahde <j5lx@fmail.co.uk>
pkgname=radium
-pkgver=4.2.5
+pkgver=4.2.6
pkgrel=1
pkgdesc="A graphical music editor. A next generation tracker."
arch=('i686' 'x86_64')
@@ -35,11 +35,13 @@ makedepends=(
)
options=(!strip)
source=("https://github.com/kmatheussen/${pkgname}/archive/${pkgver}.tar.gz"
+ "https://github.com/kmatheussen/radium/commit/3d012688b2ae763d07b489ac8feb2ded619f7b80.patch"
"faust-accept-clang-390.patch"
"dont-empty-qt-library-paths.patch"
"use-gcc5-for-pluginhost.patch"
"use-system-vstsdk.patch")
-md5sums=('756281ebdb28dd4981afbd182f2a19bf'
+md5sums=('a6d45735ea5079302b6a87d63dcdd70b'
+ 'e36c058b57be5835b49e02b468d3852a'
'9c72bd466ead73e36b0c2d4297d76870'
'77c202bc0a36562eb7b805ad6b7a85b3'
'9c19006defeef7e317ec23ed8eae1b72'
@@ -48,6 +50,9 @@ md5sums=('756281ebdb28dd4981afbd182f2a19bf'
prepare() {
cd "${pkgname}-${pkgver}"
+ # See https://groups.google.com/d/msg/radium-music-editor/Mt2-JLA7L0o/p3E8TdmrBQAJ
+ patch -Np1 < "${srcdir}/3d012688b2ae763d07b489ac8feb2ded619f7b80.patch"
+
# Fix faust2 compilation on llvm 3.9.0
patch -Np1 < "${srcdir}/faust-accept-clang-390.patch"