diff options
author | B. Watson <urchlay@slackware.uk> | 2024-07-28 16:54:48 -0400 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-08-03 15:05:18 +0700 |
commit | 5a091d1e50e2a71adb120627117616504bd8a989 (patch) | |
tree | 99531f4854c0b54946a8a65dcc918899c5c0f3e5 /audio/qjackctl | |
parent | aa931f4d0d9ff41a3771c99b3875cad824846e43 (diff) |
audio/qjackctl: Updated for version 1.0.0.
Signed-off-by: B. Watson <urchlay@slackware.uk>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'audio/qjackctl')
-rw-r--r-- | audio/qjackctl/README | 14 | ||||
-rw-r--r-- | audio/qjackctl/qjackctl.SlackBuild | 6 | ||||
-rw-r--r-- | audio/qjackctl/qjackctl.info | 6 |
3 files changed, 16 insertions, 10 deletions
diff --git a/audio/qjackctl/README b/audio/qjackctl/README index 3537875504e6..22451d25ff2b 100644 --- a/audio/qjackctl/README +++ b/audio/qjackctl/README @@ -6,10 +6,14 @@ control of the status of the audio server daemon. With time, this primordial interface has become richer by including a enhanced patchbay and connection control features. -Note: This package optionally uses POSIX filesystem capabilities -to execute with elevated privileges (required for realtime audio -processing). This may be considered a security/stability risk. Please -read http://www.slackbuilds.org/caps/ for more information. To enable -capabilities, pass SETCAP=yes to the script. +qjackctl supports either qt5 or qt6. If qt6 is found at build time, +it will be used; otherwise, qt5 will be used. This isn't a problem, +just something to be aware of. + +Note: 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 +http://www.slackbuilds.org/caps/ for more information. To disable +capabilities, pass SETCAP=no to the script. Optional dependency: portaudio diff --git a/audio/qjackctl/qjackctl.SlackBuild b/audio/qjackctl/qjackctl.SlackBuild index af5c1eb6ce72..8805f437685b 100644 --- a/audio/qjackctl/qjackctl.SlackBuild +++ b/audio/qjackctl/qjackctl.SlackBuild @@ -25,6 +25,8 @@ # OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +# 20240728 bkw: update for v1.0.0. + # 20231121 bkw: update for v0.9.12, enable SETCAP=yes by default (no idea # why it was disabled in the first place). @@ -49,7 +51,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=qjackctl -VERSION=${VERSION:-0.9.12} +VERSION=${VERSION:-1.0.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -88,7 +90,7 @@ rm -rf $PKG mkdir -p $TMP $PKG $OUTPUT cd $TMP rm -rf $PRGNAM-$VERSION -tar xvf $CWD/$PRGNAM-$VERSION.tar.gz +tar xvf $CWD/$PRGNAM-$VERSION.tar.gz* cd $PRGNAM-$VERSION chown -R root:root . find -L . -perm /111 -a \! -perm 755 -a -exec chmod 755 {} \+ -o \ diff --git a/audio/qjackctl/qjackctl.info b/audio/qjackctl/qjackctl.info index 347d72f180e6..bccd3dba0778 100644 --- a/audio/qjackctl/qjackctl.info +++ b/audio/qjackctl/qjackctl.info @@ -1,8 +1,8 @@ PRGNAM="qjackctl" -VERSION="0.9.12" +VERSION="1.0.0" HOMEPAGE="http://qjackctl.sourceforge.net/" -DOWNLOAD="https://downloads.sourceforge.net/project/qjackctl/qjackctl/0.9.12/qjackctl-0.9.12.tar.gz" -MD5SUM="79158c03694d130933c55b065b484cd7" +DOWNLOAD="https://downloads.sourceforge.net/project/qjackctl/qjackctl/1.0.0/qjackctl-1.0.0.tar.gz" +MD5SUM="8128a9caad3a51224be16d749579ce88" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="jack" |