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

Kyle Keen kkeen at archlinux.org
Sun Mar 15 15:57:56 UTC 2015


    Date: Sunday, March 15, 2015 @ 16:57:56
  Author: kkeen
Revision: 129298

upgpkg: gnuradio 3.7.6.1-2

Modified:
  gnuradio/trunk/PKGBUILD

----------+
 PKGBUILD |   24 ++++++++----------------
 1 file changed, 8 insertions(+), 16 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-03-15 15:02:39 UTC (rev 129297)
+++ PKGBUILD	2015-03-15 15:57:56 UTC (rev 129298)
@@ -5,31 +5,21 @@
 pkgbase=gnuradio
 pkgname=(gnuradio gnuradio-companion)
 pkgver=3.7.6.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' 'gsl' 'blas' 'guile' 'boost-libs>=1.53' 'libusbx' 'portaudio' 'libuhd' 'zeromq')
-makedepends=('boost' 'cmake' 'python2-lxml' 'pygtk' 'wxpython' 'python2-cheetah' 'glu' 'swig' )
+makedepends=('boost' 'cmake' 'python2-lxml' 'python2-cheetah' 'glu' 'swig'
+    'pygtk' 'wxpython' 'python2-pyqwt' 'qwtplot3d')
 install=gnuradio.install
 
-# gr-qtgui todo
-# bring pyqwt in from AUR
-# update optdepends
-#            'qwtplot3d: gr-qtgui'
-#            'pyqwt: gr-qtgui'
-# update makedepends
-#            'qwtplot3d'
-# http://gnuradio.org/doc/doxygen/page_qtgui.html
-
-# gr-video-sdl ?
-
 # todo
 # split the gui components?
 # build doxygen docs?
+# gr-video-sdl ?
 # icons
-# gnuradio-osmosdr is not an optdep
 
 # comedilib: gr-comedi
 # zeroc-ice: gr-ctrlport
@@ -58,6 +48,7 @@
     -DPYTHON_LIBRARY=$(echo /usr/lib/libpython2.*.so) \
     -DENABLE_GRC=ON \
     -DENABLE_GR_WXGUI=ON \
+    -DENABLE_GR_QTGUI=ON \
     -DCMAKE_INSTALL_PREFIX=/usr -Wno-dev ../
   make
 }
@@ -92,12 +83,13 @@
 
 package_gnuradio-companion() {
   pkgdesc="GUI frontend for gnuradio and SDR."
-  depends=('gnuradio' 'python2-cheetah' 'python2-lxml' 'pygtk' 'wxpython' 'python2-opengl')
+  depends=('gnuradio' 'python2-cheetah' 'python2-lxml'
+      'pygtk' 'wxpython' 'python2-opengl' 'python2-pyqwt' 'qwtplot3d')
   optdepends=()
   conflicts=()
   install="gnuradio-companion.install"
   # Yup, nothing in the package except dependencies,
-  # because five optdeps is too many for most people.
+  # because more than five optdeps is too many for most people.
 }
 
 # options for armv6:



More information about the arch-commits mailing list