diff options
author | Nicolás Reynolds <fauno@endefensadelsl.org> | 2014-02-26 03:35:58 +0000 |
---|---|---|
committer | Nicolás Reynolds <fauno@endefensadelsl.org> | 2014-02-26 03:35:58 +0000 |
commit | 3f23b6bf0b09b0edd47e2c763b3be136bc2fe274 (patch) | |
tree | 3be88fe725fc529471a0a3ca5af4b509e2ff88b1 /community/gnuradio/PKGBUILD | |
parent | 58e4d57ed9a8604dff646ccdfee54f9019ca5d13 (diff) |
Wed Feb 26 03:32:51 UTC 2014
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 } |