diff options
author | Jakob Gahde | 2016-06-06 17:35:47 +0200 |
---|---|---|
committer | Jakob Gahde | 2016-06-06 17:43:26 +0200 |
commit | 9d51dce762a6df5f4e2a355fd8240f616fe2970e (patch) | |
tree | 61bf90578be209e08a747cffe57669cf46540d7a /.SRCINFO | |
parent | 189a18c2e963e201ca143c2768701d4a01f4bf34 (diff) | |
download | aur-9d51dce762a6df5f4e2a355fd8240f616fe2970e.tar.gz |
radium 3.9.1-1: New version, requires some patching
In order to get this version compiled, we need to apply a few patches. First,
The crashreporter needs a fix to keep libbfd from complaining. This fix was
already present in the source code before, but the developer recently disabled
it. I already contacted him about this and he responded he'd look into it.
Second, some additional components of JUCE were recently enabled in Radium
that don't compile with Arch's regular GCC6, so we need to use GCC5 for that.
Apart from that, we only package the Scheme files from s7 now; the sources for
the interpreter are no longer included as they are unneded.
Diffstat (limited to '.SRCINFO')
-rw-r--r-- | .SRCINFO | 13 |
1 files changed, 9 insertions, 4 deletions
@@ -1,14 +1,15 @@ # Generated by mksrcinfo v8 -# Sat May 7 16:53:53 UTC 2016 +# Mon Jun 6 15:34:49 UTC 2016 pkgbase = radium pkgdesc = A graphical music editor. A next generation tracker. - pkgver = 3.8.3 + pkgver = 3.9.1 pkgrel = 1 url = http://users.notam02.no/~kjetism/radium/ arch = i686 arch = x86_64 license = GPL makedepends = cmake + makedepends = gcc5 makedepends = boost depends = python2 depends = libxaw @@ -24,8 +25,12 @@ pkgbase = radium depends = libxinerama depends = libxcursor options = !strip - source = https://github.com/kmatheussen/radium/archive/3.8.3.tar.gz - md5sums = b5863a9d6150791a452aba932f7bf57b + source = https://github.com/kmatheussen/radium/archive/3.9.1.tar.gz + source = reenable-libbfd-workaround.patch + source = use-gcc5-for-pluginhost.patch + md5sums = f14e8266682a35c1b8f22f226bd490ea + md5sums = 74ea7a54f0e358035a7f0cc7baf54b6e + md5sums = 9c19006defeef7e317ec23ed8eae1b72 pkgname = radium |