summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author B. Watson2021-11-28 19:48:44 +0100
committer Willy Sudiarto Raharjo2021-12-04 04:09:05 +0100
commit4fc203976f1bd6a1d3bec4eff74ab3da618ababc (patch)
tree29531ff428e18423b097a566acad966bc98f0c60
parentd1ab1892bdbb093fb47ac2e53ba2093b6ade058c (diff)
downloadslackbuilds-4fc203976f1bd6a1d3bec4eff74ab3da618ababc.tar.gz
audio/jack_delay: Remove template comment.
Signed-off-by: B. Watson <yalhcru@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r--audio/jack_delay/README2
-rw-r--r--audio/jack_delay/jack_delay.SlackBuild3
-rw-r--r--audio/jack_delay/jack_delay.info4
3 files changed, 4 insertions, 5 deletions
diff --git a/audio/jack_delay/README b/audio/jack_delay/README
index 71b362a7a3..ca95617fe3 100644
--- a/audio/jack_delay/README
+++ b/audio/jack_delay/README
@@ -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
diff --git a/audio/jack_delay/jack_delay.SlackBuild b/audio/jack_delay/jack_delay.SlackBuild
index 6c1e3beb26..ee726876be 100644
--- a/audio/jack_delay/jack_delay.SlackBuild
+++ b/audio/jack_delay/jack_delay.SlackBuild
@@ -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
diff --git a/audio/jack_delay/jack_delay.info b/audio/jack_delay/jack_delay.info
index e8119132ca..3c3d9da768 100644
--- a/audio/jack_delay/jack_delay.info
+++ b/audio/jack_delay/jack_delay.info
@@ -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=""