mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-20 19:41:34 +01:00
audio/jack_delay: Remove template comment.
Signed-off-by: B. Watson <yalhcru@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
d1ab1892bd
commit
4fc203976f
3 changed files with 4 additions and 5 deletions
|
@ -1,3 +1,5 @@
|
|||
jack_delay (measure the latency of your sound card)
|
||||
|
||||
jack_delay is a small command line JACK app you can use to measure the
|
||||
latency of your sound card. It uses a phase measurements on a set of
|
||||
tones to measure the delay from the output to the input. Accuracy is
|
||||
|
|
|
@ -22,9 +22,6 @@ if [ -z "$ARCH" ]; then
|
|||
esac
|
||||
fi
|
||||
|
||||
# If the variable PRINT_PACKAGE_NAME is set, then this script will report what
|
||||
# the name of the created package would be, and then exit. This information
|
||||
# could be useful to other scripts.
|
||||
if [ ! -z "${PRINT_PACKAGE_NAME}" ]; then
|
||||
echo "$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE"
|
||||
exit 0
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
PRGNAM="jack_delay"
|
||||
VERSION="0.4.2"
|
||||
HOMEPAGE="http://kokkinizita.linuxaudio.org/linuxaudio/"
|
||||
DOWNLOAD="http://kokkinizita.linuxaudio.org/linuxaudio/downloads/jack_delay-0.4.2.tar.bz2"
|
||||
HOMEPAGE="https://kokkinizita.linuxaudio.org/linuxaudio/"
|
||||
DOWNLOAD="https://kokkinizita.linuxaudio.org/linuxaudio/downloads/jack_delay-0.4.2.tar.bz2"
|
||||
MD5SUM="05ddc5a99a7d7d19405c83537fd15044"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
|
|
Loading…
Reference in a new issue