aboutsummaryrefslogtreecommitdiff
path: root/audio
diff options
context:
space:
mode:
authorB. Watson <urchlay@slackware.uk>2024-09-08 02:53:28 -0400
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2024-09-14 23:36:51 +0700
commitcea90a3d13c634f0c8495387f0cb1c12ba4afd00 (patch)
tree815239853b39560a780c620d959595cad033c280 /audio
parent0f08c6e1344ee88e186f8cb8b01ce72323d4926e (diff)
downloadslackbuilds-cea90a3d13c634f0c8495387f0cb1c12ba4afd00.tar.xz
audio/japa: Updated for version 0.9.4.
Signed-off-by: B. Watson <urchlay@slackware.uk> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'audio')
-rw-r--r--audio/japa/japa.18
-rw-r--r--audio/japa/japa.SlackBuild20
-rw-r--r--audio/japa/japa.info6
-rw-r--r--audio/japa/japa.rst3
4 files changed, 16 insertions, 21 deletions
diff --git a/audio/japa/japa.1 b/audio/japa/japa.1
index a2610d1ab2df..8fde0364f86d 100644
--- a/audio/japa/japa.1
+++ b/audio/japa/japa.1
@@ -27,15 +27,13 @@ level margin: \\n[rst2man-indent\\n[rst2man-indent-level]]
.\" new: \\n[rst2man-indent\\n[rst2man-indent-level]]
.in \\n[rst2man-indent\\n[rst2man-indent-level]]u
..
-.TH "JAPA" 1 "2021-11-29" "0.9.2" "SlackBuilds.org"
+.TH "JAPA" 1 "2024-09-08" "0.9.4" "SlackBuilds.org"
.SH NAME
japa \- JACK and ALSA Audio Analyser
.\" RST source for japa(1) man page. Convert with:
.
.\" rst2man.py japa.rst > japa.1
.
-.\" rst2man.py comes from the SBo development/docutils package.
-.
.SH SYNOPSIS
.sp
japa \fB\-J\fP [\fB\-name\fP \fIname\fP ] [\fB\-s\fP \fIserver\fP]
@@ -49,7 +47,7 @@ JAAA, this is more an acoustical or musical tool than a purely
technical one. Possible uses include spectrum monitoring while
mixing or mastering, evaluation of ambient noise, and (using
pink noise), equalisation of PA systems. For more information see
-/usr/doc/japa\-0.9.2/README.
+/usr/doc/japa\-0.9.4/README.
.sp
In JACK mode (\fB\-J\fP), japa creates 4 input ports (for spectrum
analysis), named \fIjapa:in_<N>\fP (where \fI<N>\fP ranges 1 to 4) and
@@ -113,7 +111,7 @@ Number of fragments. Default: 2.
.UNINDENT
.SH COPYRIGHT
.sp
-See the file /usr/doc/japa\-0.9.2/COPYING for license information.
+See the file /usr/doc/japa\-0.9.4/COPYING for license information.
.SH AUTHORS
.sp
japa was written by Fons Adriaensen <\fI\%fons@kokkinizita.net\fP>.
diff --git a/audio/japa/japa.SlackBuild b/audio/japa/japa.SlackBuild
index dfdfc502fe94..427c0eeba819 100644
--- a/audio/japa/japa.SlackBuild
+++ b/audio/japa/japa.SlackBuild
@@ -6,13 +6,14 @@
# Licensed under the WTFPL. See http://www.wtfpl.net/txt/copying/ for details.
+# 20240908 bkw: update for v0.9.4.
# 20211129 bkw: BUILD=2, new-style icons, update man page.
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=japa
-VERSION=${VERSION:-0.9.2}
-BUILD=${BUILD:-2}
+VERSION=${VERSION:-0.9.4}
+BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@@ -35,16 +36,12 @@ 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
@@ -56,8 +53,8 @@ rm -rf $PRGNAM-$VERSION
tar xvf $CWD/$PRGNAM-$VERSION.tar.bz2
cd $PRGNAM-$VERSION
chown -R root:root .
-find -L . -perm /111 -a \! -perm 755 -a -exec chmod 755 {} \+ -o \
- \! -perm /111 -a \! -perm 644 -a -exec chmod 644 {} \+
+find -L . -perm /111 -a \! -perm 755 -a -exec chmod 755 {} + -o \
+ \! -perm /111 -a \! -perm 644 -a -exec chmod 644 {} +
if [ "${FORCE_SLACK_CFLAGS:-no}" = "yes" ]; then
sed -i \
@@ -94,9 +91,10 @@ for i in $PRGNAM $PRGNAM-alsa; do
cat $CWD/$i.desktop > $PKG/usr/share/applications/$i.desktop
done
-mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
-cp -a AUTHORS COPYING README $PKG/usr/doc/$PRGNAM-$VERSION
-cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
+PKGDOC=$PKG/usr/doc/$PRGNAM-$VERSION
+mkdir -p $PKGDOC
+cp -a AUTHORS COPYING README $PKGDOC
+cat $CWD/$PRGNAM.SlackBuild > $PKGDOC/$PRGNAM.SlackBuild
mkdir -p $PKG/install
cat $CWD/slack-desc > $PKG/install/slack-desc
diff --git a/audio/japa/japa.info b/audio/japa/japa.info
index 19327b62c4ad..7c535f49d7bb 100644
--- a/audio/japa/japa.info
+++ b/audio/japa/japa.info
@@ -1,8 +1,8 @@
PRGNAM="japa"
-VERSION="0.9.2"
+VERSION="0.9.4"
HOMEPAGE="https://kokkinizita.linuxaudio.org/linuxaudio/"
-DOWNLOAD="https://kokkinizita.linuxaudio.org/linuxaudio/downloads/japa-0.9.2.tar.bz2"
-MD5SUM="43287acd2511c6f9aeff7951b6e07d79"
+DOWNLOAD="https://kokkinizita.linuxaudio.org/linuxaudio/downloads/japa-0.9.4.tar.bz2"
+MD5SUM="d5c264d318550635dc9cb4f81bddf6c1"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="jack clxclient zita-alsa-pcmi"
diff --git a/audio/japa/japa.rst b/audio/japa/japa.rst
index 045212608901..f7990f363187 100644
--- a/audio/japa/japa.rst
+++ b/audio/japa/japa.rst
@@ -1,8 +1,7 @@
.. RST source for japa(1) man page. Convert with:
.. rst2man.py japa.rst > japa.1
-.. rst2man.py comes from the SBo development/docutils package.
-.. |version| replace:: 0.9.2
+.. |version| replace:: 0.9.4
.. |date| date::
====