Search Criteria
Package Details: muse-git latest.r0.8b83cb3e-1
Package Actions
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)
- fluidsynth (fluidsynth-gitAUR)
- gcc-libs-multilib (gcc-libs-snapshotAUR, gcc-libs)
- gtkmm
- jackAUR (jack2-gitAUR, pipewire-jack-gitAUR, pipewire-full-jack-gitAUR, jack2, pipewire-jack)
- lib32-gtk2
- liblo (liblo-gitAUR, liblo-ipv6AUR)
- qt5-base (qt5-base-gitAUR, qt5-base-headlessAUR)
- rtaudio (rtaudio-gitAUR)
- cmake (cmake-gitAUR) (make)
- dssi (make)
- dssi-vstAUR (dssi-vst-gitAUR) (make)
- gcc (gcc-gitAUR, gccrs-gitAUR, gcc11AUR, gcc-snapshotAUR) (make)
- ladishAUR (ladish-no-guiAUR, ladish-py3-no-gui-gitAUR, ladish-gitAUR) (make)
- ladspa (make)
- liblo (liblo-gitAUR, liblo-ipv6AUR) (make)
- lv2 (lv2-gitAUR) (make)
- qt5-tools (make)
- dssi (optional) – dssi plugin support
- dssi-vstAUR (dssi-vst-gitAUR) (optional) – dssi-vst plugins support
- ladishAUR (ladish-no-guiAUR, ladish-py3-no-gui-gitAUR, ladish-gitAUR) (optional) – LASH session support
- Show 4 more dependencies...
Latest Comments
« First ‹ Previous 1 2 3
funkmuscle commented on 2019-10-30 17:59 (UTC)
no it didn't work :-(
aquilarubra commented on 2019-10-13 11:16 (UTC)
Thank you, I updated the PKGBUILD, but didn't try it. Please, post comments if it works for you.
funkmuscle commented on 2019-10-03 12:53 (UTC)
from linuxmusicians.com:
Kott wrote: I use this solution for automated build in OBS:
insert necessary include after cmake configuration and before make:
mkdir build cd build cmake <your options> ..
sed -i -e 's/CXX_INCLUDES = /CXX_INCLUDES = -I\/usr\/include\/harfbuzz /' muse/lv2Gtk2Support/CMakeFiles/lv2_gtk2_support.dir/flags.make
make
he said that fixed the harfbuzz issues.
funkmuscle commented on 2019-08-15 01:47 (UTC)
yep.. this is the 5th update I just did and none resolving the issue. :-( version 1:1.44.5-1 now. I'm gonna wait as I may mess things up with the workaround and I need MusE to be working which it is. Just the metronome and the notes or off slightly when viewing it played
aquilarubra commented on 2019-08-12 19:27 (UTC)
It is a Pango bug. The temporary solution is to change /usr/include/pango-1.0/pango/pango-coverage.h and /usr/include/pango-1.0/pango/pango-font.h
Where it includes hb.h, it should include harfbuzz/hb.h instead.
funkmuscle commented on 2019-08-11 14:30 (UTC)
Every version of harfbuzz is installed. I even reinstalled them
aquilarubra commented on 2019-08-11 09:23 (UTC)
Please, make sure you have harfbuzz installed. Probably I have to add it to dependencies.
funkmuscle commented on 2019-08-11 00:38 (UTC)
hey this won't build after a fresh pull:
[ 16%] Built target wavepreview_module [ 17%] Building CXX object muse/lv2Gtk2Support/CMakeFiles/lv2_gtk2_support.dir/lv2Gtk2Support.o In file included from /usr/include/pango-1.0/pango/pango-font.h:25, from /usr/include/pango-1.0/pango/pango-attributes.h:25, from /usr/include/pango-1.0/pango/pango.h:25, from /usr/include/gtk-2.0/gdk/gdktypes.h:37, from /usr/include/gtk-2.0/gdk/gdkscreen.h:32, from /usr/include/gtk-2.0/gdk/gdkapplaunchcontext.h:31, from /usr/include/gtk-2.0/gdk/gdk.h:32, from /usr/include/gtk-2.0/gtk/gtk.h:32, from /tmp/trizen-harv/muse-git/src/muse-git/muse3/muse/lv2Gtk2Support/lv2Gtk2Support.cpp:4: /usr/include/pango-1.0/pango/pango-coverage.h:28:10: fatal error: hb.h: No such file or directory 28 | #include <hb.h> | ^~~~~~ compilation terminated. make[2]: [muse/lv2Gtk2Support/CMakeFiles/lv2_gtk2_support.dir/build.make:62: muse/lv2Gtk2Support/CMakeFiles/lv2_gtk2_support.dir/lv2Gtk2Support.o] Error 1 make[1]: [CMakeFiles/Makefile2:2170: muse/lv2Gtk2Support/CMakeFiles/lv2_gtk2_support.dir/all] Error 2 make: *** [Makefile:152: all] Error 2 ==> ERROR: A failure occurred in build(). Aborting... :: Unable to build muse-git - makepkg exited with code: 4
dvzrv commented on 2019-02-13 13:22 (UTC)
@aquilarubra: Please use jack as dependency, as jack2 provides jack.
« First ‹ Previous 1 2 3