wok diff jack-audio-connection-kit/receipt @ rev 24712
updated less (551 -> 590)
author | Hans-G?nter Theisgen |
---|---|
date | Mon Mar 14 17:50:02 2022 +0100 (2022-03-14) |
parents | af8d823a3077 |
children | 5db546345599 |
line diff
1.1 --- a/jack-audio-connection-kit/receipt Mon Feb 14 14:14:23 2022 +0000 1.2 +++ b/jack-audio-connection-kit/receipt Mon Mar 14 17:50:02 2022 +0100 1.3 @@ -1,7 +1,7 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="jack-audio-connection-kit" 1.7 -VERSION="0.125.0" 1.8 +VERSION="1.9.20" 1.9 CATEGORY="multimedia" 1.10 TAGS="audio server" 1.11 SHORT_DESC="Low-latency audio server." 1.12 @@ -10,10 +10,11 @@ 1.13 WEB_SITE="https://jackaudio.org" 1.14 1.15 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.16 -WGET_URL="http://jackaudio.org/downloads/$TARBALL" 1.17 +WGET_URL="https://github.com/jackaudio/jack2/archive/v$VERSION.tar.gz" 1.18 1.19 -DEPENDS="alsa-lib ncurses readline libsndfile libogg libsamplerate" 1.20 -BUILD_DEPENDS="alsa-lib-dev libsamplerate-dev db-dev util-linux-uuid-dev" 1.21 +DEPENDS="alsa-lib gcc83-lib-base libogg libsamplerate libsndfile ncurses readline" 1.22 +BUILD_DEPENDS="alsa-lib-dev db-dev gcc83 libsamplerate-dev py3k util-linux-uuid-dev" 1.23 + 1.24 HOST_ARCH="i486 arm" 1.25 1.26 # What is the latest version available today? 1.27 @@ -26,11 +27,14 @@ 1.28 # Rules to configure and make the package. 1.29 compile_rules() 1.30 { 1.31 - ./configure $CONFIGURE_ARGS && 1.32 - make -j 1 && 1.33 - make DESTDIR=$DESTDIR install && 1.34 + ./waf configure \ 1.35 + CC=gcc-83 \ 1.36 + CXX=g++-83 \ 1.37 + --prefix=/usr && 1.38 + ./waf build && 1.39 + ./waf install DESTDIR=$DESTDIR 1.40 1.41 - install -Dm644 $src/jack/jslist.h $install/usr/include/jack/jslist.h 1.42 +# install -Dm644 $src/jack/jslist.h $install/usr/include/jack/jslist.h 1.43 } 1.44 1.45 # Rules to gen a SliTaz package suitable for Tazpkg.