Search Criteria
Package Details: ariamaestosa 1.4.13-2
Git Clone URL: | https://aur.archlinux.org/ariamaestosa.git (read-only, click to copy) |
---|---|
Package Base: | ariamaestosa |
Description: | MIDI editor, player, tracker and composer |
Upstream URL: | http://ariamaestosa.sourceforge.net/ |
Licenses: | |
Submitter: | hilton |
Maintainer: | meanjollies |
Last Packager: | meanjollies |
Votes: | 22 |
Popularity: | 0.000011 |
First Submitted: | 2010-02-17 02:40 |
Last Updated: | 2017-07-23 20:41 |
Dependencies (12)
- alsa-lib (alsa-lib-x205ta, alsa-lib-git, alsa-lib-minimal-git, alsa-lib-a52pcm)
- desktop-file-utils (desktop-file-utils-git)
- hicolor-icon-theme (hicolor-icon-theme-git)
- mesa (mesa-noglvnd, mesa-arm-git, mesa-rc, mesa-stable, mesa-git, mesa-minimal-git, mesa-minimal+-git)
- webkitgtk2 (webkitgtk2-bin)
- wxgtk (wxgtk-git, wxgtk2-dev, wxgtk2-light)
- xdg-utils (mimi-git, sx-open, busking-git, xdg-utils-git, linopen, xdg-utils-terminal-true-git, xdg-utils-mimeo, xdg-utils-handlr, xdg-utils-slock, mimi-bachoseven-git, mimejs-git)
- python2 (make)
- setconf (make)
- fluidsynth (fluidsynth-git) (optional) – for midi playback
- timidity++ (optional) – for midi playback
- timidity-freepats (freepats-legacy) (optional) – for midi playback
Latest Comments
1 2 3 Next › Last »
meanjollies commented on 2019-05-14 22:03
I've unflagged this for being out of date, as this is false. It appears the developer has migrated the codebase to GitHub, and may be preparing for a new release soon, but until then, there haven't been any new releases there (or SourceForge).
saphiren commented on 2017-07-25 18:03
The ariamaestosa.desktop file has a few issues with paths - the Exec line should read "Exec=ariamaestosa %f" and the Icon line should read "Icon=/usr/share/ariamaestosa/aria64.png".
Also as a user-friendliness tweak, I put a space between Aria and Maestosa on the Name line, but that's just decoration.
xyproto commented on 2014-08-04 10:51
I'll look at the issue, svictor. Thanks.
svictor commented on 2014-08-03 17:16
Just built Aria for the first time. It fails to launch with message "Error: can't open file '/usr/share/ariamaestosa/score/keyG.png' (error 2: No such file or directory)"
"pacman -Ql ariamaestosa | grep keyG" returns nothing, confirming that the file is not in the package.
Joermungand commented on 2014-03-11 16:22
Version 1.4.9 has been released. Builds just fine on x86-64.
xyproto commented on 2013-08-09 11:45
Thank you spider-mario! Updated the package.
spider-mario commented on 2013-08-08 21:34
Missing dependency on webkitgtk2.
xyproto commented on 2013-08-08 20:55
This package fails to build. (even with wxgtk2.9 and wx-config-2.9)
The error is:
Src/Editors/ControllerEditor.cpp:906:33: error: 'class AriaMaestosa::MainFrame' has no member named 'Bind'
getMainFrame()->Bind(wxEVT_COMMAND_MENU_SELECTED, &ControllerEditor::onDeleteInstrumentEvent, this, id);
I'll report this upstream to the ariamaestosa developers, if not one of you will beat me to it (which would be great, btw). :)
jryan commented on 2013-08-07 17:53
Also had an issue compiling after I fixed that. It looks like the wxgtk2.9 is wrong (http://ariamaestosa.sourceforge.net/building.html: "I am currently using 2.8.x on Linux/Windows...") Switching the wxgtk2.9 to wxgtk fixed the PKGBUILD.
jryan commented on 2013-08-07 17:43
Had a problem with the wx-config failing during the build process:
scons: Reading SConscript files ...
>> Operating system : linux
>> Build type : release
>> Renderer : wxwidgets
>> Architecture : 64bit
>> wx-config : wx-config
OSError: [Errno 2] No such file or directory:
File "/home/jryan/system/aur/ariamaestosa/ariamaestosa/src/AriaSrc-1.4.7/SConstruct", line 511:
main_Aria_func()
File "/home/jryan/system/aur/ariamaestosa/ariamaestosa/src/AriaSrc-1.4.7/SConstruct", line 137:
compile_Aria(which_os)
File "/home/jryan/system/aur/ariamaestosa/ariamaestosa/src/AriaSrc-1.4.7/SConstruct", line 275:
wxversion = subprocess.check_output([WXCONFIG,"--version"]).strip()
File "/usr/lib/python2.7/subprocess.py", line 568:
process = Popen(stdout=PIPE, *popenargs, **kwargs)
File "/usr/lib/python2.7/subprocess.py", line 711:
errread, errwrite)
File "/usr/lib/python2.7/subprocess.py", line 1308:
raise child_exception
==> ERROR: A failure occurred in build().
Aborting...
The wxgtk package creates a wx-config2.9 but not a wx-config which scons was looking for? I added a link called wx-config to my path and that fixed the issue, wonder if there is a way to fix it though?