summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMikaela Szekely2019-11-16 13:08:54 -0800
committerMikaela Szekely2019-11-16 13:08:54 -0800
commit867cd9ff4d2c169186eaace0144422f5fd93e772 (patch)
treece2a5b931f1f69454d52199d5645314927f19bb5
parent6a55cb073ea66f7303c6080d06a440f2fd1a0a96 (diff)
downloadaur-867cd9ff4d2c169186eaace0144422f5fd93e772.tar.gz
Add makedepends
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 532fe184a195..f000a84cd98f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,14 @@
# Maintainer: Mikaela Szekely <mikaela.szekely@qyriad.me>
pkgname=gr-fosphor
pkgver=3.8
-pkgrel=2
+pkgrel=3
pkgdesc='GNU Radio block for RTSA-like spectrum visualization; repackaged from Ubuntu'
arch=('x86_64')
url="http://sdr.osmocom.org/trac/wiki/fosphor"
license=('GPL')
groups=('')
depends=('boost' 'gnuradio>=3.8.0.0' 'hicolor-icon-theme' 'log4cpp' 'python>=3.7.0' 'qt5-base>=5.12.2' 'opencl-driver')
+makedepends=('boost' 'opencl-icd' 'opencl-header' 'cmake')
options=('!strip' '!emptydirs')
install=${pkgname}.install
source=(debian.tar.xz::"https://launchpad.net/ubuntu/+archive/primary/+sourcefiles/gr-fosphor/3.8~1.278b66e-2/gr-fosphor_3.8~1.278b66e-2.debian.tar.xz" gr-fosphor.tar.xz::"https://launchpad.net/ubuntu/+archive/primary/+sourcefiles/gr-fosphor/3.8~1.278b66e-2/gr-fosphor_3.8~1.278b66e.orig.tar.xz" "cmake_swig.patch" "cmake_python.patch")