audio/jack: Updated for version 1.9.19.
Signed-off-by: B. Watson <yalhcru@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
df151d2a1d
commit
2d1f290cb0
|
@ -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
|
||||
|
|
|
@ -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=""
|
||||
|
|
Loading…
Reference in New Issue