New package: muse-4.0.0
This commit is contained in:
parent
b82f4d545e
commit
699af6d0fa
2 changed files with 27 additions and 0 deletions
26
srcpkgs/muse/template
Normal file
26
srcpkgs/muse/template
Normal file
|
@ -0,0 +1,26 @@
|
|||
# Template file for 'muse'
|
||||
pkgname=muse
|
||||
version=4.0.0
|
||||
revision=1
|
||||
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"
|
1
srcpkgs/muse/update
Normal file
1
srcpkgs/muse/update
Normal file
|
@ -0,0 +1 @@
|
|||
pattern="MusE \K[\d.]*\d"
|
Loading…
Add table
Reference in a new issue