diff options
author | B. Watson <yalhcru@gmail.com> | 2020-11-05 04:49:11 -0500 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-11-07 14:02:37 +0700 |
commit | d974071ba8dbfc67734d95d87ab3a59c40658cf2 (patch) | |
tree | 89cbd7b18a23dfeca2d9e74c841ff6c51c0e95ce /audio/guitarix | |
parent | 02b77db9cf87a35f18d636b4f64c5ae23128ae2d (diff) | |
download | slackbuilds-d974071ba8dbfc67734d95d87ab3a59c40658cf2.tar.gz |
audio/guitarix: Add note to README.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'audio/guitarix')
-rw-r--r-- | audio/guitarix/README | 6 | ||||
-rw-r--r-- | audio/guitarix/guitarix.SlackBuild | 3 |
2 files changed, 8 insertions, 1 deletions
diff --git a/audio/guitarix/README b/audio/guitarix/README index 59d5c19003..803394b6bc 100644 --- a/audio/guitarix/README +++ b/audio/guitarix/README @@ -1,3 +1,5 @@ +guitarix (virtual guitar amplifier for jack) + guitarix offers the range of sounds you would expect from a full-featured universal guitar-amp. You can get crisp clean-sounds, nice overdrive, fat distortion and a diversity of crazy sounds never @@ -12,6 +14,10 @@ meterbridge is an optional runtime dependency. Starting with version 0.35.4, guitarix's 'Online presets' feature no longer requires webkitgtk. See README.online for more information. +Note: This is the last version of guitarix that will compile on +Slackware 14.2, due to 0.40 and up requiring gtk+3 >= 3.20 (we only +have 3.18). Sorry, folks. + This package uses POSIX filesystem capabilities to execute with elevated privileges (required for realtime audio processing). This may be considered a security/stability risk. Please read diff --git a/audio/guitarix/guitarix.SlackBuild b/audio/guitarix/guitarix.SlackBuild index b9ea8aafe3..67b35efb81 100644 --- a/audio/guitarix/guitarix.SlackBuild +++ b/audio/guitarix/guitarix.SlackBuild @@ -9,7 +9,8 @@ # Note to self: git URL for guitarix is: # git://git.code.sf.net/p/guitarix/git/ -# 20200307 bkw: Updated for 3.39.1. +# 20201105 bkw: Add no-upgrade note to README. +# 20200307 bkw: Updated for 3.39.0. # 20191211 bkw: Updated for 0.38.1. # 20180828 bkw: Updated for 0.37.3. |