[arch-commits] Commit in gnuradio-osmosdr/trunk (PKGBUILD boost-1.73.patch)

Kyle Keen kkeen at archlinux.org
Thu Dec 31 09:01:59 UTC 2020


    Date: Thursday, December 31, 2020 @ 09:01:58
  Author: kkeen
Revision: 800361

upgpkg: gnuradio-osmosdr 0.2.3-1

Modified:
  gnuradio-osmosdr/trunk/PKGBUILD
Deleted:
  gnuradio-osmosdr/trunk/boost-1.73.patch

------------------+
 PKGBUILD         |    7 +----
 boost-1.73.patch |   62 -----------------------------------------------------
 2 files changed, 2 insertions(+), 67 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-12-31 08:50:43 UTC (rev 800360)
+++ PKGBUILD	2020-12-31 09:01:58 UTC (rev 800361)
@@ -3,8 +3,8 @@
 
 pkgname=gnuradio-osmosdr
 _reponame=gr-osmosdr
-pkgver=0.2.0
-pkgrel=7
+pkgver=0.2.3
+pkgrel=1
 pkgdesc='Source block for Funcube Dongle, RTL-SDR, USRP, OsmoSDR, BladeRF, HackRF and AirSpy devices'
 url='http://osmocom.org/projects/gr-osmosdr'
 arch=('x86_64')
@@ -14,10 +14,8 @@
 makedepends=('git' 'cmake' 'boost' 'swig')
 replaces=('gr-osmosdr')
 source=("git://git.osmocom.org/gr-osmosdr/#tag=v$pkgver"
-        "boost-1.73.patch"
         "gnuradio-osmosdr.pc")
 md5sums=('SKIP'
-         '866c756e510e074e0b2484dc8bc6697b'
          'a62fdf732f8a9a59f667bbda5542a824')
 
 # add support for miri, osmo?
@@ -25,7 +23,6 @@
 
 prepare() {
   cd $_reponame
-  patch -Np1 -i ../boost-1.73.patch
 }
 
 build() {

Deleted: boost-1.73.patch
===================================================================
--- boost-1.73.patch	2020-12-31 08:50:43 UTC (rev 800360)
+++ boost-1.73.patch	2020-12-31 09:01:58 UTC (rev 800361)
@@ -1,62 +0,0 @@
-diff --git a/lib/airspy/airspy_source_c.cc b/lib/airspy/airspy_source_c.cc
-index 50150e5..f833588 100644
---- a/lib/airspy/airspy_source_c.cc
-+++ b/lib/airspy/airspy_source_c.cc
-@@ -33,7 +33,6 @@
- 
- #include <boost/assign.hpp>
- #include <boost/format.hpp>
--#include <boost/detail/endian.hpp>
- #include <boost/algorithm/string.hpp>
- #include <boost/thread/thread.hpp>
- 
-diff --git a/lib/airspyhf/airspyhf_source_c.cc b/lib/airspyhf/airspyhf_source_c.cc
-index 327fe19..b7494a8 100644
---- a/lib/airspyhf/airspyhf_source_c.cc
-+++ b/lib/airspyhf/airspyhf_source_c.cc
-@@ -33,7 +33,6 @@
- 
- #include <boost/assign.hpp>
- #include <boost/format.hpp>
--#include <boost/detail/endian.hpp>
- #include <boost/algorithm/string.hpp>
- #include <boost/thread/thread.hpp>
- 
-diff --git a/lib/hackrf/hackrf_source_c.cc b/lib/hackrf/hackrf_source_c.cc
-index eea5caa..fc48171 100644
---- a/lib/hackrf/hackrf_source_c.cc
-+++ b/lib/hackrf/hackrf_source_c.cc
-@@ -31,7 +31,7 @@
- #include <stdexcept>
- #include <iostream>
- 
--#include <boost/detail/endian.hpp>
-+#include <boost/predef/other/endian.h>
- 
- #include <gnuradio/io_signature.h>
- 
-@@ -90,10 +90,10 @@ hackrf_source_c::hackrf_source_c (const std::string &args)
- 
-   // create a lookup table for gr_complex values
-   for (unsigned int i = 0; i <= 0xffff; i++) {
--#ifdef BOOST_LITTLE_ENDIAN
-+#ifdef BOOST_ENDIAN_LITTLE_BYTE
-     _lut.push_back( gr_complex( (float(int8_t(i & 0xff))) * (1.0f/128.0f),
-                                 (float(int8_t(i >> 8))) * (1.0f/128.0f) ) );
--#else // BOOST_BIG_ENDIAN
-+#else // BOOST_ENDIAN_BIG_BYTE
-     _lut.push_back( gr_complex( (float(int8_t(i >> 8))) * (1.0f/128.0f),
-                                 (float(int8_t(i & 0xff))) * (1.0f/128.0f) ) );
- #endif
-diff --git a/lib/rtl/rtl_source_c.cc b/lib/rtl/rtl_source_c.cc
-index a371464..7f2e648 100644
---- a/lib/rtl/rtl_source_c.cc
-+++ b/lib/rtl/rtl_source_c.cc
-@@ -32,7 +32,6 @@
- 
- #include <boost/assign.hpp>
- #include <boost/format.hpp>
--#include <boost/detail/endian.hpp>
- #include <boost/algorithm/string.hpp>
- 
- #include <stdexcept>



More information about the arch-commits mailing list