pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/ham/gnuradio-core Update 3.7.5 to 3.7.5.1



details:   https://anonhg.NetBSD.org/pkgsrc/rev/cc5527dd8d49
branches:  trunk
changeset: 644709:cc5527dd8d49
user:      mef <mef%pkgsrc.org@localhost>
date:      Fri Jan 16 12:54:52 2015 +0000

description:
Update 3.7.5 to 3.7.5.1
-----------------------
2014-10-21 GnuRadio 3.7.5.1 is available
  http://gnuradio.org/redmine/projects/gnuradio/wiki/ChangeLogV3_7_5_1

audio: Fixes string format bug in ALSA error messages.
blocks: Added callback to vector source GRC bindings
blocks: benchmark scripts using wrong includes.
blocks: convert asserts to throwing runtime errors in keep_m_in_n ctor.
blocks: fixed relative rate in keep_m_in_n. It's m-in-n, not n-in-m.
blocks: fixed up keem_m_in_n to handle relative rate and correct number of items in calls to work.
blocks: removed use of 'and', 'or', and 'not' for &&, ||, and !.
cmake: Additional search path for QWT include files.
cmake: OSS is not for APPLE or WINDOWS.
cmake: Use APPLE, not matching Darwin
cmake: modtool: On Apple only, set install name and use rpath correctly.
cmake: modtool: allow the use of a MODULES_DIR to specify where cmake modules are installed.
cmake: modtool: make sure our local CMake Modules path comes first.
cmake: modtool: update copyright date.
digital: adapt clock recovery QA
digital: applying same fix of the complex M&M clock recovery block as the float vrsion.
digital: clock recovery delete unused variables
digital: clock recovery fix relative limit
digital: clock recovery more verbose documentation
docs: Make explicit we only support Qt4
dtv: fix internal GR component dependencies
fec: qa: fix use of Bool type to be actual boolean Python values
fec: removed ber_tools; unnecessary and not exported. Replaced compber with call to VOLK's popcount.
filter: Fixes setting sample delay declaration for PFB synthesizer in GRC.
filter: Fixes setting sample delay declaration for the PFB channelizer and in GRC.
grc: disable port type caching on init
grc: fix lagging drag and drop
grc: fix missing xterm (Bug #725)
grc: fix search entry box for old PyGTK versions
grc: no icon in search entry box for old PyGTK versions
grc: update all flowgraphs when hiding port labels
grc: yet another py26 incompatibility
qtgui: fixed an issue with the number sink mistreating non-float inputs.
qtgui: increased max tabs from 5 to 20 in tab widget
runtime: fix installation location of the gr_log_default.conf log configuration file.
uhd: removed use of 'and', 'or', and 'not' for &&, ||, and !.

diffstat:

 ham/gnuradio-core/Makefile         |  3 +--
 ham/gnuradio-core/Makefile.version |  4 ++--
 ham/gnuradio-core/distinfo         |  8 ++++----
 3 files changed, 7 insertions(+), 8 deletions(-)

diffs (37 lines):

diff -r 9a50b5ef2ac9 -r cc5527dd8d49 ham/gnuradio-core/Makefile
--- a/ham/gnuradio-core/Makefile        Fri Jan 16 12:15:39 2015 +0000
+++ b/ham/gnuradio-core/Makefile        Fri Jan 16 12:54:52 2015 +0000
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.44 2014/11/07 19:39:35 adam Exp $
+# $NetBSD: Makefile,v 1.45 2015/01/16 12:54:52 mef Exp $
 
 PKGNAME=       gnuradio-core-${VERSION}
-PKGREVISION=   2
 COMMENT=       Core part of GNU Radio, all others need this
 
 PLIST_MINUS=   # empty
diff -r 9a50b5ef2ac9 -r cc5527dd8d49 ham/gnuradio-core/Makefile.version
--- a/ham/gnuradio-core/Makefile.version        Fri Jan 16 12:15:39 2015 +0000
+++ b/ham/gnuradio-core/Makefile.version        Fri Jan 16 12:54:52 2015 +0000
@@ -1,3 +1,3 @@
-# $NetBSD: Makefile.version,v 1.2 2014/10/17 09:51:56 mef Exp $
+# $NetBSD: Makefile.version,v 1.3 2015/01/16 12:54:52 mef Exp $
 
-VERSION=        3.7.5
+VERSION=        3.7.5.1
diff -r 9a50b5ef2ac9 -r cc5527dd8d49 ham/gnuradio-core/distinfo
--- a/ham/gnuradio-core/distinfo        Fri Jan 16 12:15:39 2015 +0000
+++ b/ham/gnuradio-core/distinfo        Fri Jan 16 12:54:52 2015 +0000
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.17 2015/01/12 14:29:34 jperkin Exp $
+$NetBSD: distinfo,v 1.18 2015/01/16 12:54:52 mef Exp $
 
-SHA1 (gnuradio-3.7.5.tar.gz) = fe30be815aca149bfac1615028a279aea40c3bbb
-RMD160 (gnuradio-3.7.5.tar.gz) = c0f45116f72a7da7b6428f8eb55efe7c6dbcdc03
-Size (gnuradio-3.7.5.tar.gz) = 3529717 bytes
+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 (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



Home | Main Index | Thread Index | Old Index