From 122929f977902216e624d6886655e771fe87ec75 Mon Sep 17 00:00:00 2001 From: Panagiotis Nikolaou Date: Sat, 17 Jan 2015 07:43:48 +0700 Subject: development/gnuradio: Updated for version 3.7.5.1 + new maintainer. Signed-off-by: Willy Sudiarto Raharjo --- development/gnuradio/README | 9 +++++++-- development/gnuradio/gnuradio.SlackBuild | 7 +++---- development/gnuradio/gnuradio.info | 10 +++++----- 3 files changed, 15 insertions(+), 11 deletions(-) diff --git a/development/gnuradio/README b/development/gnuradio/README index 9ac01a083a..b877dae7cc 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 0051b276a3..6dc7aafd45 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 c52f1bc77a..8b04f2d7ec 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" -- cgit v1.2.3-65-gdbad