summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorOlivier Le Moal2023-06-26 15:27:13 +0200
committerOlivier Le Moal2023-06-26 15:27:13 +0200
commitf8aa570a2daa9b790f55165d7638aff29a5ecec3 (patch)
tree3b8021321da23e2a52f6427dd3646461291fca2c /PKGBUILD
parent2e07876b8a7a7226aeda3e3a11134dc4eca24f86 (diff)
downloadaur-f8aa570a2daa9b790f55165d7638aff29a5ecec3.tar.gz
Add missing optional dependencies for plugins
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 3 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b00556b718d2..4fd37f4bb000 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=sdrangel-bin
pkgver=7.15.0
_subver=2135
-pkgrel=1
+pkgrel=2
conflicts=(sdrangel-git)
pkgdesc='Qt5/OpenGL SDR and signal analyzer frontend.'
url="https://github.com/f4exb/sdrangel"
@@ -14,9 +14,11 @@ depends=('fftw' 'ffmpeg4.4' 'pulseaudio' 'lz4'
'qt5-base' 'qt5-multimedia' 'qt5-websockets' 'qt5-location' 'qt5-speech' 'qt5-graphicaleffects' 'qt5-charts')
optdepends=('mbelib: Required for Digital Speech Decoder (DSD) demodulator'
'dsdcc: Required for Digital Speech Decoder (DSD) demodulator'
+ 'codec2: Required for M17 and FreeDV mod/demod'
'opencv: Required for ATV demodulator'
'qt5-webengine: Required for map features'
'qt5-serialport: Required for GS-232 controller'
+ 'qt5-gamepad: Required for GS-232 controller'
'hackrf: HackRF support'
'libuhd: USRP support'
'airspy: Airspy support'