rebuild with usrp backend

This commit is contained in:
Lucian Langa 2009-11-07 21:04:33 +00:00
parent cc97c39d87
commit 4d08ff55a5
2 changed files with 23 additions and 6 deletions

11
hamlib-1.2.10-usrp.patch Normal file
View File

@ -0,0 +1,11 @@
--- hamlib-1.2.10/kit/usrp_impl.cc 2009-11-03 00:17:44.000000000 +0200
+++ hamlib-1.2.10-mod/kit/usrp_impl.cc 2009-11-07 19:17:08.000000000 +0200
@@ -82,7 +82,7 @@
int which_board = 0;
int decim = 125;
- priv->urx = usrp_standard_rx::make (which_board, decim, 1, -1, usrp_standard_rx::FPGA_MODE_NORMAL);
+ priv->urx = usrp_standard_rx::make (which_board, decim, 1, -1, usrp_standard_rx::FPGA_MODE_NORMAL).get();
if (priv->urx == 0)
return -RIG_EIO;

View File

@ -2,7 +2,7 @@
Name: hamlib
Version: 1.2.10
Release: 1%{?dist}
Release: 2%{?dist}
Summary: Run-time library to control radio transceivers and receivers
Group: System Environment/Libraries
@ -11,12 +11,13 @@ URL: http://hamlib.sourceforge.net
Source0: http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
#Install python and perl bindings into proper dirs
Patch0: hamlib-1.2.10-bindings.patch
Patch1: hamlib-1.2.10-usrp.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: python-devel, swig, gd-devel, libxml2-devel, tcl-devel
BuildRequires: libusb-devel, pkgconfig
BuildRequires: doxygen
BuildRequires: libusb-devel, pkgconfig, boost-devel
BuildRequires: doxygen, gnuradio-devel, usrp-devel
#for perl
BuildRequires: perl(ExtUtils::MakeMaker)
@ -91,6 +92,7 @@ Hamlib TCL Language bindings to allow radio control from TCL scripts.
%prep
%setup -q
%patch0 -p1
%patch1 -p1 -b .usrp
%build
%configure \
@ -98,7 +100,8 @@ Hamlib TCL Language bindings to allow radio control from TCL scripts.
--with-rigmatrix \
--enable-tcl-binding \
--with-python-binding \
--with-perl-binding
--with-perl-binding \
--with-usrp
# Build libs, drivers, and programs, won't build with smpflags
make
@ -206,6 +209,9 @@ rm -rf $RPM_BUILD_ROOT
%{_libdir}/hamlibtcl*
%changelog
* Sat Nov 07 2009 Lucian Langa <cooly@gnome.eu.org> - 1.2.10-2
- build with usrp backend
* Sat Nov 07 2009 Lucian Langa <cooly@gnome.eu.org> - 1.2.10-1
- new upstream release