diff options
author | B. Watson <yalhcru@gmail.com> | 2021-11-24 16:28:56 -0500 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-12-04 10:08:59 +0700 |
commit | 33ed966254ababd8767a5870d2ec75b343269511 (patch) | |
tree | 0936f4bcf7554fdbfd73a3496610f995567224c6 /libraries | |
parent | 6c31f48ec1298ba8f940ab5ab806492955ac4541 (diff) | |
download | slackbuilds-33ed966254ababd8767a5870d2ec75b343269511.tar.gz |
libraries/zita-convolver: Remove template comment.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries')
-rw-r--r-- | libraries/zita-convolver/README | 12 | ||||
-rw-r--r-- | libraries/zita-convolver/zita-convolver.SlackBuild | 3 | ||||
-rw-r--r-- | libraries/zita-convolver/zita-convolver.info | 4 |
3 files changed, 9 insertions, 10 deletions
diff --git a/libraries/zita-convolver/README b/libraries/zita-convolver/README index 64847d8367..2c355d4f1c 100644 --- a/libraries/zita-convolver/README +++ b/libraries/zita-convolver/README @@ -6,15 +6,17 @@ SSE - Use or don't use SSE for floating point math. Default is "auto", which checks the build host CPU for SSE support. You can override this with SSE=yes or SSE=no if you're going to install the package on a different host from the build host (or maybe if you know for a fact, -due to benchmarking, that your CPU's SSE implementation is slow or buggy). +due to benchmarking, that your CPU's SSE implementation is slow or +buggy). MMX - Use or don't use MMX. Default is "auto". Set MMX=yes or MMX=no to override. -FORCE_O2 - Normally, Slackware packages are built with the optimization -set to -O2. This package defaults to -O3 (because that's what upstream -uses), but if you *really* want, you can set FORCE_O2=yes. I can't think -of a good reason to do this, you probably can't either :) +FORCE_O2 - Normally, Slackware packages are built with the +optimization set to -O2. This package defaults to -O3 (because +that's what upstream uses), but if you *really* want, you can set +FORCE_O2=yes. I can't think of a good reason to do this, you probably +can't either :) With no options, the default is to build a package optimized for the build host (which is just what you want, if you're going to build and diff --git a/libraries/zita-convolver/zita-convolver.SlackBuild b/libraries/zita-convolver/zita-convolver.SlackBuild index 258a6837fc..fd870f322f 100644 --- a/libraries/zita-convolver/zita-convolver.SlackBuild +++ b/libraries/zita-convolver/zita-convolver.SlackBuild @@ -30,9 +30,6 @@ if [ -z "$ARCH" ]; then esac fi -# If the variable PRINT_PACKAGE_NAME is set, then this script will report what -# the name of the created package would be, and then exit. This information -# could be useful to other scripts. if [ ! -z "${PRINT_PACKAGE_NAME}" ]; then echo "$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE" exit 0 diff --git a/libraries/zita-convolver/zita-convolver.info b/libraries/zita-convolver/zita-convolver.info index ef8eb0b9d7..5117f4ba74 100644 --- a/libraries/zita-convolver/zita-convolver.info +++ b/libraries/zita-convolver/zita-convolver.info @@ -1,7 +1,7 @@ PRGNAM="zita-convolver" VERSION="4.0.3" -HOMEPAGE="http://kokkinizita.linuxaudio.org/linuxaudio/" -DOWNLOAD="http://kokkinizita.linuxaudio.org/linuxaudio/downloads/zita-convolver-4.0.3.tar.bz2" +HOMEPAGE="https://kokkinizita.linuxaudio.org/linuxaudio/" +DOWNLOAD="https://kokkinizita.linuxaudio.org/linuxaudio/downloads/zita-convolver-4.0.3.tar.bz2" MD5SUM="a357f6ff8588eb53af5335968cfacf3a" DOWNLOAD_x86_64="" MD5SUM_x86_64="" |