multimedia/MuseScore: Updated script, removed wrong dependency.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Antonio Leal 2024-03-04 23:17:16 +00:00 committed by Willy Sudiarto Raharjo
parent 2488638a76
commit 0b2c37f645
No known key found for this signature in database
GPG key ID: 3F617144D7238786
3 changed files with 21 additions and 9 deletions

View file

@ -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

View file

@ -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"

View file

@ -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