Package Details: radium 7.3.84-1

Git Clone URL: https://aur.archlinux.org/radium.git (read-only, click to copy)
Package Base: radium
Description: A graphical music editor. A next generation tracker.
Upstream URL: https://users.notam02.no/~kjetism/radium
Licenses: GPL2
Groups: pro-audio
Submitter: speps
Maintainer: yustin (Carotino)
Last Packager: yustin
Votes: 20
Popularity: 0.000285
First Submitted: 2013-05-22 03:41 (UTC)
Last Updated: 2024-03-18 12:29 (UTC)

Pinned Comments

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 .. 12 Next › Last »

brandflake11 commented on 2023-05-16 19:43 (UTC) (edited on 2023-05-16 19:43 (UTC) by brandflake11)

Hello, I'm having some issues with this PKGBUILD:

/home/brandon/.cache/yay/radium/src/radium-7.1.89/bin/packages/faust/compiler/generator/interpreter/fbc_interpreter.hh: In member function ‘void FBCInterpreter<REAL, TRACE>::ExecuteBlock(FBCBlockInstruction<REAL>*, bool) [with REAL = double; int TRACE = 0]’:
/home/brandon/.cache/yay/radium/src/radium-7.1.89/bin/packages/faust/compiler/generator/interpreter/fbc_interpreter.hh:3037:14: warning: array subscript ‘double[0]’ is partly outside array bounds of ‘int [1]’ [-Warray-bounds=]
 3037 |         REAL v2 = *reinterpret_cast<REAL*>(&v1);
  |              ^~
/home/brandon/.cache/yay/radium/src/radium-7.1.89/bin/packages/faust/compiler/generator/interpreter/fbc_interpreter.hh:3036:14: note: object ‘v1’ of size 4
 3036 |         int  v1 = popInt();
  |              ^~
make[5]: Leaving directory '/home/brandon/.cache/yay/radium/src/radium-7.1.89/bin/packages/faust/build/faustdir'
make[4]: *** [CMakeFiles/Makefile2:182: CMakeFiles/staticlib.dir/all] Error 2
make[4]: Leaving directory '/home/brandon/.cache/yay/radium/src/radium-7.1.89/bin/packages/faust/build/faustdir'
make[3]: *** [Makefile:156: all] Error 2
make[3]: Leaving directory '/home/brandon/.cache/yay/radium/src/radium-7.1.89/bin/packages/faust/build/faustdir'
make[2]: *** [Makefile:79: all] Error 2
make[2]: Leaving directory '/home/brandon/.cache/yay/radium/src/radium-7.1.89/bin/packages/faust/build'
make[1]: *** [Makefile:33: most] Error 2
make[1]: Leaving directory '/home/brandon/.cache/yay/radium/src/radium-7.1.89/bin/packages/faust'
make: *** [Makefile:850: bin/packages/deletemetorebuild] Error 2
==> ERROR: A failure occurred in build().
    Aborting...

yustin commented on 2023-04-20 20:54 (UTC)

Newk-B ... https://aur.archlinux.org/cgit/aur.git/tree/radium.install?h=radium that's how it works for me ... seems pamac doesn't care for the installfile ... it's just a symlink ... maybe there's a better solution ... find it and show me :) .... it was FabioLolix who forced me to move radium7 to radium ... been here for a while already ;P

Newk-B commented on 2023-04-20 14:44 (UTC) (edited on 2023-04-20 15:53 (UTC) by Newk-B)

compiles just fine from Pamac in Manjaro.. but upon starting i get the Radium Message: "The file /opt/radium/ladspa does not exist. Make sure all files in the zip file are unpacked before starting the program. Exiting program."

edit: After doing a simple "sudo mkdir /opt/radium/ladspa" it seems to work okay, not sure if the ladspa folder supposed to be empty tho.. Radium does seem to pick up my system installed ladspa plugins.

by the way.. Thank you Yustin for picking this back up!

yustin commented on 2023-04-18 21:40 (UTC)

@FabioLolix ... thx for the lesson :)

FabioLolix commented on 2023-04-17 20:48 (UTC)

@yustin I'm not interested in maintaining this pkgbuild

yustin commented on 2023-04-17 07:25 (UTC)

@FabioLolix nice ... do your job and keep the pkgbuild uptodate :)

FabioLolix commented on 2023-04-16 22:53 (UTC)

@yustin please don't upload duplicate pkgbuilds; instead make an orphan request if pkgbuilds haven't been updated for a long time

yustin commented on 2023-01-14 09:36 (UTC)

i emailed Teteros but got no response but anyways i got it working and uploaded it here: https://aur.archlinux.org/packages/radium7 so hopefully Teteros will be back soon and merge the packages :)

Lehmaning commented on 2022-06-04 15:21 (UTC) (edited on 2022-06-06 00:44 (UTC) by Lehmaning)

Version 6.9.99 has been out for over one month. Please update this package.

Noctivivans commented on 2021-12-26 22:20 (UTC) (edited on 2021-12-27 00:49 (UTC) by Noctivivans)

@Newk-B: It seems that it is radium developer decision:

https://github.com/kmatheussen/radium/blob/master/bin/packages/README

I think that the solution would be creating new issue in radium git and ask author to update his version of faust.

In the meantime, you can modify PKGBUILD to use older version of llvm - I just checked with llvm11 and it builds successfully.