Package Details: muse-git latest.r0.8b83cb3e-1

Git Clone URL: https://aur.archlinux.org/muse-git.git (read-only, click to copy)
Package Base: muse-git
Description: A MIDI/Audio sequencer with recording and editing capabilities
Upstream URL: http://muse-sequencer.org/
Keywords: alsa daw jack music
Licenses: GPL2
Conflicts: muse
Provides: muse-git
Submitter: milkii
Maintainer: aquilarubra
Last Packager: aquilarubra
Votes: 3
Popularity: 0.000000
First Submitted: 2019-02-03 23:47 (UTC)
Last Updated: 2021-03-28 15:34 (UTC)

Dependencies (24)

Required by (0)

Sources (1)

Latest Comments

1 2 3 Next › Last »

gynamics commented on 2022-12-23 18:36 (UTC)

missed make dependency: extra-cmake-modules

aquilarubra commented on 2021-03-28 15:35 (UTC)

Now muse-git is back again. I had to remove LV2, which causes compilation errors.

aquilarubra commented on 2021-02-23 20:35 (UTC)

Indeed, atkmm was still not updated. I know it can be done updating make. Maybe taking a look at how they fixed the issue in atkmm may help.

funkmuscle commented on 2021-02-23 20:07 (UTC)

well we've had cmake updates and this still will not build.

funkmuscle commented on 2021-01-30 16:11 (UTC)

@aquilarubra, thanks for the info. Yep couldn't build for sometime!

aquilarubra commented on 2021-01-30 08:35 (UTC)

I haven't been able to compile muse-git since a while too. It is a cmake issue, which should be fixed in the next release: https://gitlab.gnome.org/GNOME/atkmm/-/issues/2

funkmuscle commented on 2021-01-29 18:37 (UTC)

I've been having a problem for a while now updating this. I keep getting this error message.

[ 14%] Built target widgets make: *** [Makefile:171: all] Error 2 ==> ERROR: A failure occurred in build(). Aborting... error: failed to build muse-git package(s

donarturo commented on 2020-06-18 20:06 (UTC) (edited on 2020-06-18 20:06 (UTC) by donarturo)

At github I got an advice to disable LV2_MAKE_PATH[1]. Is necessary just change -DENABLE_LV2_MAKE_PATH=1 to -DENABLE_LV2_MAKE_PATH=0 .

[1]Github discussion

donarturo commented on 2020-06-18 14:13 (UTC) (edited on 2020-06-18 14:14 (UTC) by donarturo)

While building after latest upgrade of Arch there are errors:

[ 82%] Generating ui_rubberband_settings_base.h
[ 83%] Generating moc_rubberband_converter.cpp
Scanning dependencies of target rubberband_converter
[ 83%] Building CXX object audio_convert/rubberband/CMakeFiles/rubberband_converter.dir/rubberband_converter.o
[ 83%] Building CXX object muse/components/CMakeFiles/components.dir/tools.o
[ 83%] Building CXX object muse/components/CMakeFiles/components.dir/trackinfo_layout.o
[ 83%] Building CXX object audio_convert/rubberband/CMakeFiles/rubberband_converter.dir/moc_rubberband_converter.o
[ 83%] Building CXX object muse/components/CMakeFiles/components.dir/tracks_duplicate.o
[ 83%] Linking CXX shared library rubberband_converter.so
[ 83%] Built target rubberband_converter
[ 83%] Generating moc_lv2host.cpp
Scanning dependencies of target lv2host_module
[ 83%] Building CXX object muse/CMakeFiles/lv2host_module.dir/moc_lv2host.o
[ 83%] Building CXX object muse/components/CMakeFiles/components.dir/ttoolbutton.o
[ 83%] Building CXX object muse/CMakeFiles/lv2host_module.dir/lv2host.o
[ 83%] Building CXX object muse/components/CMakeFiles/components.dir/unusedwavefiles.o
/home/arch/art/aur/muse-git/src/muse/muse3/muse/lv2host.cpp: In static member function ‘static const void* MusECore::LV2Synth::lv2state_stateRetreive(LV2_State_Handle, uint32_t, size_t*, uint32_t*, uint32_t*)’:
/home/arch/art/aur/muse-git/src/muse/muse3/muse/lv2host.cpp:1743:57: error: ‘class MusEGui::MusE’ has no member named ‘projectName’; did you mean ‘projectPath’?
 1743 |                             QFileInfo(MusEGlobal::muse->projectName()).fileName() + QString(".lv2state") +
      |                                                         ^~~~~~~~~~~
      |                                                         projectPath
/home/arch/art/aur/muse-git/src/muse/muse3/muse/lv2host.cpp: In static member function ‘static char* MusECore::LV2Synth::lv2state_makePath(LV2_State_Make_Path_Handle, const char*)’:
/home/arch/art/aur/muse-git/src/muse/muse3/muse/lv2host.cpp:2140:57: error: ‘class MusEGui::MusE’ has no member named ‘projectName’; did you mean ‘projectPath’?
 2140 |         QDir::separator() + QFileInfo(MusEGlobal::muse->projectName()).fileName() + QString(".lv2state") +
      |                                                         ^~~~~~~~~~~
      |                                                         projectPath
/home/arch/art/aur/muse-git/src/muse/muse3/muse/lv2host.cpp: In static member function ‘static char* MusECore::LV2Synth::lv2state_abstractPath(LV2_State_Map_Path_Handle, const char*)’:
/home/arch/art/aur/muse-git/src/muse/muse3/muse/lv2host.cpp:2185:45: error: ‘class MusEGui::MusE’ has no member named ‘projectName’; did you mean ‘projectPath’?
 2185 |                 QFileInfo(MusEGlobal::muse->projectName()).fileName() + QString(".lv2state") +
      |                                             ^~~~~~~~~~~
      |                                             projectPath
[ 83%] Building CXX object muse/components/CMakeFiles/components.dir/utils.o
make[2]: *** [muse/CMakeFiles/lv2host_module.dir/build.make:98: muse/CMakeFiles/lv2host_module.dir/lv2host.o] Błąd 1
make[1]: *** [CMakeFiles/Makefile2:1910: muse/CMakeFiles/lv2host_module.dir/all] Błąd 2
make[1]: *** Oczekiwanie na niezakończone zadania....
[ 84%] Building CXX object muse/components/CMakeFiles/components.dir/view.o
[ 84%] Building CXX object muse/components/CMakeFiles/components.dir/visibletracks.o
[ 84%] Building CXX object muse/components/CMakeFiles/components.dir/vst_native_editor.o
[ 84%] Building CXX object muse/components/CMakeFiles/components.dir/warn_bad_timing.o
[ 84%] Linking CXX shared library libmuse_components.so
[ 84%] Built target components

yochananmarqos commented on 2020-01-27 19:53 (UTC)

@aquilarubra: For one, v4.0.0 does not exist. You can't just invent a pkgver. Build the package, the pkgver gets updated, push the changes. It's as simple as that. I'm not going to argue with you, I'm just asking you to follow package guidelines