diff options
author | Jeremy Hansen <jebrhansen+github@gmail.com> | 2025-01-09 20:48:11 -0800 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2025-01-11 08:43:23 +0700 |
commit | 316721e4984980d75603f91436af2711a47cda68 (patch) | |
tree | f88a171867e9ab771c2d602baf808ac406b197b5 /python/python3-soundfile/python3-soundfile.SlackBuild | |
parent | 92a74ff2ed41d800bb9cae0a0cf4588a1e408113 (diff) |
python/python3-soundfile: Version bump to 0.13.0
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-soundfile/python3-soundfile.SlackBuild')
-rw-r--r-- | python/python3-soundfile/python3-soundfile.SlackBuild | 18 |
1 files changed, 2 insertions, 16 deletions
diff --git a/python/python3-soundfile/python3-soundfile.SlackBuild b/python/python3-soundfile/python3-soundfile.SlackBuild index 7b28387124..68a49a2df5 100644 --- a/python/python3-soundfile/python3-soundfile.SlackBuild +++ b/python/python3-soundfile/python3-soundfile.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for python3-soundfile -# Copyright 2023 Jeremy Hansen jebrhansen+SBo@gmail.com +# Copyright 2023-2025 Jeremy Hansen <jebrhansen+SBo@gmail.com> # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -24,7 +24,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=python3-soundfile -VERSION=${VERSION:-0.12.1} +VERSION=${VERSION:-0.13.0} SRCNAM=${SRCNAM:-python-soundfile} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -47,20 +47,6 @@ TMP=${TMP:-/tmp/SBo} PKG=$TMP/package-$PRGNAM OUTPUT=${OUTPUT:-/tmp} -if [ "$ARCH" = "i586" ]; then - SLKCFLAGS="-O2 -march=i586 -mtune=i686" - LIBDIRSUFFIX="" -elif [ "$ARCH" = "i686" ]; then - SLKCFLAGS="-O2 -march=i686 -mtune=i686" - LIBDIRSUFFIX="" -elif [ "$ARCH" = "x86_64" ]; then - SLKCFLAGS="-O2 -fPIC" - LIBDIRSUFFIX="64" -else - SLKCFLAGS="-O2" - LIBDIRSUFFIX="" -fi - set -e rm -rf $PKG |