Skip to content

Commit c320ee3

Browse files
authored
Update README.md
1 parent 9691df5 commit c320ee3

File tree

1 file changed

+36
-34
lines changed

1 file changed

+36
-34
lines changed

README.md

Lines changed: 36 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -108,43 +108,11 @@ Server Name: pulseaudio
108108

109109
If you don't know which version fits your Linux setup, go to the [PipeWire vs PulseAudio section](#which-one-am-i-using) above.
110110

111-
* [Debian/Ubuntu (PPA)](#debianubuntu)
112111
* [Arch Linux (AUR)](#arch)
113112
* [Fedora/openSUSE](#fedoraopensuse)
113+
* [Debian/Ubuntu (PPA)](#debianubuntu)
114114
* [Build from sources](#build-from-sources)
115115

116-
### Debian/Ubuntu
117-
118-
##### Minimum system requirements:
119-
120-
* Distro based on Debian 11 or later **OR**
121-
* Distro based on Ubuntu 21.10 or later
122-
123-
If you need to install this app on an older distro, you need to compile it manually with GCC 11.0 or later.
124-
125-
Add PPA Repo
126-
```bash
127-
sudo apt install -y curl
128-
# thepbone’s PPA Repository key
129-
curl -s --compressed "https://thepbone.github.io/PPA-Repository/KEY.gpg" -o thepbone_ppa.gpg
130-
131-
cat thepbone_ppa.gpg | sudo gpg --dearmour -o /etc/apt/trusted.gpg.d/thepbone_ppa.gpg
132-
echo "deb [arch=amd64 signed-by=/etc/apt/trusted.gpg.d/thepbone_ppa.gpg] https://thepbone.github.io/PPA-Repository ./" > /etc/apt/sources.list.d/thepbone_ppa.list
133-
sudo apt update
134-
```
135-
Install from PPA
136-
137-
For **PipeWire clients** only:
138-
```bash
139-
sudo apt install jamesdsp-pipewire
140-
```
141-
For **PulseAudio clients** only:
142-
```bash
143-
sudo apt install jamesdsp-pulse
144-
```
145-
[View PPA on GitHub](https://github.com/ThePBone/PPA-Repository)
146-
147-
148116
### Arch
149117
[AUR packages](https://aur.archlinux.org/packages/?O=0&K=jamesdsp) are available:
150118

@@ -190,6 +158,40 @@ yum copr enable arrobbins/JDSP4Linux && yum update && yum install jamesdsp
190158

191159
If you are still using PulseAudio with your Fedora/openSUSE installation, refer to the '[Build from sources](#build-from-sources)' section below instead.
192160

161+
### Debian/Ubuntu
162+
163+
> **Warning**: The PPA repo is unmaintained and deprecated. At th moment, it is still being auto-updated by an automated GitHub CI workflow. I'm working on setting up flatpak packages as a more stable and universal alternative.
164+
165+
##### Minimum system requirements:
166+
167+
* Distro based on Debian 11 or later **OR**
168+
* Distro based on Ubuntu 21.10 or later
169+
170+
If you need to install this app on an older distro, you need to compile it manually with GCC 11.0 or later.
171+
172+
Add PPA Repo
173+
```bash
174+
sudo apt install -y curl
175+
# thepbone’s PPA Repository key
176+
curl -s --compressed "https://thepbone.github.io/PPA-Repository/KEY.gpg" -o thepbone_ppa.gpg
177+
178+
cat thepbone_ppa.gpg | sudo gpg --dearmour -o /etc/apt/trusted.gpg.d/thepbone_ppa.gpg
179+
echo "deb [arch=amd64 signed-by=/etc/apt/trusted.gpg.d/thepbone_ppa.gpg] https://thepbone.github.io/PPA-Repository ./" > /etc/apt/sources.list.d/thepbone_ppa.list
180+
sudo apt update
181+
```
182+
Install from PPA
183+
184+
For **PipeWire clients** only:
185+
```bash
186+
sudo apt install jamesdsp-pipewire
187+
```
188+
For **PulseAudio clients** only:
189+
```bash
190+
sudo apt install jamesdsp-pulse
191+
```
192+
[View PPA on GitHub](https://github.com/ThePBone/PPA-Repository)
193+
194+
193195
### Build from sources
194196

195197
#### Install dependencies
@@ -304,7 +306,7 @@ sudo wget -O /usr/share/pixmaps/jamesdsp.png https://raw.githubusercontent.com/A
304306
```
305307
## Scripting & IPC APIs
306308

307-
Since 12th May 2023, this app supports IPC via D-Bus and is also configurable via a CLI. These new features are not yet included in a stable release.
309+
Since version 2.5.0, this app supports IPC via D-Bus and is also configurable via a CLI.
308310

309311
### Remote control via CLI
310312
You can list all supported commands using `jamesdsp --help`.

0 commit comments

Comments
 (0)