summaryrefslogtreecommitdiffstats
path: root/audio/qm-vamp-plugins
diff options
context:
space:
mode:
author B. Watson <yalhcru@gmail.com>2020-01-24 13:59:53 -0500
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2020-01-26 08:10:01 +0700
commitfc43e1ce870bf0985b3a9e6cb6bae787f1713638 (patch)
tree414d1427c0d1bdf59be0e7c2ee29d15849a4a599 /audio/qm-vamp-plugins
parent1c604ddbdd10348cf0235c3a032ff25e9763959a (diff)
downloadslackbuilds-fc43e1ce870bf0985b3a9e6cb6bae787f1713638.tar.gz
slackbuilds-fc43e1ce870bf0985b3a9e6cb6bae787f1713638.tar.xz
audio/qm-vamp-plugins: Remove atlas from REQUIRES.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Diffstat (limited to 'audio/qm-vamp-plugins')
-rw-r--r--audio/qm-vamp-plugins/README7
-rw-r--r--audio/qm-vamp-plugins/qm-vamp-plugins.SlackBuild9
-rw-r--r--audio/qm-vamp-plugins/qm-vamp-plugins.info2
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"