Skip to content

Commit afd3b95

Browse files
author
ThePBone
committed
Fix Ubuntu 18.04 compatibility
1 parent bbbc39b commit afd3b95

File tree

3 files changed

+2917
-384
lines changed

3 files changed

+2917
-384
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ This GUI requires the following dependencies:
5353

5454
Dependencies for Debian-based distros:
5555
```bash
56+
sudo apt install libgstreamer-plugins-base1.0-dev libgstreamer1.0-dev gstreamer-1.0 gstreamer1.0-plugins-bad libgstreamer-plugins-bad1.0-dev
5657
sudo apt install qtbase5-dev qtmultimedia5-dev libqt5svg5-dev
5758
sudo apt install libqt5core5a libqt5dbus5 libqt5gui5 libqt5multimedia5 libqt5svg5 libqt5xml5 libqt5network5
5859
```

deployment/build_deb_package.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ Version: $base_version-$TRAVIS_BUILD_NUMBER
3434
Section: sound
3535
Priority: optional
3636
Architecture: amd64
37-
Depends: libqt5multimedia5 (>= 5.9.5), libqt5xml5 (>= 5.9.5), libqt5svg5 (>= 5.9.5), qtbase5-dev (>= 5.9.5), libqt5core5a (>= 5.9.5), libqt5widgets5 (>= 5.9.5), libqt5gui5 (>= 5.9.5), libqt5core5a (>= 5.9.5), libgl1-mesa-dev
37+
Depends: libqt5multimedia5 (>= 5.9.5), libqt5xml5 (>= 5.9.5), libqt5svg5 (>= 5.9.5), qtbase5-dev (>= 5.9.5), libqt5core5a (>= 5.9.5), libqt5widgets5 (>= 5.9.5), libqt5gui5 (>= 5.9.5), libqt5core5a (>= 5.9.5), libgl1-mesa-dev, libgstreamer-plugins-base1.0-dev, libgstreamer1.0-dev, gstreamer-1.0, gstreamer1.0-plugins-bad, libgstreamer-plugins-bad1.0-dev
3838
Maintainer: ThePBone <tim.schneeberger@gmail.com>
3939
Description: Official UI for Viper4Linux
4040
Homepage: https://github.com/Audio4Linux/Viper4Linux-GUI

0 commit comments

Comments
 (0)