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 | |
| 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')
| -rw-r--r-- | python/python3-soundfile/python3-soundfile.SlackBuild | 18 | ||||
| -rw-r--r-- | python/python3-soundfile/python3-soundfile.info | 6 |
2 files changed, 5 insertions, 19 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 diff --git a/python/python3-soundfile/python3-soundfile.info b/python/python3-soundfile/python3-soundfile.info index 82b1d2fe71..921a86c95d 100644 --- a/python/python3-soundfile/python3-soundfile.info +++ b/python/python3-soundfile/python3-soundfile.info @@ -1,8 +1,8 @@ PRGNAM="python3-soundfile" -VERSION="0.12.1" +VERSION="0.13.0" HOMEPAGE="https://github.com/bastibe/python-soundfile" -DOWNLOAD="https://github.com/bastibe/python-soundfile/archive/refs/tags/0.12.1/python-soundfile-0.12.1.tar.gz" -MD5SUM="eeda4dd558236ab1e786f0b28da2574e" +DOWNLOAD="https://github.com/bastibe/python-soundfile/archive/refs/tags/0.13.0/python-soundfile-0.13.0.tar.gz" +MD5SUM="3337110d859488298c294682986de7fb" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="python3-numpy" |
