pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/ham Update gnuradio-* from 3.7.5.1 to 3.7.5.2



details:   https://anonhg.NetBSD.org/pkgsrc/rev/abe616c76de9
branches:  trunk
changeset: 645169:abe616c76de9
user:      mef <mef%pkgsrc.org@localhost>
date:      Sat Jan 24 12:22:05 2015 +0000

description:
Update gnuradio-* from 3.7.5.1 to 3.7.5.2
-----------------------------------------
GNU Radio releases 3.7.6 and 3.7.5.2 are available for download:

   ( several tens of lines omitted for URL and List of contributors)

Release 3.7.5.2 is a bug-fix only maintenance patch following 3.7.5.1,
and will be the last one for the 3.7.5 release.  Release 3.7.6
incorporates all these fixes and adds significant new features.

diffstat:

 ham/gnuradio-core/Makefile.version |  4 ++--
 ham/gnuradio-core/distinfo         |  8 ++++----
 ham/gnuradio-digital/Makefile      |  5 ++++-
 ham/gnuradio-digital/PLIST         |  3 ++-
 ham/gnuradio-zeromq/Makefile       |  4 +---
 5 files changed, 13 insertions(+), 11 deletions(-)

diffs (78 lines):

diff -r 942a6a9f1730 -r abe616c76de9 ham/gnuradio-core/Makefile.version
--- a/ham/gnuradio-core/Makefile.version        Sat Jan 24 11:16:40 2015 +0000
+++ b/ham/gnuradio-core/Makefile.version        Sat Jan 24 12:22:05 2015 +0000
@@ -1,3 +1,3 @@
-# $NetBSD: Makefile.version,v 1.3 2015/01/16 12:54:52 mef Exp $
+# $NetBSD: Makefile.version,v 1.4 2015/01/24 12:22:05 mef Exp $
 
-VERSION=        3.7.5.1
+VERSION=        3.7.5.2
diff -r 942a6a9f1730 -r abe616c76de9 ham/gnuradio-core/distinfo
--- a/ham/gnuradio-core/distinfo        Sat Jan 24 11:16:40 2015 +0000
+++ b/ham/gnuradio-core/distinfo        Sat Jan 24 12:22:05 2015 +0000
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.18 2015/01/16 12:54:52 mef Exp $
+$NetBSD: distinfo,v 1.19 2015/01/24 12:22:05 mef Exp $
 
-SHA1 (gnuradio-3.7.5.1.tar.gz) = ccb66c462aff098bcdace60e52aad64439177b48
-RMD160 (gnuradio-3.7.5.1.tar.gz) = 39c8146d4c12c265c8e13bebd759cb0fb2164f3a
-Size (gnuradio-3.7.5.1.tar.gz) = 3542942 bytes
+SHA1 (gnuradio-3.7.5.2.tar.gz) = 9cbd04c0cf205e51bbed47c09ee0cb4861d1f885
+RMD160 (gnuradio-3.7.5.2.tar.gz) = ffff01d148b73ca498ea786a3d9f95996c53cb32
+Size (gnuradio-3.7.5.2.tar.gz) = 3550717 bytes
 SHA1 (patch-gnuradio_runtime_include_gnuradio_high__res__timer__h) = 59ad8192e7ac76b2ce35cda68c378bc2abad20a5
 SHA1 (patch-gnuradio_runtime_lib_thread_thread_cc) = c05628aa88ac968928f9eabd8c56d4527e258767
 SHA1 (patch-gr-audio_lib_CMakeLists.txt) = 00ff8c14658acd2d1dc8be18ea6a19ace8d12968
diff -r 942a6a9f1730 -r abe616c76de9 ham/gnuradio-digital/Makefile
--- a/ham/gnuradio-digital/Makefile     Sat Jan 24 11:16:40 2015 +0000
+++ b/ham/gnuradio-digital/Makefile     Sat Jan 24 12:22:05 2015 +0000
@@ -1,10 +1,13 @@
-# $NetBSD: Makefile,v 1.1 2014/10/13 12:51:09 mef Exp $
+# $NetBSD: Makefile,v 1.2 2015/01/24 12:22:05 mef Exp $
 
 PKGNAME=       gnuradio-digital-${VERSION}
 COMMENT=       Digital related algorithms for GNU Radio
 
 .include       "../../ham/gnuradio-core/Makefile.common"
 .include       "../../ham/gnuradio-core/Nocore.mk"
+# link to libgnuradio-fft.so.${PKGVERSON_NOREV}
+.include       "../../ham/gnuradio-core/buildlink3.mk"
+
 
 CMAKE_ARGS+=   -DENABLE_DEFAULT=False
 CMAKE_ARGS+=   -DENABLE_GR_DIGITAL=True
diff -r 942a6a9f1730 -r abe616c76de9 ham/gnuradio-digital/PLIST
--- a/ham/gnuradio-digital/PLIST        Sat Jan 24 11:16:40 2015 +0000
+++ b/ham/gnuradio-digital/PLIST        Sat Jan 24 12:22:05 2015 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.3 2014/10/28 16:59:33 mef Exp $
+@comment $NetBSD: PLIST,v 1.4 2015/01/24 12:22:05 mef Exp $
 include/gnuradio/digital/additive_scrambler_bb.h
 include/gnuradio/digital/api.h
 include/gnuradio/digital/binary_slicer_fb.h
@@ -180,6 +180,7 @@
 ${PYSITELIB}/gnuradio/digital/utils/tagged_streams.pyo
 share/doc/gnuradio-${PKGVERSION}/README.digital
 share/gnuradio/examples/digital/demod/ber_simulation.grc
+share/gnuradio/examples/digital/demod/constellation_soft_decoder.grc
 share/gnuradio/examples/digital/demod/digital_freq_lock.grc
 share/gnuradio/examples/digital/demod/dpsk_loopback.grc
 share/gnuradio/examples/digital/demod/gfsk_loopback.grc
diff -r 942a6a9f1730 -r abe616c76de9 ham/gnuradio-zeromq/Makefile
--- a/ham/gnuradio-zeromq/Makefile      Sat Jan 24 11:16:40 2015 +0000
+++ b/ham/gnuradio-zeromq/Makefile      Sat Jan 24 12:22:05 2015 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2015/01/16 12:56:41 mef Exp $
+# $NetBSD: Makefile,v 1.4 2015/01/24 12:22:05 mef Exp $
 
 PKGNAME=       gnuradio-zeromq-${VERSION}
 COMMENT=       All of the zeromq blocks, utilities, and examples
@@ -18,8 +18,6 @@
 CMAKE_ARGS+=   -DENABLE_GR_ZEROMQ=True
 CMAKE_ARGS+=   -DZEROMQ_INCLUDE_DIRS=${PREFIX}/include
 
-#.include "../../ham/mk/git-package.mk"
-
 post-patch:
        ${CP}   ${PKGDIR}/files/zmq.hpp ${WRKSRC}/gr-zeromq/include/
 



Home | Main Index | Thread Index | Old Index