# Contributor: Justin Berthault # Maintainer: Justin Berthault pkgname=musescore pkgver=3.6.1 pkgrel=0 pkgdesc="Create, play and print beautiful sheet music" url="https://musescore.org/" arch="all !armhf" # qt5-qtdeclarative arch="$arch !mips !mips64 !s390x" # texlive license="GPL-2.0-or-later" depends=" qt5-qtbase qt5-qtgraphicaleffects qt5-qtquickcontrols2 " install="$pkgname.pre-install $pkgname.pre-upgrade" makedepends=" ccache cmake doxygen jack-dev lame-dev libsndfile-dev portaudio-dev portmidi-dev pulseaudio-dev qt5-qtbase-dev qt5-qtquickcontrols2-dev qt5-qtdeclarative-dev qt5-qtscript-dev qt5-qtsvg-dev qt5-qttools-dev qt5-qtwebchannel-dev qt5-qtlocation-dev qt5-qtxmlpatterns-dev qtchooser texlive-dev " source="$pkgname-$pkgver.tar.gz::https://github.com/musescore/MuseScore/archive/v$pkgver.tar.gz" options="!check" # no testsuit provided builddir="$srcdir"/MuseScore-$pkgver build() { make PREFIX=/usr BUILD_WEBENGINE=OFF USE_SYSTEM_FREETYPE=ON revision release } package() { DESTDIR="$pkgdir" make UPDATE_CACHE=FALSE -C build.release install } sha512sums="8e486ea08f8ad6b8238ca400475b9108955ff200221c9ba694e42e20e373c43f7dfd89933ca3887de26cefa547d0e1d792922c685a9d16eaefc9293f72a6fe2d musescore-3.6.1.tar.gz"