|
1 | 1 | # Viper4Linux-GUI |
2 | 2 | [](https://travis-ci.org/ThePBone/Viper4Linux-GUI)   |
3 | 3 |
|
4 | | -Official UI for Viper4Linux2 [https://github.com/Audio4Linux/Viper4Linux](https://github.com/Audio4Linux/Viper4Linux) |
| 4 | +Official UI for Viper4Linux [https://github.com/Audio4Linux/Viper4Linux](https://github.com/Audio4Linux/Viper4Linux) |
5 | 5 | * Telegram: @ThePBone |
| 6 | +* Supports both Viper4Linux2 and legacy Viper4Linux |
6 | 7 |
|
7 | | -#### This repo contains the GUI for a newer Viper4Linux version. Please use [Viper4Linux-GUI Legacy](https://github.com/ThePBone/Viper4Linux-GUI) for now, unless you use Arch Linux or you know what you're doing. |
| 8 | +## Installation |
| 9 | + |
| 10 | +* [Arch](#arch) |
| 11 | +* [Ubuntu PPA](#ubuntu-ppa) |
| 12 | +* [Debian](#debian) |
| 13 | +* [Build from sources](#build-from-sources) |
8 | 14 |
|
9 | 15 | ### Arch |
10 | 16 |
|
11 | 17 | On Arch you can use the [AUR package](https://aur.archlinux.org/packages/viper4linux-gui-git/) (using git) provided by yochananmarqos: |
12 | 18 | ```bash |
13 | 19 | yay -S viper4linux-gui-git |
14 | 20 | ``` |
15 | | - |
| 21 | + |
| 22 | +Or [this one](https://aur.archlinux.org/packages/viper4linux-gui) to get the latest stable release: |
| 23 | +```bash |
| 24 | +yay -S viper4linux-gui |
| 25 | +``` |
| 26 | + |
| 27 | +  |
| 28 | + |
| 29 | +### Ubuntu (PPA) |
| 30 | + |
| 31 | +Add my PPA repository if you haven't already: |
| 32 | +```bash |
| 33 | +curl -s --compressed "https://thepbone.github.io/PPA-Repository/KEY.gpg" | sudo apt-key add - |
| 34 | +sudo curl -s --compressed -o /etc/apt/sources.list.d/thepbone_ppa.list "https://thepbone.github.io/PPA-Repository/thepbone_ppa.list" |
| 35 | +sudo apt update |
| 36 | +``` |
| 37 | +And install the app: |
| 38 | +```bash |
| 39 | +sudo apt install viper4linux-gui |
| 40 | +``` |
| 41 | +[View PPA on GitHub](https://github.com/ThePBone/PPA-Repository) |
| 42 | + |
| 43 | +### Debian |
| 44 | +You can find DEB packages [here](https://github.com/Audio4Linux/Viper4Linux-GUI/releases). |
| 45 | +```bash |
| 46 | +sudo dpkg -i <..deb-filename..> |
| 47 | +``` |
16 | 48 |
|
17 | 49 | ### Build from sources |
18 | 50 | This GUI requires the following dependencies: |
19 | | -* Required Qt version: Qt 5.9 or higher |
| 51 | +* Required Qt version: Qt 5.9.5 or higher |
20 | 52 | * Required Qt modules: core, gui, xml, dbus, network, svg and multimedia |
21 | 53 |
|
22 | 54 | Dependencies for Debian-based distros: |
@@ -70,7 +102,8 @@ sudo wget -O /usr/share/pixmaps/viper-gui.png https://raw.githubusercontent.com/ |
70 | 102 |
|
71 | 103 | ## Credits |
72 | 104 | * [Material Icons](https://material.io/tools/icons/) |
73 | | -* [QSS Stylesheets - GTRONICK (modified by @ThePBone)](https://github.com/GTRONICK/QSS) |
74 | | -* [Viper4Linux - noahbliss](https://github.com/noahbliss/Viper4Linux) |
| 105 | +* [QSS Stylesheets by GTRONICK (modified by @ThePBone)](https://github.com/GTRONICK/QSS) |
| 106 | +* [Viper4Linux by noahbliss](https://github.com/noahbliss) |
| 107 | + |
75 | 108 | ### Packages |
76 | | -* [yochananmarqos - AUR packages](https://github.com/yochananmarqos) |
| 109 | +* AUR packages managed by [yochananmarqos](https://github.com/yochananmarqos) |
0 commit comments