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:
B. Watson 2021-11-28 13:48:44 -05:00 committed by Willy Sudiarto Raharjo
parent d1ab1892bd
commit 4fc203976f
No known key found for this signature in database
GPG key ID: 3F617144D7238786
3 changed files with 4 additions and 5 deletions

View file

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

View file

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

View file

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