xap/qjackctl: Upgraded to qjackctl-0.4.2.

slackware-14.2
Damien Goutte-Gattat 2016-04-08 12:09:41 +02:00
parent f3d22cc211
commit e6a2b68c1c
3 changed files with 5 additions and 4 deletions

View File

@ -1 +0,0 @@
9aea6dacc5f46cb686f38f6812bf4af189b45fff qjackctl-0.3.12.tar.gz

View File

@ -0,0 +1 @@
6496615d305af476387656f8af869e8a76222db9 qjackctl-0.4.2.tar.gz

View File

@ -1,6 +1,6 @@
#!/bin/bash
# Build script for Slackware
# Copyright (C) 2008,2009,2010,2011,2012,2013,2014 Damien Goutte-Gattat
# Copyright (C) 2008-2014,2016 Damien Goutte-Gattat
#
# Redistribution and use of this script, with or without modifications,
# is permitted provided that the following conditions are met:
@ -29,7 +29,7 @@
# Source package infos
NAMESRC=${NAMESRC:-qjackctl}
VERSION=${VERSION:-0.3.12}
VERSION=${VERSION:-0.4.2}
ARCHIVE=${ARCHIVE:-$NAMESRC-$VERSION.tar.gz}
WGET=${WGET:-http://downloads.sourceforge.net/qjackctl/$ARCHIVE}
@ -87,7 +87,8 @@ CFLAGS=$CPUOPT \
CXXFLAGS=$CPUOPT \
./configure \
--prefix=/usr \
--mandir=/usr/man
--mandir=/usr/man \
--enable-qt4
make
make install DESTDIR=$PKG