mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-22 19:44:21 +01:00
multimedia/nted: Updated for version 1.8.7
This commit is contained in:
parent
ac04e589d7
commit
5f1e9836c5
5 changed files with 14 additions and 17 deletions
|
@ -1,5 +1,3 @@
|
|||
NtEd
|
||||
|
||||
NtEd is a GTK+ score editor. It intends to be really WYSIWYG: what
|
||||
you see on the screen is exactly what you get on printer output. It
|
||||
supports up to 4 voices per staff, drum notes, 5 lyrics lines,
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
if [ -x /usr/bin/update-desktop-database ]; then
|
||||
./usr/bin/update-desktop-database usr/share/applications >/dev/null 2>&1
|
||||
/usr/bin/update-desktop-database -q usr/share/applications >/dev/null 2>&1
|
||||
fi
|
||||
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for nted
|
||||
#(http://vsr.informatik.tu-chemnitz.de/staff/jan/nted/nted.xhtml)
|
||||
#
|
||||
|
||||
# Copyright 2008 Corrado Franco (http://www.conraid.net)
|
||||
# All rights reserved.
|
||||
#
|
||||
|
@ -26,7 +26,7 @@
|
|||
# Modified by the SlackBuilds.org project
|
||||
|
||||
PRGNAM=nted
|
||||
VERSION=${VERSION:-1.5.1}
|
||||
VERSION=${VERSION:-1.8.7}
|
||||
ARCH=${ARCH:-i486}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
@ -79,10 +79,7 @@ CXXFLAGS="$SLKCFLAGS" \
|
|||
--build=$ARCH-slackware-linux \
|
||||
|
||||
make
|
||||
make install DESTDIR=$PKG
|
||||
|
||||
find $PKG | xargs file | grep -e "executable" -e "shared object"| grep ELF | \
|
||||
cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
|
||||
make install-strip DESTDIR=$PKG
|
||||
|
||||
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cp -a $DOCS $PKG/usr/doc/$PRGNAM-$VERSION
|
||||
|
@ -98,4 +95,4 @@ cat $CWD/slack-desc > $PKG/install/slack-desc
|
|||
cat $CWD/doinst.sh > $PKG/install/doinst.sh
|
||||
|
||||
cd $PKG
|
||||
/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.tgz
|
||||
/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.${PKGTYPE:-tgz}
|
||||
|
|
|
@ -1,8 +1,10 @@
|
|||
PRGNAM="nted"
|
||||
VERSION="1.5.1"
|
||||
VERSION="1.8.7"
|
||||
HOMEPAGE="http://vsr.informatik.tu-chemnitz.de/staff/jan/nted/nted.xhtml"
|
||||
DOWNLOAD="http://vsr.informatik.tu-chemnitz.de/staff/jan/nted/nted-1.5.1.tar.gz"
|
||||
MD5SUM="8de2a5a9b0632b957f94518ec2f91497"
|
||||
DOWNLOAD="http://vsr.informatik.tu-chemnitz.de/staff/jan/nted/sources/nted-1.8.7.tar.gz"
|
||||
MD5SUM="bc9ab52e7dc096f67d6304031d450aea"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
MAINTAINER="Corrado Franco"
|
||||
EMAIL="conraid@gmail.com"
|
||||
APPROVED="dsomero"
|
||||
EMAIL="conraid@gmail.com"
|
||||
APPROVED="rworkman"
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
|
||||
|-----handy-ruler------------------------------------------------------|
|
||||
nted: NtEd (musical score editor for Linux)
|
||||
nted:
|
||||
nted:
|
||||
nted: NtEd is a GTK+ score editor. It intends to be really WYSIWYG: what
|
||||
nted: you see on the screen is exactly what you get on printer output. It
|
||||
nted: supports up to 4 voices per staff, drum notes, 5 lyrics lines,
|
||||
|
@ -16,4 +16,4 @@ nted: music instruments per staff, MIDI import/export, MusicXML import,
|
|||
nted: Postscript export. Scores can be played through the ALSA sequencer.
|
||||
nted:
|
||||
nted: Home: http://vsr.informatik.tu-chemnitz.de/staff/jan/nted/nted.xhtml
|
||||
nted:
|
||||
nted:
|
||||
|
|
Loading…
Reference in a new issue