parent
ca89fef01e
commit
43a71a02a1
2 changed files with 32 additions and 0 deletions
10
srcpkgs/musescore/patches/musl.patch
Normal file
10
srcpkgs/musescore/patches/musl.patch
Normal file
|
@ -0,0 +1,10 @@
|
|||
--- thirdparty/qzip/qzip.cpp.orig 2016-05-04 08:15:01.114917257 +0200
|
||||
+++ thirdparty/qzip/qzip.cpp 2016-05-04 08:15:46.658813872 +0200
|
||||
@@ -77,6 +77,7 @@
|
||||
# define S_IWOTH 0002
|
||||
# define S_IXOTH 0001
|
||||
#else
|
||||
+#include <sys/stat.h>
|
||||
// # ifndef S_IFDIR
|
||||
// # define S_IFDIR 0040000
|
||||
// # endif
|
22
srcpkgs/musescore/template
Normal file
22
srcpkgs/musescore/template
Normal file
|
@ -0,0 +1,22 @@
|
|||
# Template file for 'musescore'
|
||||
pkgname=musescore
|
||||
version=2.0.3
|
||||
revision=1
|
||||
wrksrc="MuseScore-${version}"
|
||||
build_style=gnu-makefile
|
||||
make_build_target="PREFIX=/usr release"
|
||||
make_install_target="-C build.release install"
|
||||
hostmakedepends="cmake pkg-config"
|
||||
makedepends="
|
||||
qt5-script-devel qt5-svg-devel qt5-tools-devel qt5-webkit-devel
|
||||
qt5-xmlpatterns-devel qt5-declarative-devel qt5-plugin-mysql
|
||||
qt5-plugin-pgsql qt5-plugin-odbc qt5-plugin-sqlite qt5-plugin-tds
|
||||
pulseaudio-devel portaudio-devel alsa-lib-devel lame-devel jack-devel
|
||||
libsndfile-devel"
|
||||
depends="qt5-plugin-sqlite"
|
||||
short_desc="Create, play and print beautiful sheet music"
|
||||
maintainer="Brian Olsen <bnolsen@comcast.net>"
|
||||
license="GPL-2"
|
||||
homepage="https://musescore.org/"
|
||||
distfiles="https://github.com/musescore/MuseScore/archive/v${version}.tar.gz"
|
||||
checksum=66c613f27fcc07252e856a51ed1162a9921f3d11ac130260763e2178b7098b01
|
Loading…
Reference in a new issue