7 Commits

Author SHA256 Message Date
d6c93a63dc Accepting request 1309592 from hardware:sdr
OBS-URL: https://build.opensuse.org/request/show/1309592
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/bladeRF?expand=0&rev=21
2025-10-07 16:29:00 +00:00
1d3031ca89 - Update to version 2025.10
libbladeRF:
  * Add SC16Q11 packed format support for improved bandwidth
    efficiency.
  * Add comprehensive gain calibration system with CSV
    import/export.
  * Add RX reordering and prime worker before RX enable.
  * Add oversample feature with configurable gain controls.
  * Improve GPIF buffer size support with larger 2048 sample
    buffers.
  * Add extensive test suite and regression testing framework.
  * Fix various sync TX/RX initialization and timing issues.
  FPGA:
  * Add SC16Q11 packed format support to FIFO reader and writer.
  * Add larger GPIF buffer support for improved USB throughput.
  * Fix RX/TX DMA request prioritization and meta timestamp
    handling.
  * Add system and FX3 PLL clock control blocks.
  * Fix timing issues and improve signal integrity.
  Tools:
  * Add bladeRF-power utility for RF power measurements with
    CLI interface.
  * Add bladeRF-fsk project as separate submodule.
  * Add bladeRF-update utility for firmware and FPGA updates.
  * Add comprehensive hardware-in-the-loop testing framework.
- Use tar_scm service to generate the source tarball.
- Drop ad9361.tar.xz
  - this is now included in the bladRF tarball.
- Update patch:
  * bladeRF-doxygen-no-timestamp.patch

OBS-URL: https://build.opensuse.org/package/show/hardware:sdr/bladeRF?expand=0&rev=52
2025-10-07 11:36:38 +00:00
7085041202 Accepting request 1255217 from hardware:sdr
OBS-URL: https://build.opensuse.org/request/show/1255217
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/bladeRF?expand=0&rev=20
2025-03-24 12:29:44 +00:00
ca98ccf711 - Add -DCMAKE_POLICY_VERSION_MINIMUM=3.5 to fix FTBFS with cmake4
- Added %check section

OBS-URL: https://build.opensuse.org/package/show/hardware:sdr/bladeRF?expand=0&rev=50
2025-03-22 08:38:43 +00:00
7efda79cb4 Accepting request 1220354 from hardware:sdr
OBS-URL: https://build.opensuse.org/request/show/1220354
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/bladeRF?expand=0&rev=19
2024-11-03 06:18:08 +00:00
134cee3334 * gcc14-fix-calloc-arg-order.patch
OBS-URL: https://build.opensuse.org/package/show/hardware:sdr/bladeRF?expand=0&rev=48
2024-11-02 21:51:27 +00:00
a399cc1aff - Add patch:
* gcc14-fix-calloc-arg-order.patc
    b55af91f6b

OBS-URL: https://build.opensuse.org/package/show/hardware:sdr/bladeRF?expand=0&rev=47
2024-11-02 21:44:49 +00:00
7 changed files with 86 additions and 34 deletions

View File

@@ -1,15 +1,15 @@
<?xml version="1.0"?>
<services>
<service name="tar_scm" mode="manual">
<param name="url">https://github.com/analogdevicesinc/no-OS.git</param>
<param name="url">https://github.com/Nuand/bladeRF.git</param>
<param name="scm">git</param>
<param name="revision">0bba46e6f6f75785a65d425ece37d0a04daf6157</param>
<param name="version">_none_</param>
<param name="filename">ad9361</param>
<param name="subdir">ad9361</param>
<param name="revision">2025.10</param>
<param name="changesgenerate">disable</param>
<param name="versionformat">@PARENT_TAG@</param>
<param name="versionrewrite-pattern">v(.*)</param>
</service>
<service name="recompress" mode="manual">
<param name="file">*.tar</param>
<param name="compression">xz</param>
</service>
<service name="set_version" mode="manual"/>
</services>

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:64799709c873e089503203125d65a5efaec44662275d853c406d4c225a684db6
size 4453856

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:25acda993a1dc745975ed2fbdbf5185d5b1e4d729d0b9ad70ecbb97381ef2dd1
size 2308952

3
bladeRF-2025.10.tar.xz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:df18a3cb59e084341ed2461ed8e58feafa758c98c0cdd2c21d1581259749fb03
size 28149160

View File

@@ -1,13 +1,13 @@
diff --git a/host/libraries/libbladeRF/doc/doxygen/Doxyfile.in b/host/libraries/libbladeRF/doc/doxygen/Doxyfile.in
index 6570203..0264bca 100644
index f2d060b..66c8b93 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.
@@ -504,7 +504,7 @@ NUM_PROC_THREADS = 1
# Possible values are: YES, NO, DATETIME and DATE.
# The default value is: NO.
-HTML_TIMESTAMP = YES
+HTML_TIMESTAMP = NO
-TIMESTAMP = YES
+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
#---------------------------------------------------------------------------
# Build related configuration options

View File

