diff options
Diffstat (limited to 'audio')
-rw-r--r-- | audio/jack/jack.SlackBuild | 6 | ||||
-rw-r--r-- | audio/jack/jack.info | 6 |
2 files changed, 8 insertions, 4 deletions
diff --git a/audio/jack/jack.SlackBuild b/audio/jack/jack.SlackBuild index 772d7f44c4..37e10f3133 100644 --- a/audio/jack/jack.SlackBuild +++ b/audio/jack/jack.SlackBuild @@ -24,6 +24,7 @@ # OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +# 20220614 bkw: update for v1.9.21 and 15.0. # 20210802 bkw: update for v1.9.19 and -current. # 20210304 bkw: update for v1.9.17. # 20201104 bkw: update for v1.9.16. @@ -40,7 +41,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=jack -VERSION=${VERSION:-1.9.19} +VERSION=${VERSION:-1.9.21} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -95,6 +96,8 @@ find -L . -perm /111 -a \! -perm 755 -a -exec chmod 755 {} \+ -o \ # will already include it (it does, in 1.x). So make 2 act like 1: sed -i '/^Libs:/s,$, -lpthread,' jack.pc.in +# 20220614 bkw: upstream disabled the tools by default in 1.9.21, way +# to handle a point release... --example-tools turns it back on. CFLAGS="$SLKCFLAGS" \ CXXFLAGS="$SLKCFLAGS" \ LDFLAGS="-Wl,-s" \ @@ -106,6 +109,7 @@ LDFLAGS="-Wl,-s" \ --classic \ --dbus \ --readline \ + --example-tools \ --alsa ./waf build diff --git a/audio/jack/jack.info b/audio/jack/jack.info index 62f36897ef..5089d72bf3 100644 --- a/audio/jack/jack.info +++ b/audio/jack/jack.info @@ -1,8 +1,8 @@ PRGNAM="jack" -VERSION="1.9.19" +VERSION="1.9.21" HOMEPAGE="http://jackaudio.org/" -DOWNLOAD="https://github.com/jackaudio/jack2/archive/v1.9.19/jack2-1.9.19.tar.gz" -MD5SUM="ca263ffba14abce859c0ee7680faf510" +DOWNLOAD="https://github.com/jackaudio/jack2/archive/v1.9.21/jack2-1.9.21.tar.gz" +MD5SUM="48515d41a3e8de2464efc583d2b9a596" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |