diff options
Diffstat (limited to 'community/gnuradio/PKGBUILD')
-rw-r--r-- | community/gnuradio/PKGBUILD | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/community/gnuradio/PKGBUILD b/community/gnuradio/PKGBUILD index 32dcfb539..4a8602e0b 100644 --- a/community/gnuradio/PKGBUILD +++ b/community/gnuradio/PKGBUILD @@ -1,16 +1,16 @@ -# $Id: PKGBUILD 102721 2013-12-17 19:43:24Z kkeen $ +# $Id: PKGBUILD 106243 2014-02-25 20:49:30Z kkeen $ # Maintainer: Kyle Keen <keenerd@gmail.com> # Contributor: Dominik Heidler <dheidler@gmail.com> # Contributor: Jonatan Sastre <jsastreh [ at ] hotmail.com> pkgname=gnuradio pkgver=3.7.2.1 -pkgrel=1 +pkgrel=2 pkgdesc="General purpose DSP and SDR toolkit. With drivers for usrp and fcd." arch=('i686' 'x86_64') url="http://gnuradio.org" license=('GPL') depends=('fftw' 'python2-numpy' 'cppunit' 'swig' 'gsl' 'blas' 'guile' 'boost-libs>=1.53' 'libusbx' 'portaudio' 'libuhd') -makedepends=('boost' 'cmake' 'python2-lxml' 'pygtk' 'wxpython' 'python2-cheetah') +makedepends=('boost' 'cmake' 'python2-lxml' 'pygtk' 'wxpython' 'python2-cheetah' 'glu') optdepends=('python2-cheetah: gnuradio-companion' 'python2-lxml: gnuradio-companion' 'pygtk: gnuradio-companion' @@ -29,6 +29,7 @@ install=gnuradio.install # 'qwtplot3d' # todo +# fix FS#38293 # add gr-osmosdr-git to optdepends # split the gui components? # build doxygen docs? @@ -58,6 +59,7 @@ build() { -DPYTHON_INCLUDE_DIR=$(echo /usr/include/python2*) \ -DPYTHON_LIBRARY=$(echo /usr/lib/libpython2.*.so) \ -DENABLE_GRC=ON \ + -DENABLE_GR_WXGUI=ON \ -DCMAKE_INSTALL_PREFIX=/usr -Wno-dev ../ make } |