summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Andrew Clemons2021-08-24 02:55:42 +0200
committer Willy Sudiarto Raharjo2021-08-25 07:11:44 +0200
commitc1ec0ea6a84dfc7c29e4f60b808bb8ad86a3aadd (patch)
tree53e42bfc9d2240e292afca3d29dfcbe77c873a71
parent64f582ec860ec474a58ea60496cc332176e94434 (diff)
downloadslackbuilds-c1ec0ea6a84dfc7c29e4f60b808bb8ad86a3aadd.tar.gz
development/portaudio: Updated for version 19.7.0.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r--development/portaudio/portaudio.SlackBuild16
-rw-r--r--development/portaudio/portaudio.info8
-rw-r--r--development/portaudio/slack-desc2
3 files changed, 13 insertions, 13 deletions
diff --git a/development/portaudio/portaudio.SlackBuild b/development/portaudio/portaudio.SlackBuild
index 6cbe607180..90683f96b3 100644
--- a/development/portaudio/portaudio.SlackBuild
+++ b/development/portaudio/portaudio.SlackBuild
@@ -28,15 +28,15 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=portaudio
-SRCNAM=pa
-VERSION=${VERSION:-v190700_20210406}
+
+VERSION=${VERSION:-19.7.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
if [ -z "$ARCH" ]; then
case "$( uname -m )" in
- i?86) ARCH=i486 ;;
+ i?86) ARCH=i586 ;;
arm*) ARCH=arm ;;
*) ARCH=$( uname -m ) ;;
esac
@@ -54,8 +54,8 @@ TMP=${TMP:-/tmp/SBo}
PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp}
-if [ "$ARCH" = "i486" ]; then
- SLKCFLAGS="-O2 -march=i486 -mtune=i686"
+if [ "$ARCH" = "i586" ]; then
+ SLKCFLAGS="-O2 -march=i586 -mtune=i686"
LIBDIRSUFFIX=""
elif [ "$ARCH" = "i686" ]; then
SLKCFLAGS="-O2 -march=i686 -mtune=i686"
@@ -73,9 +73,9 @@ set -e
rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT
cd $TMP
-rm -rf $PRGNAM
-tar xvf $CWD/${SRCNAM}_stable_${VERSION}.tgz
-cd $PRGNAM
+rm -rf $PRGNAM-$VERSION
+tar xvf $CWD/$PRGNAM-$VERSION.tar.gz
+cd $PRGNAM-$VERSION
chown -R root:root .
find -L . \
\( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \
diff --git a/development/portaudio/portaudio.info b/development/portaudio/portaudio.info
index f378047f00..6aa855f315 100644
--- a/development/portaudio/portaudio.info
+++ b/development/portaudio/portaudio.info
@@ -1,8 +1,8 @@
PRGNAM="portaudio"
-VERSION="v190700_20210406"
-HOMEPAGE="http://www.portaudio.com/"
-DOWNLOAD="http://files.portaudio.com/archives/pa_stable_v190700_20210406.tgz"
-MD5SUM="ad319249932c6794b551d954b8844402"
+VERSION="19.7.0"
+HOMEPAGE="https://github.com/portaudio/portaudio/"
+DOWNLOAD="https://github.com/PortAudio/portaudio/archive/v19.7.0/portaudit-19.7.0.tar.gz"
+MD5SUM="49ecd6de2350b3a1466116538f7be0e7"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""
diff --git a/development/portaudio/slack-desc b/development/portaudio/slack-desc
index d7fed55855..1a6f0f8548 100644
--- a/development/portaudio/slack-desc
+++ b/development/portaudio/slack-desc
@@ -14,6 +14,6 @@ portaudio: interface. Example programs are included that play sine waves,
portaudio: process audio input (guitar fuzz), record and playback audio, list
portaudio: available audio devices, etc.
portaudio:
-portaudio: Homepage: http://portaudio.com/
+portaudio: Homepage: https://github.com/portaudio/portaudio/
portaudio:
portaudio: