Skip to content

MrRimmer/JDSP4Linux-GUI

 
 

Repository files navigation

JDSP4Linux-GUI

Project moved to Audio4Linux/JDSP4Linux

User Interface for JDSP4Linux https://github.com/ThePBone/JDSP4Linux

This project is work-in-progress.

Installation

Arch

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

AUR version AUR version

Ubuntu (PPA)

Add PPA Repo

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

Install from PPA

sudo apt install jdsp4linux-gui

View PPA on GitHub

Portable/Manually

Install Dependencies

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

Build from sources

(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

Optional: Manual Install

Copy to /usr/local/bin
sudo cp jdsp-gui /usr/local/bin
sudo chmod 755 /usr/local/bin/jdsp-gui
Create Menu Entry
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
Download Icon
sudo wget -O /usr/share/pixmaps/jdsp-gui.png https://raw.githubusercontent.com/ThePBone/JDSP4Linux-GUI/master/icons/icon.png -q --show-progress

Screenshots

Screenshot Screenshot

Contributors

Other credits

About

User Interface for JamesDSP on Linux

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 98.3%
  • QMake 1.5%
  • C 0.2%