summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorOlivier Le Moal2021-12-26 14:20:15 +0100
committerOlivier Le Moal2021-12-26 14:20:15 +0100
commit486864b9c9fc619067daa2f2241d49af7c7945ba (patch)
treea77e5d5b846b164f2cff76fa09b2a6533efbe9cd
parent19b1ad62e87fce07a0dd667ae37131d5e2dec987 (diff)
downloadaur-486864b9c9fc619067daa2f2241d49af7c7945ba.tar.gz
Add missing dependency for ADS-B plugin
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 925bbc6c5831..680140168e83 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = sdrangel-bin
pkgdesc = Qt5/OpenGL SDR and signal analyzer frontend.
pkgver = 6.17.5
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/f4exb/sdrangel
arch = x86_64
license = GPL3
@@ -14,6 +14,7 @@ pkgbase = sdrangel-bin
depends = qt5-websockets
depends = qt5-location
depends = qt5-speech
+ depends = qt5-graphicaleffects
optdepends = mbelib: Required for Digital Speech Decoder (DSD) demodulator
optdepends = opencv: Required for ATV demodulator
optdepends = qt5-serialport: Required for GS-232 controller
diff --git a/PKGBUILD b/PKGBUILD
index 497f6e6f5967..2d6ef418f19c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=sdrangel-bin
pkgver=6.17.5
_subver=1214
-pkgrel=2
+pkgrel=3
conflicts=(sdrangel-git)
pkgdesc='Qt5/OpenGL SDR and signal analyzer frontend.'
url="https://github.com/f4exb/sdrangel"
@@ -11,7 +11,7 @@ arch=('x86_64')
license=('GPL3')
depends=('fftw' 'ffmpeg' 'pulseaudio' 'lz4'
- 'qt5-base' 'qt5-multimedia' 'qt5-websockets' 'qt5-location' 'qt5-speech')
+ 'qt5-base' 'qt5-multimedia' 'qt5-websockets' 'qt5-location' 'qt5-speech' 'qt5-graphicaleffects')
optdepends=('mbelib: Required for Digital Speech Decoder (DSD) demodulator'
'opencv: Required for ATV demodulator'
'qt5-serialport: Required for GS-232 controller')