audio/ardour: Updated for version 6.6.

Fix to ignore pointer casts in system libraries

Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Ken Bender 2021-04-08 19:19:27 +02:00 committed by Willy Sudiarto Raharjo
parent 2f7e7fd5e3
commit 4cca5d4ea4
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
3 changed files with 6 additions and 6 deletions

View File

@ -2,4 +2,4 @@ Ardour is an application to fit the needs of musicians under Linux.
It is designed to be a fully functional professional audio application,
that uses the professional sound server jack for sound i/o.
cppunit, lua and suil are optional dependencies.
soundtouch, libwebsockets, cppunit and lua are optional dependencies.

View File

@ -24,7 +24,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=ardour
VERSION=${VERSION:-6.3}
VERSION=${VERSION:-6.6}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@ -77,7 +77,7 @@ find -L . \
patch -p1 < $CWD/vendor_qm-dsp.patch
CFLAGS="$SLKCFLAGS" \
CXXFLAGS="$SLKCFLAGS -std=c++11" \
CXXFLAGS="$SLKCFLAGS -std=c++11 -fpermissive" \
./waf configure \
--prefix=/usr \
--libdir=/usr/lib${LIBDIRSUFFIX} \

View File

@ -1,8 +1,8 @@
PRGNAM="ardour"
VERSION="6.3"
VERSION="6.6"
HOMEPAGE="http://ardour.org"
DOWNLOAD="http://ponce.cc/slackware/sources/repo/Ardour-6.3.tar.xz"
MD5SUM="f1bca078c08034045e5e46201031e215"
DOWNLOAD="http://ponce.cc/slackware/sources/repo/Ardour-6.6.tar.xz"
MD5SUM="1564041434adfc08b0a30ff0ecafc8de"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="aubio jack liblo liblrdf vamp-plugin-sdk rubberband suil cwiid lilv"