From 2d1f290cb05f4cab979d0e05a4924e587af7c58d Mon Sep 17 00:00:00 2001 From: "B. Watson" Date: Mon, 2 Aug 2021 17:11:35 -0400 Subject: audio/jack: Updated for version 1.9.19. Signed-off-by: B. Watson Signed-off-by: Willy Sudiarto Raharjo --- audio/jack/jack.SlackBuild | 15 +++------------ audio/jack/jack.info | 6 +++--- 2 files changed, 6 insertions(+), 15 deletions(-) (limited to 'audio') diff --git a/audio/jack/jack.SlackBuild b/audio/jack/jack.SlackBuild index d9f3e6a326f3..ed7603a4302b 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. +# 20210802 bkw: update for v1.9.19 and -current. # 20210304 bkw: update for v1.9.17. # 20201104 bkw: update for v1.9.16. # 20200118 bkw: renamed from 'jack2' to 'jack'. If you want to see @@ -39,7 +40,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=jack -VERSION=${VERSION:-1.9.17} +VERSION=${VERSION:-1.9.19} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -54,9 +55,6 @@ if [ -z "$ARCH" ]; then esac fi -# If the variable PRINT_PACKAGE_NAME is set, then this script will report what -# the name of the created package would be, and then exit. This information -# could be useful to other scripts. if [ ! -z "${PRINT_PACKAGE_NAME}" ]; then echo "$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE" exit 0 @@ -97,14 +95,6 @@ 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 -# 20201104 bkw: TODO: support --readline. Only used by jack-transport. -# Trouble is, wscript checks only whether it can link with -lreadline. -# Which it can't, because that also requires -ltermcap. But I don't -# see a way to have it check multiple libs at once. I know one way to -# force it (LDFLAGS=-ltermcap in the env), but then we end up linking -# everything with it, which we do not want! Did I ever mention how -# much I hate waf? - CFLAGS="$SLKCFLAGS" \ CXXFLAGS="$SLKCFLAGS" \ LDFLAGS="-Wl,-s" \ @@ -115,6 +105,7 @@ LDFLAGS="-Wl,-s" \ --htmldir=/usr/doc/$PRGNAM-$VERSION/html \ --classic \ --dbus \ + --readline \ --alsa ./waf build diff --git a/audio/jack/jack.info b/audio/jack/jack.info index e9d323ca072c..65c6d55ea659 100644 --- a/audio/jack/jack.info +++ b/audio/jack/jack.info @@ -1,8 +1,8 @@ PRGNAM="jack" -VERSION="1.9.17" +VERSION="1.9.19" HOMEPAGE="http://jackaudio.org/" -DOWNLOAD="https://github.com/jackaudio/jack2/archive/v1.9.17/jack2-1.9.17.tar.gz" -MD5SUM="81b4beb271602ad20521c30640835a89" +DOWNLOAD="https://github.com/jackaudio/jack2/archive/v1.9.19/jack2-1.9.19.tar.gz" +MD5SUM="ca263ffba14abce859c0ee7680faf510" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" -- cgit v1.2.3