diff options
author | Isaac Yu <isaacyu1@isaacyu1.com> | 2020-01-25 09:12:46 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-01-25 09:12:46 +0700 |
commit | a6625bfc4813cd7cc3bf16e3df8a76869e471b41 (patch) | |
tree | 70eea7df81d1e38b7365c5ae6c96d921703bbfa4 /audio/qmmp-qt5 | |
parent | 6eb052d42d320f0b275fa4ecb87a38989cb906e4 (diff) |
audio/qmmp-qt5: Updated for version 1.3.6.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'audio/qmmp-qt5')
-rw-r--r-- | audio/qmmp-qt5/README | 2 | ||||
-rw-r--r-- | audio/qmmp-qt5/qmmp-qt5.SlackBuild | 4 | ||||
-rw-r--r-- | audio/qmmp-qt5/qmmp-qt5.info | 6 |
3 files changed, 6 insertions, 6 deletions
diff --git a/audio/qmmp-qt5/README b/audio/qmmp-qt5/README index 5f9f8ee4f9a7a..db61455cc90dd 100644 --- a/audio/qmmp-qt5/README +++ b/audio/qmmp-qt5/README @@ -9,4 +9,4 @@ Qmmp can optionally use the following applications: libmms, libmpcdec, soxr + jack, libmodplug, ffmpeg, faad2, libbs2b, libprojectM, and libenca. -You need soxr and jack-audio-connection-kit to enable jack support. +You need soxr and jack to enable JACK support. diff --git a/audio/qmmp-qt5/qmmp-qt5.SlackBuild b/audio/qmmp-qt5/qmmp-qt5.SlackBuild index 1eded96bac308..fae272ae74916 100644 --- a/audio/qmmp-qt5/qmmp-qt5.SlackBuild +++ b/audio/qmmp-qt5/qmmp-qt5.SlackBuild @@ -1,7 +1,7 @@ #!/bin/sh # Slackware build script for qmmp-qt5 -# Copyright 2018-2019 Isaac Yu <isaacyu1@isaacyu1.com> +# Copyright 2018-2020 Isaac Yu <isaacyu1@isaacyu1.com> # All rights reserved. # # Permission to use, copy, modify, and distribute this software for any purpose @@ -20,7 +20,7 @@ # THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=qmmp-qt5 -VERSION=${VERSION:-1.3.1} +VERSION=${VERSION:-1.3.6} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/audio/qmmp-qt5/qmmp-qt5.info b/audio/qmmp-qt5/qmmp-qt5.info index 80ed5764e8705..876a50e974c86 100644 --- a/audio/qmmp-qt5/qmmp-qt5.info +++ b/audio/qmmp-qt5/qmmp-qt5.info @@ -1,8 +1,8 @@ PRGNAM="qmmp-qt5" -VERSION="1.3.1" +VERSION="1.3.6" HOMEPAGE="http://qmmp.ylsoftware.com/" -DOWNLOAD="http://qmmp.ylsoftware.com/files/qmmp-1.3.1.tar.bz2" -MD5SUM="827963a73facb802c8f684a3762c6b8b" +DOWNLOAD="http://qmmp.ylsoftware.com/files/qmmp-1.3.6.tar.bz2" +MD5SUM="8c0cf52b753762d2999c1178e1414a52" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="qt5" |