audio/JDSP4Linux: Updated for version 2.4.

Signed-off-by: bedlam <dave@slackbuilds.org>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Ralph Spitzner 2023-06-01 22:48:20 +01:00 committed by Willy Sudiarto Raharjo
parent 1ddf409c51
commit d073e2a4b6
No known key found for this signature in database
GPG key ID: 3F617144D7238786
3 changed files with 8 additions and 5 deletions

View file

@ -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

View file

@ -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=""

View file

@ -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