@@ -1,3 +1,53 @@
-------------------------------------------------------------------
Tue Oct 7 05:59:38 UTC 2025 - Martin Hauke <mardnh@gmx.de>
- Update to version 2025.10
libbladeRF:
* Add SC16Q11 packed format support for improved bandwidth
efficiency.
* Add comprehensive gain calibration system with CSV
import/export.
* Add RX reordering and prime worker before RX enable.
* Add oversample feature with configurable gain controls.
* Improve GPIF buffer size support with larger 2048 sample
buffers.
* Add extensive test suite and regression testing framework.
* Fix various sync TX/RX initialization and timing issues.
FPGA:
* Add SC16Q11 packed format support to FIFO reader and writer.
* Add larger GPIF buffer support for improved USB throughput.
* Fix RX/TX DMA request prioritization and meta timestamp
handling.
* Add system and FX3 PLL clock control blocks.
* Fix timing issues and improve signal integrity.
Tools:
* Add bladeRF-power utility for RF power measurements with
CLI interface.
* Add bladeRF-fsk project as separate submodule.
* Add bladeRF-update utility for firmware and FPGA updates.
* Add comprehensive hardware-in-the-loop testing framework.
- Use tar_scm service to generate the source tarball.
- Drop ad9361.tar.xz
- this is now included in the bladRF tarball.
- Update patch:
* bladeRF-doxygen-no-timestamp.patch
- Drop not longer needed patch:
* gcc14-fix-calloc-arg-order.patch
- Use %ldconfig_scriptlets RPM macro
-------------------------------------------------------------------
Thu Mar 20 23:53:09 UTC 2025 - Shawn Dunn <sfalken@opensuse.org>
- Add -DCMAKE_POLICY_VERSION_MINIMUM=3.5 to fix FTBFS with cmake4
- Added %check section
-------------------------------------------------------------------
Sat Nov 2 19:56:06 UTC 2024 - Martin Hauke <mardnh@gmx.de>
- Add patch:
* gcc14-fix-calloc-arg-order.patch
https://github.com/Nuand/bladeRF/commit/b55af91f6b0ccb9afd09dcd3a42b9110c7e5be6f
-------------------------------------------------------------------
Mon Apr 8 15:39:13 UTC 2024 - Atri Bhattacharya <badshah400@gmail.com>

View File

@@ -1,7 +1,7 @@
#
# spec file for package bladeRF
#
# Copyright (c) 2024 SUSE LLC
# Copyright (c) 2025 SUSE LLC and contributors
# Copyright (c) 2013-2015 Wojciech Kazubski, wk@ire.pw.edu.pl
#
# All modifications and additions to the file contributed by third parties
@@ -19,22 +19,22 @@
%define sover 2
%define libname lib%{name}%{sover}
%define libversion 2.5.0
%define release_name 2023.02
%define libversion 2.6.0
%define release_name 2025.10
%define bladerf_group bladerf
%define use_syslog 0
Name: bladeRF
Version: 2023.02
Version: 2025.10
Release: 0
Summary: SDR radio receiver
License: AGPL-3.0-or-later AND GPL-2.0-only
Group: Productivity/Hamradio/Other
URL: https://nuand.com/
#Git-Clone: https://github.com/Nuand/bladeRF.git
Source0: https://github.com/Nuand/bladeRF/archive/%{release_name}.tar.gz#/%{name}-%{release_name}.tar.xz
Source1: ad9361.tar.xz
Source0: %{name}-%{release_name}.tar.xz
Patch0: bladeRF-doxygen-no-timestamp.patch
BuildRequires: cmake >= 2.8.4
BuildRequires: cmake >= 3.5
BuildRequires: doxygen
BuildRequires: fdupes
BuildRequires: gcc-c++
@@ -42,8 +42,10 @@ BuildRequires: git-core
BuildRequires: help2man
BuildRequires: pkgconfig
BuildRequires: tecla-devel
BuildRequires: pkgconfig(libcurl)
BuildRequires: pkgconfig(libedit)
BuildRequires: pkgconfig(libusb-1.0)
BuildRequires: pkgconfig(ncursesw)
BuildRequires: pkgconfig(udev)
%description
@@ -79,6 +81,7 @@ Udev rules for bladeRF.
%package devel
Summary: Development files for libbladeRF
Group: Development/Libraries/C and C++
Version: %{libversion}
Requires: %{libname} = %{libversion}
%description devel
@@ -87,16 +90,12 @@ use of libbladerf.
%prep
%autosetup -p1 -n %{name}-%{release_name}
ls
pushd thirdparty/analogdevicesinc/no-OS
tar -xJf %{SOURCE1}
popd
%build
cd host
%cmake \
-DTAGGED_RELEASE=ON \
-DVERSION_INFO_EXTRA="" \
-DCMAKE_INSTALL_LIBDIR:PATH=%{_lib} \
-DUDEV_RULES_PATH=%{_udevrulesdir} \
-DBLADERF_GROUP=%{bladerf_group} \
%if 0%{?use_syslog}
@@ -109,9 +108,12 @@ cd host
%install
cd host
%cmake_install
%fdupes %{buildroot}%{_docdir}
%post -n %{libname} -p /sbin/ldconfig
%postun -n %{libname} -p /sbin/ldconfig
%check
%ctest
%ldconfig_scriptlets -n %{libname}
%pre udev
getent group %{bladerf_group} >/dev/null || groupadd -r %{bladerf_group}
@@ -127,6 +129,8 @@ getent group %{bladerf_group} >/dev/null || groupadd -r %{bladerf_group}
%doc README.md CONTRIBUTORS
%{_bindir}/bladeRF-cli
%{_bindir}/bladeRF-fsk
%{_bindir}/bladeRF-power
%{_bindir}/bladeRF-update
%{_mandir}/man1/bladeRF-cli.1%{?ext_man}
%files udev
@@ -144,5 +148,6 @@ getent group %{bladerf_group} >/dev/null || groupadd -r %{bladerf_group}
%{_includedir}/bladeRF2.h
%{_includedir}/libbladeRF.h
%{_libdir}/pkgconfig/libbladeRF.pc
%{_datadir}/cmake/bladeRF
%changelog