pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/ham/gnuradio-usrp Update gnuradio-usrp to 3.0.2:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/0eed4e88de2d
branches:  trunk
changeset: 521504:0eed4e88de2d
user:      wulf <wulf%pkgsrc.org@localhost>
date:      Mon Nov 13 18:12:41 2006 +0000

description:
Update gnuradio-usrp to 3.0.2:
gnuradio-usrp is now synchronized with the GNU Radio release cycle

diffstat:

 ham/gnuradio-usrp/Makefile         |  12 ++++++------
 ham/gnuradio-usrp/PLIST            |   5 ++++-
 ham/gnuradio-usrp/distinfo         |   9 +++++----
 ham/gnuradio-usrp/patches/patch-aa |  22 ++++++++++++++++++++++
 4 files changed, 37 insertions(+), 11 deletions(-)

diffs (82 lines):

diff -r 21d5dbbd381a -r 0eed4e88de2d ham/gnuradio-usrp/Makefile
--- a/ham/gnuradio-usrp/Makefile        Mon Nov 13 18:08:56 2006 +0000
+++ b/ham/gnuradio-usrp/Makefile        Mon Nov 13 18:12:41 2006 +0000
@@ -1,16 +1,16 @@
-# $NetBSD: Makefile,v 1.6 2006/04/27 03:14:19 wulf Exp $
+# $NetBSD: Makefile,v 1.7 2006/11/13 18:12:41 wulf Exp $
 
-VERSION=       0.8
-DISTNAME=      gr-usrp-${VERSION}
 PKGNAME=       gnuradio-usrp-${VERSION}
-WRKSRC=                ${WRKDIR}/${DISTNAME}
 COMMENT=       USRP bindings for GNU Radio
 
-PYTHON_PATCH_SCRIPTS+= src/flexrf_debug_gui.py
-PYTHON_PATCH_SCRIPTS+= src/tx_debug_gui.py
+PYTHON_PATCH_SCRIPTS+= gr-usrp/src/flexrf_debug_gui.py
+PYTHON_PATCH_SCRIPTS+= gr-usrp/src/qa_usrp.py
+PYTHON_PATCH_SCRIPTS+= gr-usrp/src/tx_debug_gui.py
 
 .include "../../meta-pkgs/gnuradio/Makefile.common"
 
+CONFIGURE_ARGS+=--enable-gr-usrp
+
 .include "../../ham/usrp/buildlink3.mk"
 .include "../../math/fftwf/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r 21d5dbbd381a -r 0eed4e88de2d ham/gnuradio-usrp/PLIST
--- a/ham/gnuradio-usrp/PLIST   Mon Nov 13 18:08:56 2006 +0000
+++ b/ham/gnuradio-usrp/PLIST   Mon Nov 13 18:12:41 2006 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.3 2006/04/27 03:14:19 wulf Exp $
+@comment $NetBSD: PLIST,v 1.4 2006/11/13 18:12:41 wulf Exp $
 include/gnuradio/swig/usrp1.i
 include/gnuradio/usrp1_sink_base.h
 include/gnuradio/usrp1_sink_c.h
@@ -40,3 +40,6 @@
 ${PYSITELIB}/gnuradio/usrp1.py
 ${PYSITELIB}/gnuradio/usrp1.pyc
 ${PYSITELIB}/gnuradio/usrp1.pyo
+${PYSITELIB}/gnuradio/usrp_multi.py
+${PYSITELIB}/gnuradio/usrp_multi.pyc
+${PYSITELIB}/gnuradio/usrp_multi.pyo
diff -r 21d5dbbd381a -r 0eed4e88de2d ham/gnuradio-usrp/distinfo
--- a/ham/gnuradio-usrp/distinfo        Mon Nov 13 18:08:56 2006 +0000
+++ b/ham/gnuradio-usrp/distinfo        Mon Nov 13 18:12:41 2006 +0000
@@ -1,5 +1,6 @@
-$NetBSD: distinfo,v 1.3 2006/04/27 03:14:19 wulf Exp $
+$NetBSD: distinfo,v 1.4 2006/11/13 18:12:41 wulf Exp $
 
-SHA1 (gr-usrp-0.8.tar.gz) = c2f7db727025711b5723debc122d47fb99eb4c05
-RMD160 (gr-usrp-0.8.tar.gz) = 752feb183a42e3c58eb9553ce5ba9d9050b977d6
-Size (gr-usrp-0.8.tar.gz) = 379824 bytes
+SHA1 (gnuradio-3.0.2.tar.gz) = 9d9a0e22c9e4fd9735f62c0145b9ceb61a33f9c2
+RMD160 (gnuradio-3.0.2.tar.gz) = 3ff771c2d13d680fb76d7ca82a6a11678c7069ae
+Size (gnuradio-3.0.2.tar.gz) = 3190212 bytes
+SHA1 (patch-aa) = 176268067dee80a8c29f6f0b24111543d231958f
diff -r 21d5dbbd381a -r 0eed4e88de2d ham/gnuradio-usrp/patches/patch-aa
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/ham/gnuradio-usrp/patches/patch-aa        Mon Nov 13 18:12:41 2006 +0000
@@ -0,0 +1,22 @@
+$NetBSD: patch-aa,v 1.1 2006/11/13 18:12:41 wulf Exp $
+
+--- configure.orig     2006-11-11 19:53:29.000000000 +1030
++++ configure  2006-11-11 19:54:31.000000000 +1030
+@@ -32113,17 +32113,6 @@
+ 
+ 
+     passed=yes
+-    # Don't do gr-usrp if usrp skipped
+-    # There *has* to be a better way to check if a value is in a string
+-    for dir in $skipped_dirs
+-    do
+-      if test x$dir = xusrp; then
+-          { echo "$as_me:$LINENO: result: Component gr-usrp requires usrp, which is not being built." >&5
+-echo "${ECHO_T}Component gr-usrp requires usrp, which is not being built." >&6; }
+-          passed=no
+-      fi
+-    done
+-
+ 
+     if test x$passed = xno; then
+         skipped_dirs="$skipped_dirs gr-usrp"



Home | Main Index | Thread Index | Old Index