Package Details: radium 7.4.76-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: 19
Popularity: 0.000002
First Submitted: 2013-05-22 03:41 (UTC)
Last Updated: 2024-06-07 06:47 (UTC)

Pinned Comments

Latest Comments

1 2 3 4 5 6 .. 12 Next › Last »

yustin commented on 2024-08-29 16:47 (UTC)

Been 5 weeks in a hospital and am atill not cured. Sorry guys. The pastebin has been a test and was integrated a while ago already. I will have a look at it when I am better. cya

nyxkn commented on 2024-08-02 18:24 (UTC)

@Rulatir Check radium-git, see if that works. It seems like we don't need to fallback to gcc13 anymore.

Rulatir commented on 2024-08-02 18:16 (UTC)

@yustin Your pastebin link to the fixed PKGBUILD expired, as they all do, which is why pastebins should be banned, and any "rules" mandating their use in preference to pasting content inline should be ignored with prejudice and disdain.

TL;DR need feex

yustin commented on 2024-06-06 20:36 (UTC)

Newk-B: I will NOT :D still working in a vm for such tasks.

Newk-B commented on 2024-06-06 16:50 (UTC)

@yustin : Yes! That did the trick! now i can update my system :D

yustin commented on 2024-06-05 08:35 (UTC)

Newk-B: I managed to compile it. Could you please confirm that it also works for you before I upload it and take care off the newer version ??? https://termbin.com/kb35 <<< that's the PKGBUILD THX

Newk-B commented on 2024-05-31 22:46 (UTC) (edited on 2024-05-31 23:01 (UTC) by Newk-B)

pure-data/src/g_editor.c:1543:32: error: implicit declaration of function ‘magicGlass_isOn’ [-Wimplicit-function-declaration]
 1543 |             if (parseOutlet && magicGlass_isOn(x->gl_magic_glass))
      |                                ^~~~~~~~~~~~~~~
pure-data/src/g_editor.c:1545:17: error: implicit declaration of function ‘magicGlass_bind’ [-Wimplicit-function-declaration]
 1545 |                 magicGlass_bind(x->gl_magic_glass,
      |                 ^~~~~~~~~~~~~~~
pure-data/src/g_editor.c:1548:17: error: implicit declaration of function ‘magicGlass_setDsp’ [-Wimplicit-function-declaration]
 1548 |                 magicGlass_setDsp(x->gl_magic_glass,
      |                 ^~~~~~~~~~~~~~~~~
compilation terminated due to -fmax-errors=5.
make[1]: *** [<builtin>: pure-data/src/g_editor.o] Error 1
make[1]: *** Waiting for unfinished jobs....
In function ‘drawnumber_sprintf’,
    inlined from ‘drawnumber_vis’ at pure-data/src/g_template.c:2142:9,
    inlined from ‘drawnumber_vis’ at pure-data/src/g_template.c:2120:13:
pure-data/src/g_template.c:2060:5: warning: ‘strncpy’ specified bound 80 equals destination size [-Wstringop-truncation]
 2060 |     strncpy(buf, x->x_label->s_name, DRAWNUMBER_BUFSIZE);
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In function ‘drawnumber_sprintf’,
inlined from ‘drawnumber_getrect’ at pure-data/src/g_template.c:2091:5, inlined from ‘drawnumber_getrect’ at pure-data/src/g_template.c:2066:13: pure-data/src/g_template.c:2060:5: warning: ‘strncpy’ specified bound 80 equals destination size [-Wstringop-truncation] 2060 | strncpy(buf, x->x_label->s_name, DRAWNUMBER_BUFSIZE); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In function ‘drawnumber_sprintf’, inlined from ‘drawnumber_getrect’ at pure-data/src/g_template.c:2091:5, inlined from ‘drawnumber_getrect’ at pure-data/src/g_template.c:2066:13, inlined from ‘drawnumber_click’ at pure-data/src/g_template.c:2272:5: pure-data/src/g_template.c:2060:5: warning: ‘strncpy’ specified bound 80 equals destination size [-Wstringop-truncation] 2060 | strncpy(buf, x->x_label->s_name, DRAWNUMBER_BUFSIZE); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ make[1]: Leaving directory '/var/tmp/pamac-build-newk/radium/src/radium-7.3.84/bin/packages/libpd-master' make: *** [Makefile:882: bin/packages/deletemetorebuild] Error 2 ==> ERROR: A failure occurred in build(). Aborting...

Newk-B commented on 2024-04-29 11:23 (UTC) (edited on 2024-05-31 23:05 (UTC) by Newk-B)

at the end of compiling i get this error:

+ rm -fr /run/media/newk/ElementsSE/tmp/pamac-build-newk/radium/pkg/radium/opt/radium/python-midi/src/sequencer_osx
+ cp -a packages/libpd-master /run/media/newk/ElementsSE/tmp/pamac-build-newk/radium/pkg/radium/opt/radium/packages/
./install.sh: line 102: 115103 Segmentation fault      cp -a packages/libpd-master "$TARGET/packages/"
==> ERROR: A failure occurred in package().
    Aborting...

EDIT: this was when compiling on an NTFS partition... did it again on a Ext4 partition and compiled without failing :P

kitchen_ace commented on 2023-09-16 05:52 (UTC)

I had to add this line to the start of the build() section to get it to compile properly

export INCLUDE_FAUSTDEV_BUT_NOT_LLVM="jadda"

as per https://github.com/kmatheussen/radium/issues/1385

nyxkn commented on 2023-08-06 14:24 (UTC) (edited on 2023-08-06 14:28 (UTC) by nyxkn)

Here's an update to this PKGBUILD that works with git master. Master also fixes the ScintillaBytes error with an update to qscintilla version.

https://privatebin.net/?b458650474c2db3f#9CZomgdPjzcRsywfNHvmoLbgN6iBNB3FZGFK7onPT5QK

Most of our patches got into upstream (see last few commits). I was able to remove all of the current patches except the build_linux_common one, which is still required. The build_libpds patch got into upstream but was commented out in commit f8c725e46791ce76fe71556b8dc1fac2d3bd35ff, so I added a git revert line for that commit to take care of that.