Project moved to Audio4Linux/JDSP4Linux
User Interface for JDSP4Linux https://github.com/ThePBone/JDSP4Linux
- Telegram: @ThePBone
- Releases
This project is work-in-progress.
On Arch you can install the AUR package by yochananmarqos:
yay -S jdsp4linux-gui-git
Or this one to get the latest stable release:
yay -S jdsp4linux-gui
curl -s --compressed "https://thepbone.github.io/PPA-Repository/KEY.gpg" | sudo apt-key add -
sudo curl -s --compressed -o /etc/apt/sources.list.d/thepbone_ppa.list "https://thepbone.github.io/PPA-Repository/thepbone_ppa.list"
sudo apt update
sudo apt install jdsp4linux-gui
You will need to change this line, depending on which package manager your distribution uses.
sudo apt install qt5-qmake qtbase5-dev qtmultimedia5-dev libqt5widgets5 libqt5gui5 libqt5core5a libqt5multimedia5 libqt5xml5 libgl1-mesa-dev git
(You can find precompiled binaries here)
Clone this repository
git clone https://github.com/ThePBone/JDSP4Linux-GUI
Compile sources
cd JDSP4Linux-GUI
qmake
make
./jdsp-gui
sudo cp jdsp-gui /usr/local/bin
sudo chmod 755 /usr/local/bin/jdsp-gui
sudo cat <<EOT >> /usr/share/applications/jdsp-gui.desktop
[Desktop Entry]
Name=JDSP4Linux
GenericName=Equalizer
Comment=User Interface for JDSP4Linux
Keywords=equalizer
Categories=AudioVideo;Audio;
Exec=jdsp-gui
Icon=/usr/share/pixmaps/jdsp-gui.png
StartupNotify=false
Terminal=false
Type=Application
EOT
sudo wget -O /usr/share/pixmaps/jdsp-gui.png https://raw.githubusercontent.com/ThePBone/JDSP4Linux-GUI/master/icons/icon.png -q --show-progress