summaryrefslogtreecommitdiffstats
path: root/audio
diff options
context:
space:
mode:
author Ralph Spitzner <rasp@spitzner.org>2023-06-01 22:48:20 +0100
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2023-06-03 10:38:21 +0700
commitd073e2a4b6dd579e5f623e30e1ef76fbfd27d582 (patch)
tree9f1c3dddb89266eb380a2a75603780f66b59ba3d /audio
parent1ddf409c5167d06516d459ccce1c655363652dd7 (diff)
downloadslackbuilds-d073e2a4b6dd579e5f623e30e1ef76fbfd27d582.tar.gz
slackbuilds-d073e2a4b6dd579e5f623e30e1ef76fbfd27d582.tar.xz
audio/JDSP4Linux: Updated for version 2.4.
Signed-off-by: bedlam <dave@slackbuilds.org> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'audio')
-rw-r--r--audio/JDSP4Linux/JDSP4Linux.SlackBuild4
-rw-r--r--audio/JDSP4Linux/JDSP4Linux.info6
-rw-r--r--audio/JDSP4Linux/README3
3 files changed, 8 insertions, 5 deletions
diff --git a/audio/JDSP4Linux/JDSP4Linux.SlackBuild b/audio/JDSP4Linux/JDSP4Linux.SlackBuild
index b87347b520..904cfc3bc1 100644
--- a/audio/JDSP4Linux/JDSP4Linux.SlackBuild
+++ b/audio/JDSP4Linux/JDSP4Linux.SlackBuild
@@ -87,7 +87,6 @@ if [ x"${PULSE}" == "x" ]; then
fi
make
-make install DESTDIR=$PKG
mkdir -p $PKG/usr/share/applications/
mkdir -p $PKG/usr/bin
@@ -107,6 +106,9 @@ Terminal=false
Type=Application
EOT
+mkdir -p $PKG/usr/share/pixmaps
+cat $CWD/icon.png > $PKG/usr/share/pixmaps/jamesdsp.png
+
# Don't ship .la files:
rm -f $PKG/{,usr/}lib${LIBDIRSUFFIX}/*.la
diff --git a/audio/JDSP4Linux/JDSP4Linux.info b/audio/JDSP4Linux/JDSP4Linux.info
index 7c9d5fa7ae..2999738343 100644
--- a/audio/JDSP4Linux/JDSP4Linux.info
+++ b/audio/JDSP4Linux/JDSP4Linux.info
@@ -1,8 +1,10 @@
PRGNAM="JDSP4Linux"
VERSION="2.4"
HOMEPAGE="https://github.com/Audio4Linux/JDSP4Linux"
-DOWNLOAD="https://github.com/raspo666/miscfiles/raw/main/JDSP4Linux-2.4.tar.xz"
-MD5SUM="edf0f054046cd660e3285a9cae3eb3ee"
+DOWNLOAD="https://github.com/raspo666/miscfiles/raw/main/JDSP4Linux-2.4.tar.xz \
+ https://raw.githubusercontent.com/Audio4Linux/JDSP4Linux/master/resources/icons/icon.png"
+MD5SUM="edf0f054046cd660e3285a9cae3eb3ee \
+ 154e3da7bd818a72a10958070f7b66e6"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""
diff --git a/audio/JDSP4Linux/README b/audio/JDSP4Linux/README
index 83a3a84c8b..07457f278c 100644
--- a/audio/JDSP4Linux/README
+++ b/audio/JDSP4Linux/README
@@ -1,4 +1,3 @@
Open-source sound effects for PipeWire and PulseAudio
to compile for pulseaudio use "PULSE=yes ./JDSP4Linux.SlackBuild"
-theres also an icon you can optionally download afterwards
-sudo wget -O /usr/share/pixmaps/jamesdsp.png https://raw.githubusercontent.com/Audio4Linux/JDSP4Linux/master/resources/icons/icon.png -q --show-progress
+