Skip to content

Commit f450cce

Browse files
committed
Merge branch 'master' of github.com:Audio4Linux/JDSP4Linux
2 parents 377333c + fbcfa60 commit f450cce

File tree

3 files changed

+11
-5
lines changed

3 files changed

+11
-5
lines changed

.github/workflows/package-deb.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,11 +51,11 @@ jobs:
5151
- name: Setup APT
5252
run: echo 'APT::Acquire::Retries "4";' > /etc/apt/apt.conf.d/80-retries
5353

54-
- name: Update git
54+
- name: Run APT updates
5555
run: |
5656
apt update
5757
apt upgrade -y git
58-
58+
5959
- uses: actions/checkout@v2
6060
with:
6161
ref: 'master'

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,9 +129,15 @@ If you don't know which version fits your Linux setup, go to the [PipeWire vs Pu
129129

130130
### Debian/Ubuntu
131131

132-
Minimum system requirements:
132+
##### Minimum system requirements:
133+
134+
**Pulseaudio version**
133135
* Distro based on Debian 11 or later **OR**
134136
* Distro based on Ubuntu 20.04 or later
137+
138+
**Pipewire version**
139+
* Distro based on Debian 11 or later **OR**
140+
* Distro based on Ubuntu 21.04 or later
135141

136142
Add PPA Repo
137143
```bash

meta/build_deb_package.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ conflict=""
55
deps=""
66
if [ $2 = "pipewire" ]; then
77
conflict="jamesdsp-pulse"
8-
deps="libarchive13, qtbase5-dev (>= 5.12.8), libqt5svg5 (>= 5.12.8), libglibmm-2.4-1v5, libglib2.0-0, libpipewire-0.3-0"
8+
deps="libarchive13, qtbase5-dev (>= 5.12.8), libqt5svg5 (>= 5.12.8), libglibmm-2.4-1v5, libglib2.0-0, libpipewire-0.3-0 (>= 0.3.19-4)"
99
elif [ $2 = "pulse" ]; then
1010
conflict="jamesdsp-pipewire"
1111
deps="libarchive13, qtbase5-dev (>= 5.12.8), libqt5svg5 (>= 5.12.8), libglibmm-2.4-1v5, libglib2.0-0, libpulse-mainloop-glib0, libgstreamer1.0-0, gstreamer1.0-plugins-good"
@@ -48,7 +48,7 @@ Priority: optional
4848
Architecture: amd64
4949
Depends: $deps
5050
Conflicts: $conflict
51-
Maintainer: Tim Schneeberger (thepbone) <tim.schneeberger@gmail.com>
51+
Maintainer: Tim Schneeberger (thepbone) <tim.schneeberger@outlook.de>
5252
Description: JamesDSP for Linux
5353
Homepage: https://github.com/Audio4Linux/JDSP4Linux
5454
EOT

0 commit comments

Comments
 (0)