Date: Wednesday, August 21, 2019 @ 03:00:27
  Author: kkeen
Revision: 500366

upgpkg: gnuradio-iqbal 0.37.2-34  fix yaml

Modified:
  gnuradio-iqbal/trunk/PKGBUILD
  gnuradio-iqbal/trunk/gr38-update.diff

------------------+
 PKGBUILD         |    5 +-
 gr38-update.diff |   96 ++++++++++++++++++++++++++---------------------------
 2 files changed, 50 insertions(+), 51 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2019-08-21 02:12:53 UTC (rev 500365)
+++ PKGBUILD    2019-08-21 03:00:27 UTC (rev 500366)
@@ -3,7 +3,7 @@
 pkgname=gnuradio-iqbal
 _pkgname=gr-iqbal
 pkgver=0.37.2
-pkgrel=33
+pkgrel=34
 pkgdesc="Gnuradio I/Q balancing"
 arch=('x86_64')
 url="https://cgit.osmocom.org/gr-iqbal/";
@@ -14,7 +14,7 @@
 source=("git://git.osmocom.org/gr-iqbal/#tag=v$pkgver"
         'gr38-update.diff')
 md5sums=('SKIP'
-         'f78ad3ce43473fc6ec6486687afe54dc')
+         '18484d0184b37f4e43a6e6f58b5c4c12')
 
 prepare() {
   cd "$srcdir/$_pkgname"
@@ -22,7 +22,6 @@
   git submodule update
 
   #sed -i 's/LIBOSMODSP_LIBRARIES ""/LIBOSMODSP_LIBRARIES 
${FFTW3F_LIBRARIES}/' CMakeLists.txt 
-  #sed -i 's/3.7.0/3.8.0.0/' CMakeLists.txt
   #sed -i 's/lib64/lib/'   CMakeLists.txt
 
   # patch from Maitland Bottoms of Debian

Modified: gr38-update.diff
===================================================================
--- gr38-update.diff    2019-08-21 02:12:53 UTC (rev 500365)
+++ gr38-update.diff    2019-08-21 03:00:27 UTC (rev 500366)
@@ -181,33 +181,33 @@
 +flags: [ python, cpp ]
 +
 +parameters:
-+-     id: period
-+      label: Period
-+      dtype: int
++-   id: period
++    label: Period
++    dtype: int
 +
 +inputs:
-+-     domain: stream
-+      id: in
-+      dtype: complex
++-   domain: stream
++    id: in
++    dtype: complex
 +
 +outputs:
-+-     domain: message
-+      id: iqbal_corr</name>
-+      dtype: complex
-+      optional: true
++-   domain: message
++    id: iqbal_corr</name>
++    dtype: complex
++    optional: true
 +
 +templates:
-+      imports: from gnuradio import iqbalance
-+      make: iqbalance.optimize_c(${period})
-+      callbacks:
-+      - set_period(${period})
++    imports: from gnuradio import iqbalance
++    make: iqbalance.optimize_c(${period})
++    callbacks:
++    - set_period(${period})
 +cpp_templates:
-+      includes: ['#include <gnuradio/iqbalance.h>']
-+      declarations: 'iqbalance::optimize_c::sptr ${id};'
-+      make: 'this->${id} = iqbalance::optimize_c::make(${period});'
-+      callbacks:
-+      - set_period(${period})
-+      link: ['gnuradio-iqbalance']
++    includes: ['#include <gnuradio/iqbalance.h>']
++    declarations: 'iqbalance::optimize_c::sptr ${id};'
++    make: 'this->${id} = iqbalance::optimize_c::make(${period});'
++    callbacks:
++    - set_period(${period})
++    link: ['gnuradio-iqbalance']
 +
 +file_format: 1
 --- /dev/null
@@ -218,41 +218,41 @@
 +flags: [ python, cpp ]
 +
 +parameters:
-+-     id: mag
-+      label: Magnitude
-+      dtype: real
-+-     id: phase
-+      label: Phase
-+      dtype: real
++-   id: mag
++    label: Magnitude
++    dtype: real
++-   id: phase
++    label: Phase
++    dtype: real
 +
 +inputs:
-+-     domain: stream
-+      id: in
-+      dtype: complex
-+-     domain: message
-+      id: iqbal_corr
-+      dtype: complex
-+      optional: true
++-   domain: stream
++    id: in
++    dtype: complex
++-   domain: message
++    id: iqbal_corr
++    dtype: complex
++    optional: true
 +
 +outputs:
-+-     domain: stream
-+      id: out
-+      dtype: complex
++-   domain: stream
++    id: out
++    dtype: complex
 +
 +templates:
-+      imports: from gnuradio import iqbalance
-+      make: iqbalance.fix_cc(${mag}, ${phase})
-+      callbacks:
-+      - set_mag(${mag})
-+      - set_phase(${phase})
++    imports: from gnuradio import iqbalance
++    make: iqbalance.fix_cc(${mag}, ${phase})
++    callbacks:
++    - set_mag(${mag})
++    - set_phase(${phase})
 +
 +cpp_templates:
-+      includes: ['#include <gnuradio/iqbalance.h>']
-+      declarations: 'iqbalance::fix_cc::sptr ${id};'
-+      make: 'this->${id} = iqbalance::fix_cc::make(${mag}, ${phase});'
-+      callbacks:
-+      - set_mag(${mag})
-+      - set_phase(${phase})
-+      link: ['gnuradio-iqbalance']
++    includes: ['#include <gnuradio/iqbalance.h>']
++    declarations: 'iqbalance::fix_cc::sptr ${id};'
++    make: 'this->${id} = iqbalance::fix_cc::make(${mag}, ${phase});'
++    callbacks:
++    - set_mag(${mag})
++    - set_phase(${phase})
++    link: ['gnuradio-iqbalance']
 +
 +file_format: 1

Reply via email to