Browse Source
multimedia/muse-sounds-manager: Updated for version 2.0.4.872
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
pull/308/head
Antonio Leal
3 months ago
committed by
Willy Sudiarto Raharjo
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
3 changed files with
8 additions and
7 deletions
-
multimedia/muse-sounds-manager/README
-
multimedia/muse-sounds-manager/muse-sounds-manager.SlackBuild
-
multimedia/muse-sounds-manager/muse-sounds-manager.info
|
|
@ -16,11 +16,12 @@ Notes: |
|
|
|
a) This is still beta software but does what is says in the box. |
|
|
|
It runs only on x86_64 machines. |
|
|
|
|
|
|
|
b) Playing the "short preview" clips crashes the program, |
|
|
|
solution is still under investigation. |
|
|
|
b) This software is not open source. |
|
|
|
|
|
|
|
c) downloaded samples are placed in $HOME/.muse-sounds-manager, |
|
|
|
d) downloaded samples are placed in $HOME/.muse-sounds-manager, |
|
|
|
additional data in $HOME/.local/share/MuseSampler, |
|
|
|
don't forget to clean-up these is you uninstall. |
|
|
|
|
|
|
|
d) This software is not open source. |
|
|
|
d) Icon Colors are currently appearing distorted, this |
|
|
|
is due to libSkiaSharp and is being looked at. |
|
|
|
Otherwise the software if functional. |
|
|
@ -25,7 +25,7 @@ |
|
|
|
cd $(dirname $0) ; CWD=$(pwd) |
|
|
|
|
|
|
|
PRGNAM=muse-sounds-manager |
|
|
|
VERSION=${VERSION:-2.0.3.659} |
|
|
|
VERSION=${VERSION:-2.0.4.872} |
|
|
|
BUILD=${BUILD:-1} |
|
|
|
TAG=${TAG:-_SBo} |
|
|
|
PKGTYPE=${PKGTYPE:-tgz} |
|
|
|
|
|
@ -1,10 +1,10 @@ |
|
|
|
PRGNAM="muse-sounds-manager" |
|
|
|
VERSION="2.0.3.659" |
|
|
|
VERSION="2.0.4.872" |
|
|
|
HOMEPAGE="https://musescore.org/" |
|
|
|
DOWNLOAD="UNSUPPORTED" |
|
|
|
MD5SUM="" |
|
|
|
DOWNLOAD_x86_64="https://muse-cdn.com/Muse_Sounds_Manager_x64.tar.gz" |
|
|
|
MD5SUM_x86_64="d35213d3764a402e32114dc764458715" |
|
|
|
MD5SUM_x86_64="7782ed0c06172697caea32011a94dd61" |
|
|
|
REQUIRES="" |
|
|
|
MAINTAINER="Antonio Leal" |
|
|
|
EMAIL="antonioleal@yahoo.com" |