From fc43e1ce870bf0985b3a9e6cb6bae787f1713638 Mon Sep 17 00:00:00 2001 From: B. Watson Date: Fri, 24 Jan 2020 13:59:53 -0500 Subject: audio/qm-vamp-plugins: Remove atlas from REQUIRES. Signed-off-by: B. Watson --- audio/qm-vamp-plugins/README | 7 +++++++ audio/qm-vamp-plugins/qm-vamp-plugins.SlackBuild | 9 ++++++++- audio/qm-vamp-plugins/qm-vamp-plugins.info | 2 +- 3 files changed, 16 insertions(+), 2 deletions(-) diff --git a/audio/qm-vamp-plugins/README b/audio/qm-vamp-plugins/README index 888909eba1..6c6757d94b 100644 --- a/audio/qm-vamp-plugins/README +++ b/audio/qm-vamp-plugins/README @@ -1,3 +1,5 @@ +qm-vamp-plugins (audio feature extraction plugins) + Audio feature extraction plugins from Queen Mary, University of London A set of plugins for feature extraction from audio data, using the Vamp @@ -14,3 +16,8 @@ SSE=yes SSE2=yes # Force enable both SSE and SSE2 SSE=yes SSE2=no # Force enable SSE, force disable SSE2 Leaving SSE blank or setting it to anything else means to autodetect. + +The source code includes prebuilt atlas, lapack, and blas libraries. So +far, I have not succeeded in building qm-vamp-plugins with the atlas, +lapack, and blas from SlackBuilds.org. If you distrust prebuilt +binaries/libraries, you should not install this package. diff --git a/audio/qm-vamp-plugins/qm-vamp-plugins.SlackBuild b/audio/qm-vamp-plugins/qm-vamp-plugins.SlackBuild index d411e16836..20cdd06a84 100644 --- a/audio/qm-vamp-plugins/qm-vamp-plugins.SlackBuild +++ b/audio/qm-vamp-plugins/qm-vamp-plugins.SlackBuild @@ -6,6 +6,13 @@ # Licensed under the WTFPL. See http://www.wtfpl.net/txt/copying/ for details. +# 20200123 bkw: found out upstream includes a prebuilt libatlas.a, which +# the build has been using all along. Remove atlas from REQUIRES since +# it was never used anyway. Tried to build this with atlas, lapack, +# blas from SBo instead of the prebuilt stuff, but it fails, and for +# now I've run out of patience for it. So added a note to README about +# the prebuilt libs. + # 20191202 bkw: update for v1.7.1 # 20150403 bkw: # Bump BUILD to 3, make it build against vamp-plugin-sdk 2.5 (whoops) @@ -134,7 +141,7 @@ find -L . -perm /111 -a \! -perm 755 -a -exec chmod 755 {} \+ -o \ # 20150403 bkw: crap. getting rid of vamp-plugin-sdk static libs # breaks this. Fix by getting rid of -Wl,-Bstatic and -Wl,-Bdynamic -# options (so it doesn't insisnt on a static libvamp-sdk). +# options (so it doesn't insist on a static libvamp-sdk). sed -i 's/-Wl,-B[^ ]* //g' build/linux/Makefile.linux64 # 20191202 bkw: this used to be there, have to re-add it: diff --git a/audio/qm-vamp-plugins/qm-vamp-plugins.info b/audio/qm-vamp-plugins/qm-vamp-plugins.info index f07dbc1dfe..d372b4bbb1 100644 --- a/audio/qm-vamp-plugins/qm-vamp-plugins.info +++ b/audio/qm-vamp-plugins/qm-vamp-plugins.info @@ -7,6 +7,6 @@ MD5SUM="6274bc8bff6f2363404a9f945613bf51 \ 9c7a7b15926000e15a9e3c7c06492e58" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="atlas vamp-plugin-sdk" +REQUIRES="vamp-plugin-sdk" MAINTAINER="B. Watson" EMAIL="yalhcru@gmail.com" -- cgit v1.2.3