multimedia/munt: Updated for version 2.1.0.

Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
This commit is contained in:
Dugan Chen 2017-04-09 22:17:29 +01:00 committed by Willy Sudiarto Raharjo
parent 2dd3674ae9
commit 6b361786ba
3 changed files with 7 additions and 6 deletions

View file

@ -4,6 +4,7 @@ Munt is a multi-platform software synthesizer emulating (somewhat
inaccurately) pre-GM MIDI devices such as the Roland MT-32, CM-32L,
CM-64 and LAPC-1.
ROMS for these devices are not included.
This will install both the desktop application and the shared library.
ROMS for these devices are not included.

View file

@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=munt
VERSION=${VERSION:-2.0.0}
VERSION=${VERSION:-2.1.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@ -87,7 +87,7 @@ find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | gr
mkdir -p $PKG/usr/doc
mv $PKG/usr/share/doc/$PRGNAM $PKG/usr/doc/$PRGNAM-$VERSION
rmdir $PKG/usr/share/doc
rm -rf $PKG/usr/share
cp -a README.txt $PKG/usr/doc/$PRGNAM-$VERSION
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild

View file

@ -1,8 +1,8 @@
PRGNAM="munt"
VERSION="2.0.0"
VERSION="2.1.0"
HOMEPAGE="http://munt.sourceforge.net/"
DOWNLOAD="https://downloads.sourceforge.net/project/munt/munt/2.0.0/munt-2.0.0.tar.gz"
MD5SUM="7aa2adcfe45d138e53d54a44e1171473"
DOWNLOAD="https://downloads.sourceforge.net/project/munt/munt/2.1.0/munt-2.1.0.tar.gz"
MD5SUM="1d9be2ba670a4bc8cc187f9095dfbfe3"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="qt5"