diff options
author | B. Watson <yalhcru@gmail.com> | 2021-11-28 13:48:44 -0500 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-12-04 10:09:05 +0700 |
commit | 4fc203976f1bd6a1d3bec4eff74ab3da618ababc (patch) | |
tree | 29531ff428e18423b097a566acad966bc98f0c60 | |
parent | d1ab1892bdbb093fb47ac2e53ba2093b6ade058c (diff) |
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/README | 2 | ||||
-rw-r--r-- | audio/jack_delay/jack_delay.SlackBuild | 3 | ||||
-rw-r--r-- | audio/jack_delay/jack_delay.info | 4 |
3 files changed, 4 insertions, 5 deletions
diff --git a/audio/jack_delay/README b/audio/jack_delay/README index 71b362a7a3aa..ca95617fe3c6 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 6c1e3beb262d..ee726876be96 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 e8119132ca2a..3c3d9da76829 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="" |