diff options
author | Antonio Leal <antonio.leal@yahoo.com> | 2024-03-04 23:17:16 +0000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-03-09 06:18:11 +0700 |
commit | 0b2c37f6454ca5889b2379135c75202910c4c5ac (patch) | |
tree | c625f369534efbd77b3327cb562a99a4478f67bc /multimedia | |
parent | 2488638a763ab618f65adff406751d55dd1a8319 (diff) |
multimedia/MuseScore: Updated script, removed wrong dependency.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/MuseScore/MuseScore.SlackBuild | 9 | ||||
-rw-r--r-- | multimedia/MuseScore/MuseScore.info | 2 | ||||
-rw-r--r-- | multimedia/MuseScore/README | 19 |
3 files changed, 21 insertions, 9 deletions
diff --git a/multimedia/MuseScore/MuseScore.SlackBuild b/multimedia/MuseScore/MuseScore.SlackBuild index 13a0709fe0413..7ab0fb1ebc01a 100644 --- a/multimedia/MuseScore/MuseScore.SlackBuild +++ b/multimedia/MuseScore/MuseScore.SlackBuild @@ -28,7 +28,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=MuseScore VERSION=${VERSION:-4.2.1} -BUILD=${BUILD:-1} +BUILD=${BUILD:-2} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -120,6 +120,9 @@ mv $PKG/opt/MuseScore/share/metainfo $PKG/usr/share/ mv $PKG/opt/MuseScore/share/mime $PKG/usr/share/ +mkdir -p $PKG/opt/MuseScore/share/demos +cp -avxu demos/*.msc? $PKG/opt/MuseScore/share/demos + mkdir -p $PKG/usr/bin ( cd $PKG/usr/bin ; rm -rf mscore ) ( cd $PKG/usr/bin ; ln -sf ../../opt/MuseScore/bin/mscore mscore ) @@ -127,6 +130,10 @@ mkdir -p $PKG/usr/bin ( cd $PKG/usr/bin ; ln -sf ../../opt/MuseScore/bin/mscore MuseScore ) mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION +cp doc/* $PKG/usr/doc/$PRGNAM-$VERSION +cp LICENSE.txt $PKG/usr/doc/$PRGNAM-$VERSION +cp README.md $PKG/usr/doc/$PRGNAM-$VERSION +cp CONTRIBUTING.md $PKG/usr/doc/$PRGNAM-$VERSION cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild mkdir -p $PKG/install diff --git a/multimedia/MuseScore/MuseScore.info b/multimedia/MuseScore/MuseScore.info index 59c4ac2ecfa66..1afc8b250350c 100644 --- a/multimedia/MuseScore/MuseScore.info +++ b/multimedia/MuseScore/MuseScore.info @@ -5,6 +5,6 @@ DOWNLOAD="https://github.com/musescore/MuseScore/archive/v4.2.1/MuseScore-4.2.1. MD5SUM="be651dd658905545bfd3601c23d8831b" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="allegro" +REQUIRES="" MAINTAINER="Antonio Leal" EMAIL="antonioleal@yahoo.com" diff --git a/multimedia/MuseScore/README b/multimedia/MuseScore/README index 4ccaf8e4d97e9..c8249719bac2e 100644 --- a/multimedia/MuseScore/README +++ b/multimedia/MuseScore/README @@ -1,11 +1,16 @@ MuseScore is a free cross platform WYSIWYG music notation program, licenced under GNU GPL. Features: - * WYSIWYG, notes are entered on a "virtual note sheet" - * unlimited number of staves - * up to four voices/staff - * easy and fast note entry with mouse, keyboard or midi - * integrated sequencer and FluidSynth software synthesizer - * import and export of MusicXml and standard midifiles (SMF) - * platform independent code for Linux, Windows, Mac + + - WYSIWYG design, notes are entered on a "virtual notepaper" + - TrueType font(s) for printing & display allows for high quality + scaling to all sizes + - Easy & fast note entry + - Many editing functions + - MusicXML import/export + - MIDI (SMF) import/export + - MuseData import + - MIDI input for note entry + - Integrated sequencer and software synthesizer to play the score + - Print or create pdf files This package partially installs to /opt/MuseScore |