Accepting request 1065603 from home:mnhauke:sdr-devel
- Update to version 2023.02 * libbladeRF + Add 8bit format mode support + Add AD936x overclocking feature + Fix bugs, including a locking bug * FPGA: + Add 8bit mode support to FIFO reader and writer - Add patch: * bladeRF-doxygen-no-timestamp.patch OBS-URL: https://build.opensuse.org/request/show/1065603 OBS-URL: https://build.opensuse.org/package/show/hardware:sdr/bladeRF?expand=0&rev=40
This commit is contained in:
parent
1a18598d64
commit
e8bc2adb08
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:7f5b85a820d1ce2cb7c9e884d1694a3fc9ad00d5285aacb12f3a765ed375f48a
|
|
||||||
size 2266235
|
|
3
bladeRF-2023.02.tar.xz
Normal file
3
bladeRF-2023.02.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:25acda993a1dc745975ed2fbdbf5185d5b1e4d729d0b9ad70ecbb97381ef2dd1
|
||||||
|
size 2308952
|
13
bladeRF-doxygen-no-timestamp.patch
Normal file
13
bladeRF-doxygen-no-timestamp.patch
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
diff --git a/host/libraries/libbladeRF/doc/doxygen/Doxyfile.in b/host/libraries/libbladeRF/doc/doxygen/Doxyfile.in
|
||||||
|
index 6570203..0264bca 100644
|
||||||
|
--- a/host/libraries/libbladeRF/doc/doxygen/Doxyfile.in
|
||||||
|
+++ b/host/libraries/libbladeRF/doc/doxygen/Doxyfile.in
|
||||||
|
@@ -1191,7 +1191,7 @@ HTML_COLORSTYLE_GAMMA = 189
|
||||||
|
# The default value is: YES.
|
||||||
|
# This tag requires that the tag GENERATE_HTML is set to YES.
|
||||||
|
|
||||||
|
-HTML_TIMESTAMP = YES
|
||||||
|
+HTML_TIMESTAMP = NO
|
||||||
|
|
||||||
|
# If the HTML_DYNAMIC_SECTIONS tag is set to YES then the generated HTML
|
||||||
|
# documentation will contain sections that can be hidden and shown after the
|
@ -1,3 +1,16 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Feb 13 21:53:41 UTC 2023 - Martin Hauke <mardnh@gmx.de>
|
||||||
|
|
||||||
|
- Update to version 2023.02
|
||||||
|
* libbladeRF
|
||||||
|
+ Add 8bit format mode support
|
||||||
|
+ Add AD936x overclocking feature
|
||||||
|
+ Fix bugs, including a locking bug
|
||||||
|
* FPGA:
|
||||||
|
+ Add 8bit mode support to FIFO reader and writer
|
||||||
|
- Add patch:
|
||||||
|
* bladeRF-doxygen-no-timestamp.patch
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat Jan 22 12:08:49 UTC 2022 - Martin Hauke <mardnh@gmx.de>
|
Sat Jan 22 12:08:49 UTC 2022 - Martin Hauke <mardnh@gmx.de>
|
||||||
|
|
||||||
|
10
bladeRF.spec
10
bladeRF.spec
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package bladeRF
|
# spec file for package bladeRF
|
||||||
#
|
#
|
||||||
# Copyright (c) 2022 SUSE LLC
|
# Copyright (c) 2023 SUSE LLC
|
||||||
# Copyright (c) 2013-2015 Wojciech Kazubski, wk@ire.pw.edu.pl
|
# Copyright (c) 2013-2015 Wojciech Kazubski, wk@ire.pw.edu.pl
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
@ -19,12 +19,12 @@
|
|||||||
|
|
||||||
%define sover 2
|
%define sover 2
|
||||||
%define libname lib%{name}%{sover}
|
%define libname lib%{name}%{sover}
|
||||||
%define libversion 2.4.1
|
%define libversion 2.5.0
|
||||||
%define release_name 2021.10
|
%define release_name 2023.02
|
||||||
%define bladerf_group bladerf
|
%define bladerf_group bladerf
|
||||||
%define use_syslog 0
|
%define use_syslog 0
|
||||||
Name: bladeRF
|
Name: bladeRF
|
||||||
Version: 2021.10
|
Version: 2023.02
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: SDR radio receiver
|
Summary: SDR radio receiver
|
||||||
License: AGPL-3.0-or-later AND GPL-2.0-only
|
License: AGPL-3.0-or-later AND GPL-2.0-only
|
||||||
@ -33,6 +33,7 @@ URL: https://nuand.com/
|
|||||||
#Git-Clone: https://github.com/Nuand/bladeRF.git
|
#Git-Clone: https://github.com/Nuand/bladeRF.git
|
||||||
Source0: https://github.com/Nuand/bladeRF/archive/%{release_name}.tar.gz#/%{name}-%{release_name}.tar.xz
|
Source0: https://github.com/Nuand/bladeRF/archive/%{release_name}.tar.gz#/%{name}-%{release_name}.tar.xz
|
||||||
Source1: ad9361.tar.xz
|
Source1: ad9361.tar.xz
|
||||||
|
Patch0: bladeRF-doxygen-no-timestamp.patch
|
||||||
BuildRequires: cmake >= 2.8.4
|
BuildRequires: cmake >= 2.8.4
|
||||||
BuildRequires: doxygen
|
BuildRequires: doxygen
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
@ -86,6 +87,7 @@ use of libbladerf.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n %{name}-%{release_name}
|
%setup -q -n %{name}-%{release_name}
|
||||||
|
%patch0 -p1
|
||||||
ls
|
ls
|
||||||
pushd thirdparty/analogdevicesinc/no-OS
|
pushd thirdparty/analogdevicesinc/no-OS
|
||||||
tar -xJf %{SOURCE1}
|
tar -xJf %{SOURCE1}
|
||||||
|
Loading…
Reference in New Issue
Block a user