void-packages/srcpkgs/muse/template
2021-10-09 08:01:38 -04:00

27 lines
1.1 KiB
Bash

# Template file for 'muse'
pkgname=muse
version=4.0.0
revision=2
wrksrc="muse-${version}"
build_wrksrc=src
build_style=cmake
build_helper=qmake
configure_args="-DENABLE_RTAUDIO=OFF -DLIB_INSTALL_DIR=/usr/lib
$(vopt_bool alsa ENABLE_ALSA) $(vopt_bool python ENABLE_PYTHON)"
hostmakedepends="pkg-config qt5-host-tools qt5-qmake"
makedepends="$(vopt_if alsa alsa-lib-devel) dssi-devel fluidsynth-devel
jack-devel ladish-devel ladspa-sdk libinstpatch-devel liblo-devel liblrdf-devel libsamplerate-devel
libsndfile-devel lilv-devel lv2 rubberband-devel qt5-svg-devel qt5-tools-devel
$(vopt_if python python3-devel)"
depends="desktop-file-utils qt5-svg $(vopt_if python 'python3-six python3-Pyro4')"
short_desc="MIDI/Audio sequencer with recording and editing capabilities"
maintainer="Evgeny Ermakov <evgeny.v.ermakov@gmail.com>"
license="GPL-2.0-or-later"
homepage="https://muse-sequencer.github.io"
distfiles="https://github.com/muse-sequencer/muse/archive/${version/pre/-pre}.tar.gz"
checksum=cdd4c76a19f5be2d72832f6ed0d22218647c58b33f2da45ab2223a4c04bddf96
python_version=3
build_options="alsa python"
build_options_default="alsa python"