diff options
author | Ken Bender <bender647@yahoo.com> | 2021-04-08 19:19:27 +0200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-04-10 17:04:56 +0700 |
commit | 4cca5d4ea426287f5e6414f9f84fe168a404d827 (patch) | |
tree | 9683f86cf6dd19f2358a9517ff15c76db05ac877 | |
parent | 2f7e7fd5e3025647be98213d4fa5a88d12badbdf (diff) | |
download | slackbuilds-4cca5d4ea426287f5e6414f9f84fe168a404d827.tar.gz |
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>
-rw-r--r-- | audio/ardour/README | 2 | ||||
-rw-r--r-- | audio/ardour/ardour.SlackBuild | 4 | ||||
-rw-r--r-- | audio/ardour/ardour.info | 6 |
3 files changed, 6 insertions, 6 deletions
diff --git a/audio/ardour/README b/audio/ardour/README index ab2819d848..4d95504b53 100644 --- a/audio/ardour/README +++ b/audio/ardour/README @@ -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. diff --git a/audio/ardour/ardour.SlackBuild b/audio/ardour/ardour.SlackBuild index 645681d7e7..177a2ab9f9 100644 --- a/audio/ardour/ardour.SlackBuild +++ b/audio/ardour/ardour.SlackBuild @@ -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} \ diff --git a/audio/ardour/ardour.info b/audio/ardour/ardour.info index 78c9f731fc..ceff37bec5 100644 --- a/audio/ardour/ardour.info +++ b/audio/ardour/ardour.info @@ -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" |