diff options
author | B. Watson <yalhcru@gmail.com> | 2020-01-18 16:32:29 -0500 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-01-26 08:09:48 +0700 |
commit | 0f2babf12f9d1b54ca703c2e2452ca1ed0e0ddb2 (patch) | |
tree | b1ff83d359024993183c8cdd34f35418ab415e3c /audio | |
parent | d5d33a2df4bd2965e91021a93d83e9d40a45a353 (diff) | |
download | slackbuilds-0f2babf12f9d1b54ca703c2e2452ca1ed0e0ddb2.tar.gz |
audio/lingot: Migrate jack-audio-connection-kit => jack.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Diffstat (limited to 'audio')
-rw-r--r-- | audio/lingot/README | 8 | ||||
-rw-r--r-- | audio/lingot/lingot.info | 2 |
2 files changed, 5 insertions, 5 deletions
diff --git a/audio/lingot/README b/audio/lingot/README index 64f8baf177..fb7aa7eb52 100644 --- a/audio/lingot/README +++ b/audio/lingot/README @@ -4,10 +4,10 @@ Lingot is a musical instrument tuner. It's accurate, easy to use, and highly configurable. Originally conceived to tune electric guitars, its configurability gives it a more general character. -By default, this script builds lingot with JACK support, meaning -jack-audio-connection-kit is required. Most people who connect musical -instruments to their Slackware box will want JACK, since it's required -by most serious studio apps (e.g. ardour). +By default, this script builds lingot with JACK support, meaning jack is +required. Most people who connect musical instruments to their Slackware +box will want JACK, since it's required by most serious studio apps +(e.g. ardour). If you want to build without JACK support, set JACK=no in the script's environment. The resulting package will only support OSS and ALSA audio. diff --git a/audio/lingot/lingot.info b/audio/lingot/lingot.info index 90018b4cb3..1b9e924ed6 100644 --- a/audio/lingot/lingot.info +++ b/audio/lingot/lingot.info @@ -5,6 +5,6 @@ DOWNLOAD="http://download.savannah.gnu.org/releases/lingot/lingot-0.9.1.tar.gz" MD5SUM="5a61c88e3770270246385ab9dbc39793" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="jack-audio-connection-kit" +REQUIRES="jack" MAINTAINER="B. Watson" EMAIL="yalhcru@gmail.com" |