mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 15:43:49 +02:00
musescore: update to 3.5.2.
This commit is contained in:
parent
a1f221c912
commit
d7e17c28b1
1 changed files with 6 additions and 3 deletions
|
@ -1,10 +1,13 @@
|
||||||
# Template file for 'musescore'
|
# Template file for 'musescore'
|
||||||
|
# TODO: Add MuseScore Soundfont as distfiles or separate package instead of
|
||||||
|
# downloading in the build process.
|
||||||
|
# https://ftp.osuosl.org/pub/musescore/soundfont/MuseScore_General/
|
||||||
pkgname=musescore
|
pkgname=musescore
|
||||||
version=3.5.1
|
version=3.5.2
|
||||||
revision=1
|
revision=1
|
||||||
wrksrc="MuseScore-${version}"
|
wrksrc="MuseScore-${version}"
|
||||||
build_style=gnu-makefile
|
build_style=gnu-makefile
|
||||||
make_build_args="PREFIX=/usr USE_SYSTEM_FREETYPE=ON"
|
make_build_args="PREFIX=/usr USE_SYSTEM_FREETYPE=ON MUSESCORE_BUILD_CONFIG=release"
|
||||||
make_install_args="-C build.release"
|
make_install_args="-C build.release"
|
||||||
hostmakedepends="cmake pkg-config"
|
hostmakedepends="cmake pkg-config"
|
||||||
makedepends="jack-devel lame-devel libsndfile-devel portaudio-devel
|
makedepends="jack-devel lame-devel libsndfile-devel portaudio-devel
|
||||||
|
@ -18,7 +21,7 @@ maintainer="Brian Olsen <bnolsen@comcast.net>"
|
||||||
license="GPL-2.0-or-later"
|
license="GPL-2.0-or-later"
|
||||||
homepage="https://musescore.org/"
|
homepage="https://musescore.org/"
|
||||||
distfiles="https://github.com/musescore/MuseScore/archive/v${version}.tar.gz"
|
distfiles="https://github.com/musescore/MuseScore/archive/v${version}.tar.gz"
|
||||||
checksum=4fa9d3b3f90861447f78858786ed6e351ea691408551ee92e089d4bba1039e5a
|
checksum=75b8e783edca9d23718770b3f715d95b88f64545e0372f4ccba58ab073cc7068
|
||||||
nocross="genManual: cannot execute binary file: Exec format error"
|
nocross="genManual: cannot execute binary file: Exec format error"
|
||||||
|
|
||||||
build_options="webengine"
|
build_options="webengine"
|
||||||
|
|
Loading…
Add table
Reference in a new issue