diff options
-rw-r--r-- | .SRCINFO | 3 | ||||
-rw-r--r-- | PKGBUILD | 2 |
2 files changed, 3 insertions, 2 deletions
@@ -1,6 +1,6 @@ pkgbase = glrpt-git pkgdesc = Interactive GUI application for receiving, decoding and displaying LRPT images from the Russian Meteor-M type of weather satellites - pkgver = r49.ac14a9b + pkgver = r51.d29f449 pkgrel = 1 url = https://github.com/dvdesolve/glrpt arch = i686 @@ -14,6 +14,7 @@ pkgbase = glrpt-git depends = glib2 depends = soapysdr>=0.8.0 depends = libconfig + depends = libjpeg-turbo optdepends = soapyrtlsdr: RTL-SDR support optdepends = soapyairspy: Airspy support provides = glrpt @@ -7,7 +7,7 @@ pkgdesc="Interactive GUI application for receiving, decoding and displaying LRPT arch=(i686 x86_64) license=(GPL3) url="https://github.com/dvdesolve/glrpt" -depends=('gtk3>=3.22.0' glibc glib2 'soapysdr>=0.8.0' libconfig) +depends=('gtk3>=3.22.0' glibc glib2 'soapysdr>=0.8.0' libconfig libjpeg-turbo) makedepends=(git cmake make) optdepends=('soapyrtlsdr: RTL-SDR support' 'soapyairspy: Airspy support') |