[arch-commits] Commit in gnuradio/trunk (PKGBUILD)

Kyle Keen kkeen at nymeria.archlinux.org
Tue Feb 25 20:48:37 UTC 2014


    Date: Tuesday, February 25, 2014 @ 21:48:37
  Author: kkeen
Revision: 106242

upgpkg: gnuradio 3.7.2.1-2

Modified:
  gnuradio/trunk/PKGBUILD

----------+
 PKGBUILD |    6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-02-25 20:21:46 UTC (rev 106241)
+++ PKGBUILD	2014-02-25 20:48:37 UTC (rev 106242)
@@ -4,13 +4,13 @@
 # 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 @@
 #            'qwtplot3d'
 
 # todo
+# fix FS#38293
 # add gr-osmosdr-git to optdepends
 # split the gui components?
 # build doxygen docs?
@@ -58,6 +59,7 @@
 		-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
 }




More information about the arch-commits mailing list