diff options
author | Panagiotis Nikolaou <hostmaster@slackonly.com> | 2015-01-17 07:43:48 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-01-17 07:43:48 +0700 |
commit | 122929f977902216e624d6886655e771fe87ec75 (patch) | |
tree | cb1acbc19ef32f19a32444f173962d80e2b2ade6 /development/gnuradio | |
parent | 1213e27b16fde721e24969f5f24b3b3f5a427331 (diff) |
development/gnuradio: Updated for version 3.7.5.1 + new maintainer.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/gnuradio')
-rw-r--r-- | development/gnuradio/README | 9 | ||||
-rw-r--r-- | development/gnuradio/gnuradio.SlackBuild | 7 | ||||
-rw-r--r-- | development/gnuradio/gnuradio.info | 10 |
3 files changed, 15 insertions, 11 deletions
diff --git a/development/gnuradio/README b/development/gnuradio/README index 9ac01a083a4e..b877dae7cc57 100644 --- a/development/gnuradio/README +++ b/development/gnuradio/README @@ -6,5 +6,10 @@ simulation-like environment. It is widely used in hobbyist, academic and commercial environments to support both wireless communications research and real-world radio systems. -uhd, cppunit, gsl, lxml, numpy, orc, qwt, wxPython and Sphinx -(this last to generate additional docs) are optional dependencies. +If you want to enable gnuradio-companion (GNU Radio Companion *GRC* +is a graphical tool for creating signal flow graphs and generating +flow-graph source code), you must install at least: +lxml and numpy and then qwt for qtgui or wxPython for wxgui. + +Optional dependencies: uhd, cppunit, gsl, orc, jack-audio-connection-kit, portaudio, +SDL2, and Sphinx (the last is to generate additional docs). diff --git a/development/gnuradio/gnuradio.SlackBuild b/development/gnuradio/gnuradio.SlackBuild index 0051b276a30f..6dc7aafd4522 100644 --- a/development/gnuradio/gnuradio.SlackBuild +++ b/development/gnuradio/gnuradio.SlackBuild @@ -3,6 +3,7 @@ # Slackware build script for gnuradio # Copyright 2013 Georgi Kolev, Bulgaria +# Copyright 2015 Panagiotis Nikolaou, Karlovasi Samos, Gr # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -22,10 +23,8 @@ # OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -# Modified by the SlackBuilds.org project - PRGNAM=gnuradio -VERSION=${VERSION:-3.6.5.1} +VERSION=${VERSION:-3.7.5.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -93,7 +92,7 @@ find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | gr | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION -cp -a AUTHORS COPYING $PKG/usr/doc/$PRGNAM-$VERSION +cp -a COPYING README $PKG/usr/doc/$PRGNAM-$VERSION cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild mkdir -p $PKG/install diff --git a/development/gnuradio/gnuradio.info b/development/gnuradio/gnuradio.info index c52f1bc77ad0..8b04f2d7ec41 100644 --- a/development/gnuradio/gnuradio.info +++ b/development/gnuradio/gnuradio.info @@ -1,10 +1,10 @@ PRGNAM="gnuradio" -VERSION="3.6.5.1" +VERSION="3.7.5.1" HOMEPAGE="http://gnuradio.org" -DOWNLOAD="http://gnuradio.org/releases/gnuradio/gnuradio-3.6.5.1.tar.gz" -MD5SUM="a959b39720776a7af44a27c6820b16fa" +DOWNLOAD="http://gnuradio.org/releases/gnuradio/gnuradio-3.7.5.1.tar.gz" +MD5SUM="bfd2116b344a949aacc3d7e2eff07642" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="python-cheetah" -MAINTAINER="Georgi Kolev" -EMAIL="shadowx@escom.bg" +MAINTAINER="Panagiotis Nikolaou" +EMAIL="hostmaster@slackonly.com" |